DBA Data[Home] [Help]

APPS.IGS_FI_CREDITS_API_PUB dependencies on IGS_FI_CREDIT_PVT

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

5: /*Change History
6:
7: Who When What
8: pmarada 26-JUL-2005 Enh 3392095, modifed as per tution waiver build, passing p_api_version
9: parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call
10: svuppala 9-JUN-2005 Enh 4213629 - The automatic generation of the Receipt Number.
11: Added a new procedure, create_credit with all the parameters of existing procedure
12: and additional OUT parameter, x_credit_number
13: vvutukur 16-Jun-2003 Enh#2831582.Lockbox Build.Modified procedure create_credit.

Line 15: vvutukur 04-Apr-2003 Enh#2831554. Internal Credits API Build. Rewritten the code by placing a call to igs_fi_credit_pvt.create_credit and

11: Added a new procedure, create_credit with all the parameters of existing procedure
12: and additional OUT parameter, x_credit_number
13: vvutukur 16-Jun-2003 Enh#2831582.Lockbox Build.Modified procedure create_credit.
14: schodava 11-Jun-2003 Enh # 2831587. Added 3 new parameters to the Public API
15: vvutukur 04-Apr-2003 Enh#2831554. Internal Credits API Build. Rewritten the code by placing a call to igs_fi_credit_pvt.create_credit and
16: removing earlier the code.
17: vvutukur 11-Dec-2002 Enh#2584741.Removed parameter p_validation_level and Added 3 new parameters p_v_check_number,
18: p_v_source_tran_type,p_v_source_tran_ref_number in create_credit procedure.Modified
19: validate_credit_type,created local functions validate_unique_enrdeposit, validate_dep_crtype

Line 97: vvutukur 04-Apr-2003 Enh#2831554. Internal Credits API Build. Rewritten the code by placing a call to igs_fi_credit_pvt.create_credit and

93: svuppala 9-JUN-2005 Enh 4213629 - The automatic generation of the Receipt Number.
94: Removed all the logic and called new create_credit procedure with added x_credit_number.
95: vvutukur 16-Jun-2003 Enh#2831582.Lockbox Build. Added 3 new parameters lockbox_interface_id,batch_name,deposit_date.
96: schodava 11-Jun-2003 Enh# 2831587. Added 3 new parameters to the Public API
97: vvutukur 04-Apr-2003 Enh#2831554. Internal Credits API Build. Rewritten the code by placing a call to igs_fi_credit_pvt.create_credit and
98: removing earlier the code.
99: vvutukur 11-Dec-2002 Enh#2584741.Removed parameter p_validation_level. Added 3 new parameters p_v_check_number,
100: p_v_source_tran_type,p_v_source_tran_ref_number.
101: vvutukur 23-Nov-2002 Enh#2584986.Added new parameter p_d_gl_date and validated.Passed p_d_gl_date to the call to

Line 260: l_credit_rec igs_fi_credit_pvt.credit_rec_type;

256: l_pkg_name CONSTANT VARCHAR2(30) := 'IGS_FI_CREDITS_API_PUB';
257: l_api_name CONSTANT VARCHAR2(30) := 'create_credit';
258: l_api_version CONSTANT NUMBER := 1.3;
259:
260: l_credit_rec igs_fi_credit_pvt.credit_rec_type;
261: l_attribute_rec_type attribute_rec_type;
262:
263:
264: BEGIN

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

316:
317: l_attribute_rec_type := p_attribute_record;
318:
319: --Call the private api with full validation_level.
320: igs_fi_credit_pvt.create_credit( p_api_version => 2.1,
321: p_init_msg_list => p_init_msg_list,
322: p_commit => p_commit,
323: p_validation_level => fnd_api.g_valid_level_full,
324: x_return_status => x_return_status,