DBA Data[Home] [Help]

APPS.FV_CCR_UTIL_PVT dependencies on IBY_DISBURSEMENT_SETUP_PUB

Line 98: p_payee_context IN IBY_DISBURSEMENT_SETUP_PUB.PayeeContext_rec_type,

94:
95: /* Procedure to get the payee id for the supplier site */
96: procedure get_payee_id
97: (
98: p_payee_context IN IBY_DISBURSEMENT_SETUP_PUB.PayeeContext_rec_type,
99: x_payee_id OUT NOCOPY iby_external_payees_all.ext_payee_id%TYPE
100: )
101: IS
102: CURSOR c_payee

Line 2730: l_payee IBY_DISBURSEMENT_SETUP_PUB.PayeeContext_Rec_Type;

2726: l_payee_id NUMBER;
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;

Line 2788: IBY_DISBURSEMENT_SETUP_PUB.Set_Payee_Instr_Assignment(

2784: l_assignment.Instrument.instrument_Id := p_old_bank_account_id;
2785: l_assignment.end_date := p_file_date-1;
2786:
2787:
2788: IBY_DISBURSEMENT_SETUP_PUB.Set_Payee_Instr_Assignment(
2789: p_api_version => l_api_version,
2790: p_init_msg_list => FND_API.G_FALSE,
2791: p_commit => FND_API.G_FALSE,
2792: x_return_status => l_return_status,

Line 2826: IBY_DISBURSEMENT_SETUP_PUB.Get_Payee_Instr_Assignments(

2822:
2823: l_uses_reln_exists := 'N';
2824: IF(p_account_uses_insert_flag = 'U') THEN
2825:
2826: IBY_DISBURSEMENT_SETUP_PUB.Get_Payee_Instr_Assignments(
2827: p_api_version => l_api_version,
2828: p_init_msg_list => FND_API.G_FALSE,
2829: x_return_status => l_return_status,
2830: x_msg_count => l_msg_count,

Line 2879: IBY_DISBURSEMENT_SETUP_PUB.Set_Payee_Instr_Assignment(

2875: l_assignment.Instrument.instrument_Type := 'BANKACCOUNT';
2876: l_assignment.Instrument.instrument_Id := p_new_bank_account_id;
2877: l_assignment.end_date := null;
2878:
2879: IBY_DISBURSEMENT_SETUP_PUB.Set_Payee_Instr_Assignment(
2880: p_api_version => l_api_version,
2881: p_init_msg_list => FND_API.G_FALSE,
2882: p_commit => FND_API.G_FALSE,
2883: x_return_status => l_return_status,