what is the difference between multiorg views and multiorg
tables
Answers were Sorted based on User's Feedback
Answer / bhabna
Multi tables generally consists _all with their name.So all
the OU data can be shown through the table.
In Multi org view definition, enviroment is set in such a
way that user can see data respective to the OU which is
already set.
To set the enviroment for an OU user should execute the
following...
fnd_client_info.set_org_context('OU_Value');
so the basic difference is In table we can see all the data
irrespective of OU...But we can see the data for a specific
OU through view.
| Is This Answer Correct ? | 16 Yes | 0 No |
Answer / gyan
Multiorg table are those where they having org_id column and
_all in the table name and views which having org_id but
without _all in the table name
| Is This Answer Correct ? | 0 Yes | 8 No |
what are the difference between oracle discoverer and report6i
When you run he report you have to get only that particular organization po numbers or item number how can do it?
A file has both header and corresponding lines. Explain design to load this data into respective interface tables.
what is the difference between procedure and function
what is pick selection list generation report.
which API to return the parameters & valuesets etc
what is count(*) from po_vendors(any table)? what does it do and what is count(1) from po_vendors(any table)? what is count(0) from po_vendors(any table) the out put is same what is the difference
What is the autonomous transaction?give me example?
In report we have to show two Layout? how it is and how we can see from where it?
Which module is not in multiorg
what are the prerequisites for costing transactions?
Can function be overload?