DBA Data[Home] [Help]

APPS.ICX_REQ_NAVIGATION dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 264: financials_system_parameters fsp

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,
268: fsp.inventory_organization_id)