DBA Data[Home] [Help]

APPS.IGS_AS_GEN_004 dependencies on FND_MESSAGE

Line 67: fnd_message.set_name ('IGS', 'IGS_GE_OBSOLETE_JOB');

63: -- As per 2239087, this concurrent program is obsolete and if the user
64: -- tries to run this program then an error message should be logged into the log
65: -- file that the concurrent program is obsolete and should not be run.
66: --
67: fnd_message.set_name ('IGS', 'IGS_GE_OBSOLETE_JOB');
68: fnd_file.put_line (fnd_file.LOG, fnd_message.get);
69: --
70: EXCEPTION
71: WHEN OTHERS THEN

Line 68: fnd_file.put_line (fnd_file.LOG, fnd_message.get);

64: -- tries to run this program then an error message should be logged into the log
65: -- file that the concurrent program is obsolete and should not be run.
66: --
67: fnd_message.set_name ('IGS', 'IGS_GE_OBSOLETE_JOB');
68: fnd_file.put_line (fnd_file.LOG, fnd_message.get);
69: --
70: EXCEPTION
71: WHEN OTHERS THEN
72: retcode := 2;

Line 73: errbuf := fnd_message.get_string ('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');

69: --
70: EXCEPTION
71: WHEN OTHERS THEN
72: retcode := 2;
73: errbuf := fnd_message.get_string ('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
74: igs_ge_msg_stack.conc_exception_hndl;
75: END asss_ins_transcript;
76: --
77: -- This function is obsolete as the Grade Book Enhancement obsoleted the

Line 166: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');

162: RETURN TRUE;
163: END;
164: EXCEPTION
165: WHEN OTHERS THEN
166: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
167: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_dflt_evsa');
168: igs_ge_msg_stack.ADD;
169: app_exception.raise_exception;
170: END assp_ins_dflt_evsa;

Line 167: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_dflt_evsa');

163: END;
164: EXCEPTION
165: WHEN OTHERS THEN
166: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
167: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_dflt_evsa');
168: igs_ge_msg_stack.ADD;
169: app_exception.raise_exception;
170: END assp_ins_dflt_evsa;
171: --

Line 672: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');

668: END IF;
669: END;
670: EXCEPTION
671: WHEN OTHERS THEN
672: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
673: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_get');
674: igs_ge_msg_stack.ADD;
675: app_exception.raise_exception;
676: END assp_ins_get;

Line 673: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_get');

669: END;
670: EXCEPTION
671: WHEN OTHERS THEN
672: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
673: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_get');
674: igs_ge_msg_stack.ADD;
675: app_exception.raise_exception;
676: END assp_ins_get;
677: --

Line 1178: fnd_message.set_name ('IGS', 'IGS_GE_RECORD_LOCKED');

1174: RETURN FALSE;
1175: END IF;
1176: EXCEPTION
1177: WHEN e_resource_busy THEN
1178: fnd_message.set_name ('IGS', 'IGS_GE_RECORD_LOCKED');
1179: igs_ge_msg_stack.ADD;
1180: app_exception.raise_exception;
1181: RETURN FALSE;
1182: WHEN OTHERS THEN

Line 1183: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');

1179: igs_ge_msg_stack.ADD;
1180: app_exception.raise_exception;
1181: RETURN FALSE;
1182: WHEN OTHERS THEN
1183: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1184: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_mark_sheet_INNER');
1185: igs_ge_msg_stack.ADD;
1186: app_exception.raise_exception;
1187: END;

Line 1184: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_mark_sheet_INNER');

1180: app_exception.raise_exception;
1181: RETURN FALSE;
1182: WHEN OTHERS THEN
1183: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1184: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_mark_sheet_INNER');
1185: igs_ge_msg_stack.ADD;
1186: app_exception.raise_exception;
1187: END;
1188: EXCEPTION

Line 1190: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');

1186: app_exception.raise_exception;
1187: END;
1188: EXCEPTION
1189: WHEN OTHERS THEN
1190: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1191: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_mark_sheet');
1192: igs_ge_msg_stack.ADD;
1193: app_exception.raise_exception;
1194: END assp_ins_mark_sheet;

Line 1191: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_mark_sheet');

1187: END;
1188: EXCEPTION
1189: WHEN OTHERS THEN
1190: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1191: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_mark_sheet');
1192: igs_ge_msg_stack.ADD;
1193: app_exception.raise_exception;
1194: END assp_ins_mark_sheet;
1195: --

Line 1374: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');

1370: RETURN TRUE;
1371: END;
1372: EXCEPTION
1373: WHEN OTHERS THEN
1374: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1375: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_scap_lovall');
1376: igs_ge_msg_stack.ADD;
1377: app_exception.raise_exception;
1378: END assp_ins_scap_lovall;

Line 1375: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_scap_lovall');

1371: END;
1372: EXCEPTION
1373: WHEN OTHERS THEN
1374: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
1375: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_scap_lovall');
1376: igs_ge_msg_stack.ADD;
1377: app_exception.raise_exception;
1378: END assp_ins_scap_lovall;
1379: --

Line 2295: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');

2291: fnd_log.level_exception, 'igs_as_gen_004.assp_ins_suaai_dflt.final_exception_while_insert_update',
2292: 'SQLERRM:' || SQLERRM
2293: );
2294: END IF;
2295: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
2296: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_suaai_dflt');
2297: igs_ge_msg_stack.ADD;
2298: RETURN FALSE;
2299: END assp_ins_suaai_dflt;

Line 2296: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_suaai_dflt');

2292: 'SQLERRM:' || SQLERRM
2293: );
2294: END IF;
2295: fnd_message.set_name ('IGS', 'IGS_GE_UNHANDLED_EXP');
2296: fnd_message.set_token ('NAME', 'IGS_AS_GEN_004.assp_ins_suaai_dflt');
2297: igs_ge_msg_stack.ADD;
2298: RETURN FALSE;
2299: END assp_ins_suaai_dflt;
2300: --

Line 2379: fnd_message.set_name ('IGS', 'IGS_GE_OBSOLETE_JOB');

2375: -- As per 2239087, this concurrent program is obsolete and if the user
2376: -- tries to run this program then an error message should be logged into the log
2377: -- file that the concurrent program is obsolete and should not be run.
2378: --
2379: fnd_message.set_name ('IGS', 'IGS_GE_OBSOLETE_JOB');
2380: fnd_file.put_line (fnd_file.LOG, fnd_message.get);
2381: --
2382: EXCEPTION
2383: WHEN OTHERS THEN

Line 2380: fnd_file.put_line (fnd_file.LOG, fnd_message.get);

2376: -- tries to run this program then an error message should be logged into the log
2377: -- file that the concurrent program is obsolete and should not be run.
2378: --
2379: fnd_message.set_name ('IGS', 'IGS_GE_OBSOLETE_JOB');
2380: fnd_file.put_line (fnd_file.LOG, fnd_message.get);
2381: --
2382: EXCEPTION
2383: WHEN OTHERS THEN
2384: igs_ge_msg_stack.conc_exception_hndl;