DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on XLE_LE_OU_LEDGER_V

Line 27361: xle_le_ou_ledger_v

27357: load_failed EXCEPTION;
27358: CURSOR le_entity(p_org_id NUMBER ,
27359: p_legal_entity NUMBER) IS
27360: select 1 from
27361: xle_le_ou_ledger_v
27362: where OPERATING_UNIT_ID=p_org_id
27363: and LEGAL_ENTITY_ID=p_legal_entity; -- cusrsor to get LE for an OU
27364:
27365: