DBA Data[Home] [Help]

APPS.IGF_SP_AWARD dependencies on IGF_AW_AWARD_PKG

Line 37: --bkkumar #2858504 04-jun-2003 Added legacy_record_flag and award_number_txt in the table handler calls for igf_aw_award_pkg.insert_row

33: -- APP_TRANS_NUM_TXT
34: --vvutukur 20-Jul-2003 Enh#3038511.FICR106 Build. Modified procedure create_award_disb.
35: --vchappid 22-Jun-2003 Bug 2881654, Log file format is revamped, Dynamic Person Group feature is introduced,
36: -- Sponsor Code parameter is made optional
37: --bkkumar #2858504 04-jun-2003 Added legacy_record_flag and award_number_txt in the table handler calls for igf_aw_award_pkg.insert_row
38: --pathipat 25-Apr-2003 Enh 2831569 - Commercial Receivables build
39: -- Modified create_award_disb() - added call to chk_manage_account()
40: --vvutukur 26-feb-2003 Enh#2758823.FA117 Build. Modified the procedure create_disb_dtl.
41: --smadathi 30-Jan-2002 Bug 2620302. Function et_person_number ,procedure create_award_disb modified.

Line 42: --adhawan #2613546 28-oct-2002 Added alt_pell_schedule in the table handler calls for igf_aw_award_pkg.insert_row

38: --pathipat 25-Apr-2003 Enh 2831569 - Commercial Receivables build
39: -- Modified create_award_disb() - added call to chk_manage_account()
40: --vvutukur 26-feb-2003 Enh#2758823.FA117 Build. Modified the procedure create_disb_dtl.
41: --smadathi 30-Jan-2002 Bug 2620302. Function et_person_number ,procedure create_award_disb modified.
42: --adhawan #2613546 28-oct-2002 Added alt_pell_schedule in the table handler calls for igf_aw_award_pkg.insert_row
43:
44: -- adhawan #2613546 27-oct-2002 gscc fix for Default
45: --smadathi 02-jul-2002 Bug 2427996. Modified create_award_disb procedure.
46: --smadathi 31-Jun-2002 Bug 2387604. Modified create_aw_award procedure, loop_thru_spnsr_dtl Procedure.

Line 1038: igf_aw_award_pkg.insert_row(x_rowid => g_rowid ,

1034: IF rec_stdnt_rel.tot_spnsr_amount IS NULL THEN
1035: -- look at FC level
1036: g_rowid := NULL;
1037: l_award_id := NULL;
1038: igf_aw_award_pkg.insert_row(x_rowid => g_rowid ,
1039: x_award_id => l_award_id ,
1040: x_fund_id => rec_stdnt_rel.fund_id,
1041: x_base_id => rec_stdnt_rel.base_id,
1042: x_offered_amt => 0 ,

Line 1209: igf_aw_award_pkg.insert_row(

1205:
1206: -- Call to igs_fi_gen_gl.get_formatted_amount formats amount by rounding off to currency precision
1207: l_n_tot_spns_amt := igs_fi_gen_gl.get_formatted_amount(l_n_tot_spns_amt);
1208:
1209: igf_aw_award_pkg.insert_row(
1210: x_rowid => g_rowid ,
1211: x_award_id => l_award_id ,
1212: x_fund_id => rec_stdnt_rel.fund_id,
1213: x_base_id => rec_stdnt_rel.base_id,