DBA Data[Home] [Help]

APPS.FV_CCR_UTIL_PVT dependencies on IBY_DISBURSEMENT_SETUP_PUB

Line 101: p_payee_context IN IBY_DISBURSEMENT_SETUP_PUB.PayeeContext_rec_type,

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

Line 3031: l_payee IBY_DISBURSEMENT_SETUP_PUB.PayeeContext_Rec_Type;

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

Line 3096: IBY_DISBURSEMENT_SETUP_PUB.Set_Payee_Instr_Assignment(

3092:
3093: FV_UTILITY.DEBUG_MESG(FND_LOG.LEVEL_STATEMENT,l_module_name,
3094: 'Calling set payee instr assignment');
3095:
3096: IBY_DISBURSEMENT_SETUP_PUB.Set_Payee_Instr_Assignment(
3097: p_api_version => l_api_version,
3098: p_init_msg_list => FND_API.G_FALSE,
3099: p_commit => FND_API.G_FALSE,
3100: x_return_status => l_return_status,

Line 3137: IBY_DISBURSEMENT_SETUP_PUB.Get_Payee_Instr_Assignments(

3133:
3134: l_uses_reln_exists := 'N';
3135: IF(p_account_uses_insert_flag = 'U') THEN
3136:
3137: IBY_DISBURSEMENT_SETUP_PUB.Get_Payee_Instr_Assignments(
3138: p_api_version => l_api_version,
3139: p_init_msg_list => FND_API.G_FALSE,
3140: x_return_status => l_return_status,
3141: x_msg_count => l_msg_count,

Line 3190: IBY_DISBURSEMENT_SETUP_PUB.Set_Payee_Instr_Assignment(

3186: l_assignment.Instrument.instrument_Type := 'BANKACCOUNT';
3187: l_assignment.Instrument.instrument_Id := p_new_bank_account_id;
3188: l_assignment.end_date := null;
3189:
3190: IBY_DISBURSEMENT_SETUP_PUB.Set_Payee_Instr_Assignment(
3191: p_api_version => l_api_version,
3192: p_init_msg_list => FND_API.G_FALSE,
3193: p_commit => FND_API.G_FALSE,
3194: x_return_status => l_return_status,