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 |
In which directory your flatfile is given?if u connected different instance where it is find?
i have 3 parameters like p1,p2,p3.In p1 i have 2 parameters like a,b.if pass parameter 'a' p2 should be enable and p3 should be disable then if pass parameter 'b' the vice versa.
1 Answers IBM, Sierra Atlantica,
how to set org context?
What is request group
How can u find custom top? where its located? How to find custom top in front end?
Except the SRS window in which we can submit the concurrent program.
WHAT IS THE USE OF SKIP WHERE U WILL GIVE?
What are basic steps for AIM?
what is the use of placeholer column?
What r the validation types?
what is aim methodolozy
when will formula,place holder and summary columns fire in reports?