DBA Data[Home] [Help]

APPS.IBY_CHECKNUMBER_PUB dependencies on IBY_TRXN_ERROR_TOKENS

Line 2282: l_token_rec IBY_TRXN_ERROR_TOKENS%ROWTYPE;

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;
2286:

Line 5075: l_token_rec IBY_TRXN_ERROR_TOKENS%ROWTYPE;

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;
5079: