DBA Data[Home] [Help]

APPS.IGF_DB_SF_INTEGRATION dependencies on IGS_FI_CREDIT_PVT

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

16: --svuppala 12-May-2006 Bug 5217319 Added call to format amount by rounding off to currency precision
17: -- in the igf_aw_awd_disb_pkg.update_row (l_disb_paid_amt), igf_aw_award_pkg.update_row
18: -- (l_paid_amt) calls in main_disbursement procedure
19: --pmarada 26-JUL-2005 Enh 3392095, modifed as per tution waiver build, passing p_api_version
20: -- parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call
21: --svuppala 18-JUL-2005 Enh 4213629 - Impact of automatic generation of the Receipt Number
22: -- changed parameters of igs_fi_credit_pvt.create_credit call
23: --ridas 08-Nov-2004 Bug 3021287 If the profile_value = 'TRANSFER'
24: -- then updating COA at the student level

Line 22: -- changed parameters of igs_fi_credit_pvt.create_credit call

18: -- (l_paid_amt) calls in main_disbursement procedure
19: --pmarada 26-JUL-2005 Enh 3392095, modifed as per tution waiver build, passing p_api_version
20: -- parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call
21: --svuppala 18-JUL-2005 Enh 4213629 - Impact of automatic generation of the Receipt Number
22: -- changed parameters of igs_fi_credit_pvt.create_credit call
23: --ridas 08-Nov-2004 Bug 3021287 If the profile_value = 'TRANSFER'
24: -- then updating COA at the student level
25:
26: --ayedubat 14-OCT-04 FA 149 COD-XML Standards build bug # 3416863

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

374:
375: Change History:
376: Who When What
377: pmarada 26-JUL-2005 Enh 3392095, modifed as per tution waiver build, passing p_api_version
378: parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call
379: svuppala 18-JUL-2005 Enh 4213629 - Impact of automatic generation of the Receipt Number
380: changed parameters of igs_fi_credit_pvt.create_credit call
381: Added OUT parameter x_credit_number and local variable l_v_credit_number
382: Removed cur_seq cursor and the usage of the cursor.

Line 380: changed parameters of igs_fi_credit_pvt.create_credit call

376: Who When What
377: pmarada 26-JUL-2005 Enh 3392095, modifed as per tution waiver build, passing p_api_version
378: parameter value as 2.1 to the igs_fi_credit_pvt.create_credit call
379: svuppala 18-JUL-2005 Enh 4213629 - Impact of automatic generation of the Receipt Number
380: changed parameters of igs_fi_credit_pvt.create_credit call
381: Added OUT parameter x_credit_number and local variable l_v_credit_number
382: Removed cur_seq cursor and the usage of the cursor.
383: pathipat 22-Apr-2004 Enh 3558549 - Commercial Receivables Enhancements build
384: Added param p_n_source_invoice_id

Line 446: l_credit_rec igs_fi_credit_pvt.credit_rec_type;

442: l_desc igs_fi_credits_all.description%TYPE;
443: l_amount igf_db_awd_disb_dtl.disb_net_amt%TYPE;
444:
445: l_v_message_name fnd_new_messages.message_name%TYPE;
446: l_credit_rec igs_fi_credit_pvt.credit_rec_type;
447: l_v_credit_number igs_fi_credits.credit_number%TYPE;
448:
449:
450: BEGIN

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

554: l_credit_rec.p_deposit_date := g_null;
555: l_credit_rec.p_invoice_id := p_n_source_invoice_id;
556:
557: --Create a credit by calling the Private Credits API with p_validation_level as fnd_api.g_valid_level_none.
558: igs_fi_credit_pvt.create_credit( p_api_version => 2.1,
559: p_init_msg_list => fnd_api.g_true,
560: p_commit => fnd_api.g_false,
561: p_validation_level => fnd_api.g_valid_level_none,
562: x_return_status => p_status,