DBA Data[Home] [Help]

APPS.IGS_FI_SS_ACCT_PAYMENT dependencies on IGS_FI_CREDIT_PVT

Line 18: -- parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call

14: --svuppala 04-AUG-2005 Enh 3392095 - Tution Waivers build
15: -- Impact of Charges API version Number change
16: -- Modified igs_fi_charges_api_pvt.create_charge - version 2.0 and x_waiver_amount
17: --pmarada 26-JUL-2005 Enh 3392095, modifed as per tution waiver build, passing p_api_version
18: -- parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call
19: -- svuppala 9-JUN-2005 Enh 3442712 - Impact of automatic generation of the Receipt Number.
20: -- changed logic for credit_number in procedure create_cc_credit.
21: --pathipat 21-Apr-2004 Enh 3558549 - Comm Receivables Enh
22: -- Modified update_cc_credit() - added param x_source_invoice_id

Line 135: parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call

131: Change History
132:
133: Who When What
134: pmarada 26-JUL-2005 Enh 3392095, modifed as per tution waiver build, passing p_api_version
135: parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call
136: svuppala 9-JUN-2005 Enh 3442712 - Impact of automatic generation of the Receipt Number.
137: changed logic for credit_number.
138: pmarada 14-sep-2004 Bug 3886740, If there is no active credit type for a credit class then logging a message
139: vvutukur 26-Sep-2003 Enh#3045007.Payment Plans Build.Changes specific to TD.

Line 208: l_credit_rec igs_fi_credit_pvt.credit_rec_type;

204: l_v_curr_desc fnd_currencies_tl.name%TYPE;
205: l_v_message_name fnd_new_messages.message_name%TYPE;
206:
207: l_b_return_status BOOLEAN;
208: l_credit_rec igs_fi_credit_pvt.credit_rec_type;
209: l_exception EXCEPTION;
210:
211: l_v_transaction_date igs_fi_credits_all.transaction_date%TYPE := NULL;
212:

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

347: l_credit_rec.p_deposit_date := NULL;
348:
349: l_v_transaction_date := TRUNC(l_credit_rec.p_transaction_date);
350:
351: igs_fi_credit_pvt.create_credit ( p_api_version => 2.1,
352: p_init_msg_list => fnd_api.g_false, /* Passing False because stack has already been initialized */
353: p_commit => fnd_api.g_false,
354: p_validation_level => fnd_api.g_valid_level_none,
355: x_return_status => x_return_status,