DBA Data[Home] [Help]

APPS.IGS_FI_PRC_LOCKBOX dependencies on IGS_FI_CREDIT_PVT

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

11: Who When What
12: svuppala 12-May-2006 Bug 5217319 Added call to format amounts by rounding off to currency precision
13: in the igs_fi_lb_ovfl_errs_pkg.insert_row and igs_fi_lb_rect_errs_pkg.insert_row calls
14: pmarada 26-JUL-2005 Enh 3392095, modifed as per tution waiver build, passing p_api_version
15: parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call
16: svuppala 9-JUN-2005 Enh 3442712 - Impact of automatic generation of the Receipt Number.
17: changed logic for credit_number in invoke_credits_api_pvt().
18: shtatiko 27-AUG-2003 Enh# 3045007, Modified valtype2_and_import_rects and initialize.
19: Added two new parameters p_n_credit_type_id, p_n_receipt_amt to invoke_credits_api_pvt

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

2245: Known limitations,enhancements,remarks:
2246: Change History
2247: Who When What
2248: pmarada 26-JUL-2005 Enh 3392095, modifed as per tution waiver build, passing p_api_version
2249: parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call
2250: svuppala 9-JUN-2005 Enh 3442712 - Impact of automatic generation of the Receipt Number.
2251: changed logic for credit_number.
2252: shtatiko 26-AUG-2003 Enh# 3045007, Added two new parameters, p_n_credit_type_id and p_n_receipt_amt.
2253: pathipat 21-Aug-2003 Enh 3076768 - Auto Release of Holds

Line 2258: l_credit_rec igs_fi_credit_pvt.credit_rec_type;

2254: Added code to get message even if
2255: credits_api returns with status = 'S'
2256: ***************************************************************** */
2257: l_attribute_rec igs_fi_credits_api_pub.attribute_rec_type;
2258: l_credit_rec igs_fi_credit_pvt.credit_rec_type;
2259: l_v_status VARCHAR2(1);
2260: l_n_msg_count NUMBER(10);
2261: l_v_msg_data VARCHAR2(2000);
2262: l_n_credit_id igs_fi_credits.credit_id%TYPE;

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

2319: l_credit_rec.p_amount := p_n_receipt_amt;
2320:
2321: l_n_credit_id := null;
2322: l_n_cr_activity_id := null;
2323: igs_fi_credit_pvt.create_credit(p_api_version => 2.1,
2324: p_init_msg_list => fnd_api.g_true,
2325: p_commit => fnd_api.g_false,
2326: p_validation_level => fnd_api.g_valid_level_none,
2327: x_return_status => l_v_status,