Can anyone tell me why in some tables in AR , AP, GL modules
they r using int_all after every table
Answers were Sorted based on User's Feedback
Answer / sugam ghosh
All _all tables are having org_id column by which you can
extract all information kept in that table for a particular
org.
For example, in PO_HEADERS_ALL table if you wish to extract
all header level information of all POs created for org 89,
you just have to run,
select * from PO_HEADERS_ALL where org_id=89;
| Is This Answer Correct ? | 4 Yes | 0 No |
There is employee X and employee Y (who is supervisor of X); when Y submits expenses how will the system ensures that this should not go to X even if he has the approval authority.
how to create a journal source by user9
What is Reporting of financial data in a project.
What is the value/Amount Oracle takes for COGS Account (while shipment is done)? What is the value the Oracle taken when the revenue account is created during AR Invoice creation?
Explain Secondary Tracking Segments.
what is the use of matching tab in payables options in Payables module?
Is Multi Org. setup is mandetory or optional?
what is the difference between conversion,customization,inbound and outbound programs ?
encumbrence set ups?
What is primary set of book?
What is a Value set and types of value set?
What could be the probable reason for Not Showing the Taxes in Project Draft Invoices?