DBA Data[Home] [Help]

APPS.IBY_BUILD_INSTRUCTIONS_PUB_PKG dependencies on IBY_DISBURSE_SUBMIT_PUB_PKG

Line 952: l_profile_attribs IBY_DISBURSE_SUBMIT_PUB_PKG.profileProcessAttribs;

948:
949: l_doc_error_tab IBY_VALIDATIONSETS_PUB.docErrorTabType;
950: l_doc_token_tab IBY_VALIDATIONSETS_PUB.trxnErrTokenTabType;
951:
952: l_profile_attribs IBY_DISBURSE_SUBMIT_PUB_PKG.profileProcessAttribs;
953:
954: l_msg_count NUMBER;
955: l_msg_data VARCHAR2(4000);
956:

Line 1105: IBY_DISBURSE_SUBMIT_PUB_PKG.get_profile_process_attribs(

1101: * payment instruction. These attributes like the
1102: * processing type etc. will be used in check
1103: * numbering and formatting calls.
1104: */
1105: IBY_DISBURSE_SUBMIT_PUB_PKG.get_profile_process_attribs(
1106: l_instr_rec.payment_profile_id,
1107: l_profile_attribs
1108: );
1109: