DBA Data[Home] [Help]

APPS.IGF_AP_PROFILE_MATCHING_PKG dependencies on IGF_AP_FA_BASE_REC_PKG

Line 927: || TBH call igf_ap_fa_base_rec_pkg

923: || cursor SSN_CUR.
924: || rajagupt 6-Oct-2005 Bug#4068548 - added a new cursor ssn_cur
925: || rasahoo 17-NOV-2003 FA 128 - ISIR update 2004-05
926: || added new parameter award_fmly_contribution_type to
927: || TBH call igf_ap_fa_base_rec_pkg
928: || masehgal 11-Nov-2002 FA 101 - SAP Obsoletion
929: || removed packaging hold
930: || masehgal 25-Sep-2002 FA 104 - To Do Enhancements
931: || Added manual_disb_hold in Fa Base insert

Line 979: igf_ap_fa_base_rec_pkg.insert_row(

975: CLOSE ssn_cur;
976: END IF;
977: END IF;
978:
979: igf_ap_fa_base_rec_pkg.insert_row(
980: x_mode => 'R',
981: x_rowid => lv_rowid,
982: x_base_id => pn_base_id,
983: x_ci_cal_type => cur_css_interface_rec.ci_cal_type,

Line 3417: || TBH call igf_ap_fa_base_rec_pkg

3413: || Change History :
3414: || Who When What
3415: || rasahoo 17-NOV-2003 FA 128 - ISIR update 2004-05
3416: || added new parameter award_fmly_contribution_type to
3417: || TBH call igf_ap_fa_base_rec_pkg
3418: || masehgal 11-Nov-2002 FA 101 - SAP Obsoletion
3419: || removed packaging hold
3420: || masehgal 25-Sep-2002 FA 104 - To Do Enhancements
3421: || Added manual_disb_hold in Fa Base update

Line 3436: igf_ap_fa_base_rec_pkg.update_row (

3432:
3433: -- To update the fields profile_status ,profile_status_date ,profile_fc
3434: FOR fabase_data IN cur_fabase(p_base_id)
3435: LOOP
3436: igf_ap_fa_base_rec_pkg.update_row (
3437: X_Mode => 'R',
3438: x_rowid => fabase_data.row_id,
3439: x_base_id => fabase_data.base_id,
3440: x_ci_cal_type => fabase_data.ci_cal_type,