what is difference between po_headers_all and po_headers
Answers were Sorted based on User's Feedback
Answer / sangeetha
po_headers is a VIEW
while po_headers_all is a TABLE
| Is This Answer Correct ? | 20 Yes | 4 No |
Answer / sanjoy mukhopadhyay, cesc ltd,
Po_headers_all is a table which stores org_id as a column.
But Po_headers is a multi-org sensitive view of
po_headers_all.
Actually , any table in oracle apps , having _all in its
name at last position is a table with org_id and without
this _all is a view of that table which shows data
pertaining to the org_id through which apps uaser has
logged in ( based on profile set up , reponsibility level )
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / prasanth
PO_HEADERS IS A VIEW WHERE AS
PO_HEADERS_ALL IS A TABLE ,The difference is po_headers_all contains all operating units information, where as po_headers contains particular operating unit information.so po_headers is the best.because of security.if any person login he can see only that particular operating unit information.he cant see all operating unit information
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / devi nossam
here we can see clearly
po_headers_all is base table(multi org table)
po_lines_all is view(multi org view)
difference is
when we create a report in report builder,we can directly
run the report with out executing the some api's
where it is in view means we have to run api's in [pl/sql )
the api's are
begin
fnd_profile.get('org_id');
end;
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / mry
both are related to purchase module.
-all table is multiorg level table
| Is This Answer Correct ? | 3 Yes | 3 No |
What is the difference between buyer&employee in PO module?
Form development process?
what is the difference between procedure and function
Which oracle applications pl/sql standard apis you are familiar, have you used most of them?
what is the difference between request group and request security group in oracle apps?
diff between key and descriptive flexfield.
Difference between Bind and Lexical parameters?
How to compile the Forms & Reports in Linux Apps Server which are created in WindowsXP client?
How to print multi currency,multi language in xml?
Write an SQL Query to Delete Duplicate records from a table using ROWID.
24 Answers pspl, Satyam, Thinkways,
why r u move in the cus_top only why not move another top
how to find the custom directory in front end.
1 Answers IBM, Sierra Atlantica,