DBA Data[Home] [Help]

APPS.IBY_BUILD_INSTRUCTIONS_PUB_PKG dependencies on IBY_DISBURSE_SUBMIT_PUB_PKG

Line 843: l_profile_attribs IBY_DISBURSE_SUBMIT_PUB_PKG.profileProcessAttribs;

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;
846: l_msg_data VARCHAR2(4000);
847:

Line 975: IBY_DISBURSE_SUBMIT_PUB_PKG.get_profile_process_attribs(

971: * payment instruction. These attributes like the
972: * processing type etc. will be used in check
973: * numbering and formatting calls.
974: */
975: IBY_DISBURSE_SUBMIT_PUB_PKG.get_profile_process_attribs(
976: l_instr_rec.payment_profile_id,
977: l_profile_attribs
978: );
979: