DBA Data[Home] [Help]

APPS.GMF_LEGAL_ENTITY_TZ dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 69: FROM org_organization_definitions

65: p_le_id in NUMBER
66: )
67: IS
68: SELECT organization_id
69: FROM org_organization_definitions
70: WHERE legal_entity = p_le_id
71: AND nvl(inventory_enabled_flag, 'N') = 'Y'
72: AND ROWNUM = 1;
73: