836: l_instr_status IBY_PAY_INSTRUCTIONS_ALL.payment_instruction_status%TYPE;
837: l_instr_rec IBY_PAY_INSTRUCTIONS_ALL%ROWTYPE;
838: l_instr_tab IBY_PAYINSTR_PUB.pmtInstrTabType;
839:
840: l_doc_error_tab IBY_VALIDATIONSETS_PUB.docErrorTabType;
841: l_doc_token_tab IBY_VALIDATIONSETS_PUB.trxnErrTokenTabType;
842:
843: l_profile_attribs IBY_DISBURSE_SUBMIT_PUB_PKG.profileProcessAttribs;
844:
837: l_instr_rec IBY_PAY_INSTRUCTIONS_ALL%ROWTYPE;
838: l_instr_tab IBY_PAYINSTR_PUB.pmtInstrTabType;
839:
840: l_doc_error_tab IBY_VALIDATIONSETS_PUB.docErrorTabType;
841: l_doc_token_tab IBY_VALIDATIONSETS_PUB.trxnErrTokenTabType;
842:
843: l_profile_attribs IBY_DISBURSE_SUBMIT_PUB_PKG.profileProcessAttribs;
844:
845: l_msg_count NUMBER;
920: * If the payment instructions wwas again failed, the
921: * IBY_TRANSACTION_ERRORS table must be populated with the
922: * corresponding error messages.
923: */
924: IBY_VALIDATIONSETS_PUB.insert_transaction_errors('N',
925: l_doc_error_tab, l_doc_token_tab);
926:
927: print_debuginfo(l_module_name, 'Status after payment '
928: || 'instruction rebuild: '