DBA Data[Home] [Help]

APPS.IGS_AD_IMP_013 dependencies on IGS_AD_ACAD_HISTORY_PKG

Line 1285: Igs_Ad_Acad_History_Pkg.Insert_Row (

1281: -- catch the error and display it in the log file and update the error code to E322 and status to 3
1282: BEGIN
1283: l_msg_at_index := igs_ge_msg_stack.count_msg;
1284: SAVEPOINT before_create_hist;
1285: Igs_Ad_Acad_History_Pkg.Insert_Row (
1286: x_rowid => l_RowId,
1287: x_attribute14 => PERSON_HISTORY_REC.attribute14,
1288: x_attribute15 => PERSON_HISTORY_REC.attribute15,
1289: x_attribute16 => PERSON_HISTORY_REC.attribute16,

Line 1456: Igs_Ad_Acad_History_Pkg.update_row (

1452: IF l_error_code IS NULL THEN
1453: BEGIN
1454: SAVEPOINT before_update_hist;
1455: l_msg_at_index := igs_ge_msg_stack.count_msg;
1456: Igs_Ad_Acad_History_Pkg.update_row (
1457: x_rowid => c_null_hdlg_acad_hist_cur_rec.row_id,
1458: x_attribute14 => c_null_hdlg_acad_hist_cur_rec.attribute14,
1459: x_attribute15 => c_null_hdlg_acad_hist_cur_rec.attribute15,
1460: x_attribute16 => c_null_hdlg_acad_hist_cur_rec.attribute16,