DBA Data[Home] [Help]

APPS.OKL_OPEN_INTERFACE_PVT dependencies on XLE_LE_OU_LEDGER_V

Line 27658: xle_le_ou_ledger_v

27654:
27655: CURSOR le_entity(p_org_id NUMBER ,
27656: p_legal_entity NUMBER) IS
27657: select 1 from
27658: xle_le_ou_ledger_v
27659: where OPERATING_UNIT_ID=p_org_id
27660: and LEGAL_ENTITY_ID=p_legal_entity; -- cusrsor to get LE for an OU
27661:
27662: