DBA Data[Home] [Help]

APPS.IGS_FI_WAIVERS_API_PUB dependencies on IGS_FI_WAV_UTILS_002

Line 249: p_v_string => ' Invoking Procedure igs_fi_wav_utils_002.call_credits_api with input parameters '||

245:
246: IF p_waiver_amount > 0 THEN
247:
248: log_to_fnd(p_v_module => 'create_manual_waivers',
249: p_v_string => ' Invoking Procedure igs_fi_wav_utils_002.call_credits_api with input parameters '||
250: ' p_n_person_id : ' ||p_person_id ||
251: ' p_v_fee_cal_type : ' ||p_fee_cal_type ||
252: ' p_n_fee_ci_seq_number : ' ||p_fee_ci_seq_number ||
253: ' p_v_waiver_name : ' ||p_waiver_name ||

Line 261: igs_fi_wav_utils_002.call_credits_api (

257: ' p_d_gl_date : ' ||p_gl_date
258: );
259:
260: -- invoke the credits api to create the waiver credit
261: igs_fi_wav_utils_002.call_credits_api (
262: p_n_person_id => p_person_id ,
263: p_v_fee_cal_type => p_fee_cal_type ,
264: p_n_fee_ci_seq_number => p_fee_ci_seq_number ,
265: p_v_waiver_name => p_waiver_name ,

Line 275: p_v_string => ' Procedure igs_fi_wav_utils_002.call_credits_api errored out'

271: x_return_status => l_v_return_status
272: );
273: IF l_v_return_status <> 'S' THEN
274: log_to_fnd(p_v_module => 'create_manual_waivers',
275: p_v_string => ' Procedure igs_fi_wav_utils_002.call_credits_api errored out'
276: );
277: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
278: fnd_message.set_name('IGS','IGS_FI_WAV_NO_TRANS_CREATED');
279: fnd_msg_pub.add;

Line 285: p_v_string => ' Procedure igs_fi_wav_utils_002.call_credits_api returned success'||

281: END IF;
282: END IF;
283:
284: log_to_fnd(p_v_module => 'create_manual_waivers',
285: p_v_string => ' Procedure igs_fi_wav_utils_002.call_credits_api returned success'||
286: ' p_n_credit_id : ' ||l_n_credit_id
287: );
288:
289: log_to_fnd(p_v_module => 'create_manual_waivers',

Line 338: p_v_string => ' Invoking Procedure igs_fi_wav_utils_002.call_charges_api with input parameters '||

334:
335: ELSIF p_waiver_amount < 0 THEN
336:
337: log_to_fnd(p_v_module => 'create_manual_waivers',
338: p_v_string => ' Invoking Procedure igs_fi_wav_utils_002.call_charges_api with input parameters '||
339: ' p_n_person_id : ' ||p_person_id ||
340: ' p_v_fee_cal_type : ' ||p_fee_cal_type ||
341: ' p_n_fee_ci_seq_number : ' ||p_fee_ci_seq_number ||
342: ' p_v_waiver_name : ' ||p_waiver_name ||

Line 350: igs_fi_wav_utils_002.call_charges_api (

346: ' p_d_gl_date : ' ||p_gl_date
347: );
348:
349: -- invoke the charges api to create the waiver adjustment charge
350: igs_fi_wav_utils_002.call_charges_api (
351: p_n_person_id => p_person_id ,
352: p_v_fee_cal_type => p_fee_cal_type ,
353: p_n_fee_ci_seq_number => p_fee_ci_seq_number ,
354: p_v_waiver_name => p_waiver_name ,

Line 365: p_v_string => ' Procedure igs_fi_wav_utils_002.call_charges_api errored out'

361: );
362:
363: IF l_v_return_status <> 'S' THEN
364: log_to_fnd(p_v_module => 'create_manual_waivers',
365: p_v_string => ' Procedure igs_fi_wav_utils_002.call_charges_api errored out'
366: );
367: IF fnd_msg_pub.check_msg_level(fnd_msg_pub.g_msg_lvl_error) THEN
368: fnd_message.set_name('IGS','IGS_FI_WAV_NO_TRANS_CREATED');
369: fnd_msg_pub.add;

Line 375: p_v_string => ' Procedure igs_fi_wav_utils_002.call_charges_api returned success'||

371: END IF;
372: END IF;
373:
374: log_to_fnd(p_v_module => 'create_manual_waivers',
375: p_v_string => ' Procedure igs_fi_wav_utils_002.call_charges_api returned success'||
376: ' p_n_invoice_id : ' ||l_n_invoice_id
377: );
378:
379: log_to_fnd(p_v_module => 'create_manual_waivers',

Line 739: l_b_chr_err_account := igs_fi_wav_utils_002.check_chg_error_account (

735: END IF;
736:
737: -- Check if the Charge transactions for the Person, Fee Type and Fee Period combination
738: -- have the Error Account flag set.
739: l_b_chr_err_account := igs_fi_wav_utils_002.check_chg_error_account (
740: p_n_person_id => p_person_id,
741: p_v_fee_type => rec_c_waiver_pgms.target_fee_type,
742: p_v_fee_cal_type => p_fee_cal_type,
743: p_n_fee_ci_seq_number => p_fee_ci_seq_number