DBA Data[Home] [Help]

APPS.IBY_CHECKNUMBER_PUB dependencies on IBY_TRANSACTION_ERRORS

Line 46: -- Transaction types (for inserting into IBY_TRANSACTION_ERRORS table)

42: -- module (payment instruction creation flow).
43: --
44: DOC_STATUS_PAY_CREATED CONSTANT VARCHAR2(100) := 'PAYMENT_CREATED';
45:
46: -- Transaction types (for inserting into IBY_TRANSACTION_ERRORS table)
47: TRXN_TYPE_INSTR CONSTANT VARCHAR2(100) := 'INSTRUCTION';
48: TRXN_TYPE_PMT CONSTANT VARCHAR2(100) := 'PAYMENT';
49:
50: --

Line 1320: * IBY_TRANSACTION_ERRORS table.

1316: x_overflowDocsTab);
1317:
1318: /*
1319: * Insert any payment instruction errors into
1320: * IBY_TRANSACTION_ERRORS table.
1321: */
1322: IBY_VALIDATIONSETS_PUB.insert_transaction_errors('N', x_insErrorsTab,
1323: x_insTokenTab);
1324:

Line 2280: l_error_code IBY_TRANSACTION_ERRORS.error_code%TYPE;

2276:
2277: l_pmt_doc_name VARCHAR2(200) := '';
2278: l_pmt_instr_id IBY_PAY_INSTRUCTIONS_ALL.payment_instruction_id%TYPE;
2279:
2280: l_error_code IBY_TRANSACTION_ERRORS.error_code%TYPE;
2281: l_instr_err_rec IBY_TRANSACTION_ERRORS%ROWTYPE;
2282: l_token_rec IBY_TRXN_ERROR_TOKENS%ROWTYPE;
2283:
2284: l_send_to_file_flag VARCHAR2(1);

Line 2281: l_instr_err_rec IBY_TRANSACTION_ERRORS%ROWTYPE;

2277: l_pmt_doc_name VARCHAR2(200) := '';
2278: l_pmt_instr_id IBY_PAY_INSTRUCTIONS_ALL.payment_instruction_id%TYPE;
2279:
2280: l_error_code IBY_TRANSACTION_ERRORS.error_code%TYPE;
2281: l_instr_err_rec IBY_TRANSACTION_ERRORS%ROWTYPE;
2282: l_token_rec IBY_TRXN_ERROR_TOKENS%ROWTYPE;
2283:
2284: l_send_to_file_flag VARCHAR2(1);
2285: l_instr_status IBY_PAY_INSTRUCTIONS_ALL.payment_instruction_status%TYPE;

Line 5073: l_error_code IBY_TRANSACTION_ERRORS.error_code%TYPE;

5069:
5070: l_pmt_doc_name VARCHAR2(200) := '';
5071: l_pmt_instr_id IBY_PAY_INSTRUCTIONS_ALL.payment_instruction_id%TYPE;
5072:
5073: l_error_code IBY_TRANSACTION_ERRORS.error_code%TYPE;
5074: l_instr_err_rec IBY_TRANSACTION_ERRORS%ROWTYPE;
5075: l_token_rec IBY_TRXN_ERROR_TOKENS%ROWTYPE;
5076:
5077: l_send_to_file_flag VARCHAR2(1);

Line 5074: l_instr_err_rec IBY_TRANSACTION_ERRORS%ROWTYPE;

5070: l_pmt_doc_name VARCHAR2(200) := '';
5071: l_pmt_instr_id IBY_PAY_INSTRUCTIONS_ALL.payment_instruction_id%TYPE;
5072:
5073: l_error_code IBY_TRANSACTION_ERRORS.error_code%TYPE;
5074: l_instr_err_rec IBY_TRANSACTION_ERRORS%ROWTYPE;
5075: l_token_rec IBY_TRXN_ERROR_TOKENS%ROWTYPE;
5076:
5077: l_send_to_file_flag VARCHAR2(1);
5078: l_instr_status IBY_PAY_INSTRUCTIONS_ALL.payment_instruction_status%TYPE;