DBA Data[Home] [Help]

APPS.CE_COPY_TRX_CODES_XML dependencies on CE_TRX_CODES_UTIL_GT

Line 356: INSERT INTO ce_trx_codes_util_gt (

352: ELSE --uniqness validation failed
353: debug_log('Inserting into error table');
354:
355: --insert status into reports table.
356: INSERT INTO ce_trx_codes_util_gt (
357: request_id,
358: bank_account_id,
359: trx_code,
360: trx_type,

Line 433: DELETE ce_trx_codes_util_gt;

429: +========================================================================*/
430: FUNCTION afterReport RETURN BOOLEAN IS
431: BEGIN
432: debug_log('>>CE_COPY_TRX_CODES_XML.afterReport');
433: DELETE ce_trx_codes_util_gt;
434: COMMIT;
435: debug_log('< 436: RETURN (TRUE);
437: END afterReport;