DBA Data[Home] [Help]

APPS.IGF_GR_LI_IMPORT dependencies on IGF_AP_FA_BASE_REC_PKG

Line 39: | igf_ap_fa_base_rec_pkg.update_row |

35: | code |
36: | rasahoo 17-NOV-2003 FA 128 - ISIR update 2004-05 |
37: | added new parameter |
38: | award_fmly_contribution_type to |
39: | igf_ap_fa_base_rec_pkg.update_row |
40: | Changed the cursor c_isir_details |
41: | brajendr 04-Jul-2002 Bug # 2991359 Creation of file |
42: | bkkumar 13-Aug-2003 Bug# 3089841 Added one transaction_num |
43: | validation and changed the c_isir_details |

Line 392: || igf_ap_fa_base_rec_pkg.update_row

388: || (reverse chronological order - newest change first)
389: ||
390: || rasahoo 17-NOV-2003 FA 128 - ISIR update 2004-05
391: || added new parameter award_fmly_contribution_type to
392: || igf_ap_fa_base_rec_pkg.update_row
393: || ugummall 25-SEP-2003 FA 126 - Multiple FA Offices
394: || added new parameter assoc_org_num to
395: || igf_ap_fa_base_rec_pkg.update_row call
396: */

Line 395: || igf_ap_fa_base_rec_pkg.update_row call

391: || added new parameter award_fmly_contribution_type to
392: || igf_ap_fa_base_rec_pkg.update_row
393: || ugummall 25-SEP-2003 FA 126 - Multiple FA Offices
394: || added new parameter assoc_org_num to
395: || igf_ap_fa_base_rec_pkg.update_row call
396: */
397:
398: -- Get base record deails
399: CURSOR c_get_base_rec_dtls(

Line 428: igf_ap_fa_base_rec_pkg.update_row(

424: l_debug_str := l_debug_str || ' Before updating FA Base : Pell COA ' || p_coa_pell || ' Pell Alt Exp : '|| p_pell_alt_expense;
425: END IF;
426:
427: -- update the fa base record
428: igf_ap_fa_base_rec_pkg.update_row(
429: x_Mode => 'R' ,
430: x_rowid => lc_get_base_rec_dtls.row_id ,
431: x_base_id => lc_get_base_rec_dtls.base_id ,
432: x_ci_cal_type => lc_get_base_rec_dtls.ci_cal_type ,