DBA Data[Home] [Help]

APPS.PO_CORE_S dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 226: org_organization_definitions table based on org_id

222: ALGORITHM : AOL function fnd_profile.get('MFG_ORGANIZATION_ID') returns
223: the default id of the org.
224: If id <> 0 then
225: retreive organization name and sob id from
226: org_organization_definitions table based on org_id
227: else
228: retreive purchasing organization from
229: financials_system_parameters and gl_sets_of_books table
230:

Line 258: FROM org_organization_definitions

254: select organization_name,
255: set_of_books_id
256: into org_name,
257: sob_id
258: FROM org_organization_definitions
259: WHERE organization_id = org_id ;
260:
261: else
262: --Get purchasing organization

Line 6368: -- are the same as those returned by ORG_ORGANIZATION_DEFINITIONS.

6364:
6365: l_progress := '010';
6366:
6367: --SQL What: Get the important ID's associated with p_inv_org_id. These ID's
6368: -- are the same as those returned by ORG_ORGANIZATION_DEFINITIONS.
6369: --SQL Why: Return value of ID's as output parameters to procedure.
6370: SELECT haou.business_group_id,
6371: gsob.set_of_books_id,
6372: gsob.chart_of_accounts_id,