DBA Data[Home] [Help]

APPS.IGS_FI_WAV_UTILS_002 dependencies on IGS_FI_CREDIT_PVT

Line 246: l_credit_rec_type igs_fi_credit_pvt.credit_rec_type;

242: l_v_msg_data VARCHAR2(4000) := NULL;
243: l_n_credit_activity_id igs_fi_cr_activities.credit_activity_id%TYPE;
244: l_n_credit_number igs_fi_credits_all.credit_number%TYPE;
245: l_cur_credit_type_desc cur_credit_type_desc%ROWTYPE;
246: l_credit_rec_type igs_fi_credit_pvt.credit_rec_type;
247: l_attribute_rec_type igs_fi_credits_api_pub.attribute_rec_type;
248: l_msg VARCHAR2(2000);
249: BEGIN
250:

Line 389: p_v_string => 'Before the Callout to the igs_fi_credit_pvt.create_credit Api');

385: l_attribute_rec_type.p_attribute19 := NULL;
386: l_attribute_rec_type.p_attribute20 := NULL;
387:
388: log_to_fnd(p_v_module => 'call_credits_api',
389: p_v_string => 'Before the Callout to the igs_fi_credit_pvt.create_credit Api');
390: --Call Out to Create waiver credits
391: igs_fi_credit_pvt.create_credit(p_api_version => 2.1,
392: p_init_msg_list => FND_API.G_FALSE,
393: p_commit => FND_API.G_FALSE,

Line 391: igs_fi_credit_pvt.create_credit(p_api_version => 2.1,

387:
388: log_to_fnd(p_v_module => 'call_credits_api',
389: p_v_string => 'Before the Callout to the igs_fi_credit_pvt.create_credit Api');
390: --Call Out to Create waiver credits
391: igs_fi_credit_pvt.create_credit(p_api_version => 2.1,
392: p_init_msg_list => FND_API.G_FALSE,
393: p_commit => FND_API.G_FALSE,
394: p_validation_level => FND_API.G_VALID_LEVEL_NONE,
395: x_return_status => x_return_status,