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 |
Can I post the reversal entry in before period of actual journal entry?
What Are Important Reports In AP,AR?
What are the various Implementation method for oracle apps
can we define 2 different currency revaluation at a time??
Explain TCA Architecture ?
How to Raise an invoice other than functional currency in AR
What is meant by receipt routing? Types?
What are the different types of Set of Books ?
Is Multi Org. setup is mandetory or optional?
can any one tell me what exactly functional consultant do on daily basis? client requirements?
A check issued to supplier has become time-barred and supplier returns it requesting for a new check. Can the existing check be voided and a new check be issued simultaneously?
How will call a Key Flexfield Routine in Oracle Apps Forms and what are the arguments to be passed to that routines ? (He was asking me the Package name and Procedure)