DBA Data[Home] [Help]

APPS.IGF_DB_SF_INTEGRATION dependencies on IGF_AW_AWD_DISB_PKG

Line 17: -- in the igf_aw_awd_disb_pkg.update_row (l_disb_paid_amt), igf_aw_award_pkg.update_row

13: --Change History:
14: --Who When What
15: --museshad 10-Aug-2006 Bug 5337555. Build FA 163. TBH Impact.
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

Line 27: -- Changed the TBH calls of the packages: IGF_AW_AWD_DISB_PKG and IGF_DB_AWD_DISB_DTL_PKG

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
27: -- Changed the TBH calls of the packages: IGF_AW_AWD_DISB_PKG and IGF_DB_AWD_DISB_DTL_PKG
28: --smadathi 01-JUL-2004 Bug 3735396. GSCC Warning File.Sql.35 was also fixed as part of this bug.
29: -- The variable g_chgadj global to this package body is modified as CONSTANT
30: -- variable. Modified procedure transfer_disb_dtls_to_sf,function validate_persid_grp,
31: -- procedure main_disbursement

Line 36: -- Changed signature of igf_aw_awd_disb_pkg.update_row(Added attendance_type_code to the tbh call)

32: --pathipat 22-Apr-2004 Enh 3558549 - Commercial Receivables Enhancements build
33: -- Modified call_credits_api() and main_disbursement()
34: --veramach 3-NOV-2003 FA 125 Multiple Distr Methods
35: -- Changed signature of igf_aw_award_pkg.update_row(Added adplans_id to the tbh call)
36: -- Changed signature of igf_aw_awd_disb_pkg.update_row(Added attendance_type_code to the tbh call)
37: --pathipat 21-Aug-2003 Enh 3076768 - Auto Release of Holds build
38: -- Modified call_credits_api() - added check when return_status = 'S'
39: -- Modified main_disbursement()
40: --vvutukur 18-Jul-2003 Enh#3038511.FICR106 Build. Modified procedure transfer_disb_dtls_to_sf.

Line 826: in igf_aw_awd_disb_pkg.update_row , igf_aw_award_pkg.update_row calls

822: Known limitations,enhancements,remarks:
823: Change History
824: Who When What
825: svuppala 12-May-2006 Bug 5217319 Added call to format amount by rounding off to currency precision
826: in igf_aw_awd_disb_pkg.update_row , igf_aw_award_pkg.update_row calls
827: smadathi 01-JUL-2004 Bug 3735396. GSCC Warning File.Sql.35 was fixed as part of this bug. The initialization
828: of local variable l_status in the procedure declaration was removed and the same
829: was initialized at the starting of this procedure.
830: pathipat 22-Apr-2004 Enh 3558549 - Commercial Receivables Enhancements

Line 834: Changed signature of igf_aw_awd_disb_pkg.update_row(Added attendance_type_code to the tbh call)

830: pathipat 22-Apr-2004 Enh 3558549 - Commercial Receivables Enhancements
831: Modified calls to call_credits_api() - added new parameter p_n_source_invoice_id
832: veramach 3-NOV-2003 FA 125 Multiple Distr Methods
833: Changed signature of igf_aw_award_pkg.update_row(Added adplans_id to the tbh call)
834: Changed signature of igf_aw_awd_disb_pkg.update_row(Added attendance_type_code to the tbh call)
835: pathipat 23-Aug-2003 Enh 3076768 - Automatic Release of Holds build
836: Added code to log message is holds release failed in call to Credits API
837: SMADATHI 26-jun-2003 Bug 2852816. Removed parameter p_student_sponsor from the calls to call_credits_api,call_charges_api
838: vvutukur 10-Apr-2003 Enh#2831554.Internal Credits API Build. Added validations for Fee,Load,Award Calendar Instances,credit type,

Line 1204: igf_aw_awd_disb_pkg.update_row( X_ROWID => l_rec_awd_disb.rowid,

1200: */
1201:
1202: BEGIN
1203: -- Bug 5217319 Added call to format amount by rounding off to currency precision for l_disb_paid_amt
1204: igf_aw_awd_disb_pkg.update_row( X_ROWID => l_rec_awd_disb.rowid,
1205: X_AWARD_ID => l_rec_awd_disb.award_id,
1206: X_DISB_NUM => l_rec_awd_disb.disb_num,
1207: X_TP_CAL_TYPE => l_rec_awd_disb.tp_cal_type,
1208: X_TP_SEQUENCE_NUMBER => l_rec_awd_disb.tp_sequence_number,