DBA Data[Home] [Help]

APPS.IGS_FI_SS_ACCT_PAYMENT dependencies on IGS_FI_CREDITS_API_PUB

Line 160: igs_fi_credits_api_pub.create_credit.

156: vvutukur 15-Nov-2002 Enh#2584986.Modified the call to credits api to pass sysdate to the parameter
157: p_d_gl_date.
158: vvutukur 16-Sep-2002 Enh#2564643.Removed references to subaccount_id.ie., from parameters
159: list,from where clause of cursor c_credittype_id,from the call to
160: igs_fi_credits_api_pub.create_credit.
161: smadathi 24-Jun-2002 Bug 2404720. The cursor c_credittype_id select is modified to fetch description column along
162: with credit_type_id column. The call to IGS_FI_CREDITS_API_PUB.Create_Credit has been modified
163: to pass this description value to the formal parameter p_description.
164:

Line 162: with credit_type_id column. The call to IGS_FI_CREDITS_API_PUB.Create_Credit has been modified

158: vvutukur 16-Sep-2002 Enh#2564643.Removed references to subaccount_id.ie., from parameters
159: list,from where clause of cursor c_credittype_id,from the call to
160: igs_fi_credits_api_pub.create_credit.
161: smadathi 24-Jun-2002 Bug 2404720. The cursor c_credittype_id select is modified to fetch description column along
162: with credit_type_id column. The call to IGS_FI_CREDITS_API_PUB.Create_Credit has been modified
163: to pass this description value to the formal parameter p_description.
164:
165: brajendr 22-FEB-2002 modifed the cursor (c_cc_number)which is used for creating the credit number as per the DLD
166:

Line 200: l_attribute_rec igs_fi_credits_api_pub.attribute_rec_type;

196:
197: l_cc_meaning igs_lookup_values.meaning%TYPE;
198: l_credit_type_id c_credittype_id%ROWTYPE;
199: l_credit_card_code c_credit_card_code%ROWTYPE;
200: l_attribute_rec igs_fi_credits_api_pub.attribute_rec_type;
201: l_expiration_date c_expiration_date%ROWTYPE;
202:
203: l_v_currency igs_fi_control_all.currency_cd%TYPE;
204: l_v_curr_desc fnd_currencies_tl.name%TYPE;