DBA Data[Home] [Help]

APPS.FV_CCR_UTIL_PVT dependencies on IBY_FNDCPT_SETUP_PUB

Line 2731: l_assignment IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;

2727: l_payee_level VARCHAR2(30);
2728: l_vendor_type_lookup_code VARCHAR2(30);
2729: l_end_date DATE;
2730: l_payee IBY_DISBURSEMENT_SETUP_PUB.PayeeContext_Rec_Type;
2731: l_assignment IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
2732: l_assignment_tab IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_tbl_type;
2733: l_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
2734: l_payer_attribs IBY_FNDCPT_SETUP_PUB.PayerAttributes_rec_type;
2735:

Line 2732: l_assignment_tab IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_tbl_type;

2728: l_vendor_type_lookup_code VARCHAR2(30);
2729: l_end_date DATE;
2730: l_payee IBY_DISBURSEMENT_SETUP_PUB.PayeeContext_Rec_Type;
2731: l_assignment IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
2732: l_assignment_tab IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_tbl_type;
2733: l_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
2734: l_payer_attribs IBY_FNDCPT_SETUP_PUB.PayerAttributes_rec_type;
2735:
2736: BANK_USES_EXCEPTION EXCEPTION;

Line 2734: l_payer_attribs IBY_FNDCPT_SETUP_PUB.PayerAttributes_rec_type;

2730: l_payee IBY_DISBURSEMENT_SETUP_PUB.PayeeContext_Rec_Type;
2731: l_assignment IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_rec_type;
2732: l_assignment_tab IBY_FNDCPT_SETUP_PUB.PmtInstrAssignment_tbl_type;
2733: l_response IBY_FNDCPT_COMMON_PUB.Result_rec_type;
2734: l_payer_attribs IBY_FNDCPT_SETUP_PUB.PayerAttributes_rec_type;
2735:
2736: BANK_USES_EXCEPTION EXCEPTION;
2737:
2738: BEGIN