DBA Data[Home] [Help]

APPS.XLA_JOURNAL_ENTRIES_PKG dependencies on XLE_FP_OU_LEDGER_V

Line 6461: FROM xle_fp_ou_ledger_v

6457: ,p_legal_entity_id IN INTEGER)
6458: RETURN INTEGER
6459: IS
6460: CURSOR c IS SELECT legal_entity_id
6461: FROM xle_fp_ou_ledger_v
6462: WHERE legal_entity_id = p_legal_entity_id;
6463:
6464: l_le_id INTEGER;
6465: l_result INTEGER := 0;