DBA Data[Home] [Help]

APPS.FUN_TRX_PUB dependencies on FUN_INTERFACE_REJECTIONS

Line 62: debug_info := '(Insert Rejections 1) Insert into FUN_INTERFACE_REJECTIONS, REJECT REASON: '||p_reject_reason;

58: debug_info VARCHAR2(500);
59:
60: BEGIN
61:
62: debug_info := '(Insert Rejections 1) Insert into FUN_INTERFACE_REJECTIONS, REJECT REASON: '||p_reject_reason;
63: Print('Insert Rejections >>'||debug_info);
64:
65: Print('Insert Rejections >>'||'Btc id:' || to_char(p_batch_id));
66: Print('Insert Rejections >>'||'gl_date:' || to_char(p_reject_code));

Line 67: INSERT INTO FUN_INTERFACE_REJECTIONS (

63: Print('Insert Rejections >>'||debug_info);
64:
65: Print('Insert Rejections >>'||'Btc id:' || to_char(p_batch_id));
66: Print('Insert Rejections >>'||'gl_date:' || to_char(p_reject_code));
67: INSERT INTO FUN_INTERFACE_REJECTIONS (
68: batch_id,
69: trx_id,
70: dist_id,
71: batch_dist_id,