DBA Data[Home] [Help]

APPS.IGS_AD_IMP_008 dependencies on IGS_AD_ACAD_HISTORY_PKG

Line 2776: Igs_Ad_Acad_History_Pkg.update_row(

2772: -- Call IGS_AD_HZ_ACAD_HISTORY.UPDATE_ROW to update the row in the extension table.
2773: l_education_id := l_Academic_His_Rec.Education_ID;
2774: l_row_id := l_Academic_His_Rec.row_id;
2775:
2776: Igs_Ad_Acad_History_Pkg.update_row(
2777: x_rowid => l_row_id,
2778: x_recalc_total_cp_earned => l_Academic_His_Rec.recalc_total_cp_earned,
2779: x_recalc_total_cp_attempted => l_Academic_His_Rec.recalc_total_cp_attempted,
2780: x_recalc_total_unit_gp => l_Academic_His_Rec.recalc_total_unit_gp,

Line 2879: Igs_Ad_Acad_History_Pkg.update_row(

2875: --Standard start of API savepoint
2876: l_education_id := l_Academic_His_Rec.Education_ID;
2877: l_row_id := l_Academic_His_Rec.row_id;
2878:
2879: Igs_Ad_Acad_History_Pkg.update_row(
2880: x_rowid => l_row_id,
2881: x_recalc_total_cp_earned => l_Academic_His_Rec.recalc_total_cp_earned,
2882: x_recalc_total_cp_attempted => l_Academic_His_Rec.recalc_total_cp_attempted,
2883: x_recalc_total_unit_gp => l_Academic_His_Rec.recalc_total_unit_gp,

Line 2993: Igs_Ad_Acad_History_Pkg.update_row(

2989: --Standard start of API savepoint
2990: l_education_id := dup_cur_first_rec.Education_ID;
2991: l_row_id := dup_cur_first_rec.row_id;
2992:
2993: Igs_Ad_Acad_History_Pkg.update_row(
2994: x_rowid => l_row_id,
2995: x_recalc_total_cp_earned => dup_cur_first_rec.recalc_total_cp_earned,
2996: x_recalc_total_cp_attempted => dup_cur_first_rec.recalc_total_cp_attempted,
2997: x_recalc_total_unit_gp => dup_cur_first_rec.recalc_total_unit_gp,

Line 3110: Igs_Ad_Acad_History_Pkg.INSERT_ROW (

3106: END IF;
3107:
3108: ELSE
3109: l_row_id := Null;
3110: Igs_Ad_Acad_History_Pkg.INSERT_ROW (
3111: x_rowid => l_row_id,
3112: x_education_id => l_education_id,
3113: x_person_id => p_rel_person_id,
3114: x_current_inst => relacad_rec.current_inst,