DBA Data[Home] [Help]

APPS.IGF_AW_RULE dependencies on IGF_AP_FA_BASE_REC_PKG

Line 11: -- igf_ap_fa_base_rec_pkg.update_row w.r.t. FA 126

7: -- svuppala 14-Oct-04 Bug # 3416936 Modified TBH call to addeded field
8: -- Eligible for Additional Unsubsidized Loans
9: -- ugummall 26-SEP-2003 FA 126 - Multiple FA Offices
10: -- added new parameter assoc_org_num to TBH call
11: -- igf_ap_fa_base_rec_pkg.update_row w.r.t. FA 126
12: --
13: --
14: -- Bug ID :2613546
15: -- adhawan 28-OCT-2002 The Run procedure has been modified with the new parameters

Line 171: || igf_ap_fa_base_rec_pkg.update_row

167: || ridas 08-FEB-2006 Bug #5021084. Added new parameter 'lv_group_type' in
168: || call to igf_ap_ss_pkg.get_pid
169: || rasahoo 17-NOV-2003 FA 128 - ISIR update 2004-05
170: || added new parameter award_fmly_contribution_type to
171: || igf_ap_fa_base_rec_pkg.update_row
172: || ugummall 26-SEP-2003 FA 126 - Multiple FA Offices
173: || added new parameter assoc_org_num to TBH call
174: || igf_ap_fa_base_rec_pkg.update_row w.r.t. FA 126
175: ||

Line 174: || igf_ap_fa_base_rec_pkg.update_row w.r.t. FA 126

170: || added new parameter award_fmly_contribution_type to
171: || igf_ap_fa_base_rec_pkg.update_row
172: || ugummall 26-SEP-2003 FA 126 - Multiple FA Offices
173: || added new parameter assoc_org_num to TBH call
174: || igf_ap_fa_base_rec_pkg.update_row w.r.t. FA 126
175: ||
176: || rasahoo 27-aug-2003 Removed the call to IGF_AP_OSS_PROCESS.GET_OSS_DETAILS
177: || as part of obsoletion of FA base record history
178: || masehgal 11-Nov-2002 FA 101 - SAP Obsoletion

Line 393: igf_ap_fa_base_rec_pkg.update_row(

389: FND_MESSAGE.SET_TOKEN('PERSON_NUMBER',l_person_number);
390: FND_FILE.PUT_LINE(FND_FILE.LOG,FND_MESSAGE.GET);
391:
392: IF NVL(l_fabase.lock_awd_flag,'N') = 'N' THEN
393: igf_ap_fa_base_rec_pkg.update_row(
394: x_rowid => l_fabase.row_id,
395: x_base_id => l_fabase.base_id,
396: x_ci_cal_type => l_fabase.ci_cal_type,
397: x_person_id => l_fabase.person_id,