DBA Data[Home] [Help]

APPS.IGS_AD_IMP_013 dependencies on IGS_GE_MSG_STACK

Line 1283: l_msg_at_index := igs_ge_msg_stack.count_msg;

1279: -- Bug no 2452444
1280: -- If any exception occurs during insert
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,

Line 1455: l_msg_at_index := igs_ge_msg_stack.count_msg;

1451: validate_acadhis(person_history_rec,l_error_code, l_status );
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,

Line 2288: l_msg_at_index := igs_ge_msg_stack.count_msg;

2284: WHEN OTHERS THEN
2285: l_status := '3';
2286: l_error_code := 'E014';
2287:
2288: l_msg_at_index := igs_ge_msg_stack.count_msg;
2289: igs_ad_gen_016.extract_msg_from_stack (
2290: p_msg_at_index => l_msg_at_index,
2291: p_return_status => l_return_status,
2292: p_msg_count => l_msg_count,

Line 2425: l_msg_at_index := igs_ge_msg_stack.count_msg;

2421: EXCEPTION
2422: WHEN OTHERS THEN
2423: l_status := '3';
2424: l_error_code := 'E322';
2425: l_msg_at_index := igs_ge_msg_stack.count_msg;
2426: igs_ad_gen_016.extract_msg_from_stack (
2427: p_msg_at_index => l_msg_at_index,
2428: p_return_status => l_return_status,
2429: p_msg_count => l_msg_count,