DBA Data[Home] [Help]

APPS.FV_CCR_UTIL_PVT dependencies on IBY_FNDCPT_SETUP_PUB

Line 3032: l_assignment IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;

3028: l_payee_level VARCHAR2(30);
3029: l_vendor_type_lookup_code VARCHAR2(30);
3030: l_end_date DATE;
3031: l_payee IBY_DISBURSEMENT_SETUP_PUB.PayeeContext_Rec_Type;
3032: l_assignment IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
3033: l_assignment_tab IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_tbl_type;
3034: l_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3035: l_payer_attribs IBY_FNDCPT_SETUP_PUB.PayerAttributes_rec_type;
3036: l_module_name VARCHAR2(2000) := g_pkg_name||'process_bank_account_uses';

Line 3033: l_assignment_tab IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_tbl_type;

3029: l_vendor_type_lookup_code VARCHAR2(30);
3030: l_end_date DATE;
3031: l_payee IBY_DISBURSEMENT_SETUP_PUB.PayeeContext_Rec_Type;
3032: l_assignment IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
3033: l_assignment_tab IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_tbl_type;
3034: l_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3035: l_payer_attribs IBY_FNDCPT_SETUP_PUB.PayerAttributes_rec_type;
3036: l_module_name VARCHAR2(2000) := g_pkg_name||'process_bank_account_uses';
3037:

Line 3035: l_payer_attribs IBY_FNDCPT_SETUP_PUB.PayerAttributes_rec_type;

3031: l_payee IBY_DISBURSEMENT_SETUP_PUB.PayeeContext_Rec_Type;
3032: l_assignment IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
3033: l_assignment_tab IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_tbl_type;
3034: l_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
3035: l_payer_attribs IBY_FNDCPT_SETUP_PUB.PayerAttributes_rec_type;
3036: l_module_name VARCHAR2(2000) := g_pkg_name||'process_bank_account_uses';
3037:
3038: BANK_USES_EXCEPTION EXCEPTION;
3039: