DBA Data[Home] [Help]

APPS.ICX_REQ_NAVIGATION dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 263: org_organization_definitions ood,

259: ood.organization_id,
260: ood.organization_code
261: from hr_locations hrl,
262: hr_employees_current_v hrev,
263: org_organization_definitions ood,
264: financials_system_parameters fsp
265: where hrev.employee_id = v_shop_id
266: and hrev.location_id = hrl.location_id
267: and ood.organization_id = nvl(hrl.inventory_organization_id,

Line 1853: org_organization_definitions ood

1849: select gsob.CURRENCY_CODE,
1850: fc.PRECISION
1851: from gl_sets_of_books gsob,
1852: FND_CURRENCIES fc,
1853: org_organization_definitions ood
1854: where ood.ORGANIZATION_ID = v_org
1855: and fc.CURRENCY_CODE = gsob.CURRENCY_CODE
1856: and ood.SET_OF_BOOKS_ID = gsob.SET_OF_BOOKS_ID;
1857: