DBA Data[Home] [Help]

APPS.OE_ID_TO_VALUE dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 536: FROM ORG_ORGANIZATION_DEFINITIONS

532: IF p_inventory_org_id IS NOT NULL THEN
533:
534: SELECT ORGANIZATION_NAME
535: INTO l_inventory_org
536: FROM ORG_ORGANIZATION_DEFINITIONS
537: WHERE ORGANIZATION_ID = p_inventory_org_id;
538:
539: END IF;
540: