DBA Data[Home] [Help]

APPS.ICX_REQ_SUBMIT dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 100: org_organization_definitions ood,

96:
97: cursor getLoccd(locid number) is
98: select hrl.location_code
99: from hr_locations hrl,
100: org_organization_definitions ood,
101: financials_system_parameters fsp
102: where hrl.location_id = locid
103: and ood.organization_id = nvl(hrl.inventory_organization_id,
104: fsp.inventory_organization_id)

Line 123: org_organization_definitions ood

119: select gsob.CURRENCY_CODE,
120: fc.PRECISION
121: from gl_sets_of_books gsob,
122: FND_CURRENCIES fc,
123: org_organization_definitions ood
124: where ood.ORGANIZATION_ID = v_org
125: and fc.CURRENCY_CODE = gsob.CURRENCY_CODE
126: and ood.SET_OF_BOOKS_ID = gsob.SET_OF_BOOKS_ID;
127: