DBA Data[Home] [Help]

APPS.XLA_JOURNAL_ENTRIES_PKG dependencies on XLE_FP_OU_LEDGER_V

Line 6242: FROM xle_fp_ou_ledger_v

6238: ,p_legal_entity_id IN INTEGER)
6239: RETURN INTEGER
6240: IS
6241: CURSOR c IS SELECT legal_entity_id
6242: FROM xle_fp_ou_ledger_v
6243: WHERE legal_entity_id = p_legal_entity_id;
6244:
6245: l_le_id INTEGER;
6246: l_result INTEGER := 0;