DBA Data[Home] [Help]

APPS.IGS_HE_EXTRACT_PKG dependencies on APP_EXCEPTION

Line 90: App_Exception.Raise_Exception;

86: write_to_log(SQLERRM);
87: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
88: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT_PKG.log_error');
89: IGS_GE_MSG_STACK.ADD;
90: App_Exception.Raise_Exception;
91:
92: END log_error;
93:
94: -- created by jtmathew

Line 197: App_Exception.Raise_Exception;

193:
194: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
195: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT_PKG.validate_award_conferral_dates');
196: IGS_GE_MSG_STACK.ADD;
197: App_Exception.Raise_Exception;
198:
199:
200: END validate_award_conferral_dates;
201:

Line 279: App_Exception.Raise_Exception;

275:
276: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
277: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT_PKG.validate_relalc_params');
278: IGS_GE_MSG_STACK.ADD;
279: App_Exception.Raise_Exception;
280:
281: END validate_recalc_params;
282:
283:

Line 426: App_Exception.Raise_Exception;

422:
423: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
424: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT_PKG.validate_params');
425: IGS_GE_MSG_STACK.ADD;
426: App_Exception.Raise_Exception;
427:
428: END validate_params;
429:
430:

Line 768: App_Exception.Raise_Exception;

764:
765: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
766: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT_PKG.validate_params1');
767: IGS_GE_MSG_STACK.ADD;
768: App_Exception.Raise_Exception;
769:
770: END validate_params1;
771:
772: --smaddali created this new procedure by splitting original procedure validate_params

Line 965: App_Exception.Raise_Exception;

961:
962: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
963: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT_PKG.validate_params2');
964: IGS_GE_MSG_STACK.ADD;
965: App_Exception.Raise_Exception;
966:
967: END validate_params2;
968:
969:

Line 1867: App_Exception.Raise_Exception;

1863:
1864: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
1865: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT_PKG.get_students');
1866: IGS_GE_MSG_STACK.ADD;
1867: App_Exception.Raise_Exception;
1868:
1869: END get_students;
1870:
1871: /*----------------------------------------------------------------------

Line 1971: App_Exception.Raise_Exception;

1967: write_to_log(SQLERRM);
1968: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
1969: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT_PKG.get_modules');
1970: IGS_GE_MSG_STACK.ADD;
1971: App_Exception.Raise_Exception;
1972:
1973: END get_modules;
1974:
1975:

Line 2076: App_Exception.Raise_Exception;

2072:
2073: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
2074: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT_PKG.validate_dlhe_status');
2075: IGS_GE_MSG_STACK.ADD;
2076: App_Exception.Raise_Exception;
2077: END validate_dlhe_status;
2078:
2079:
2080:

Line 2164: App_Exception.Raise_Exception;

2160: write_to_log(SQLERRM);
2161: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
2162: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT_PKG.get_dlhe');
2163: IGS_GE_MSG_STACK.ADD;
2164: App_Exception.Raise_Exception;
2165:
2166: END get_dlhe;
2167:
2168:

Line 2316: App_Exception.Raise_Exception;

2312: write_to_log(SQLERRM);
2313: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXP');
2314: Fnd_Message.Set_Token('NAME','IGS_HE_EXTRACT_PKG.get_marked_rows');
2315: IGS_GE_MSG_STACK.ADD;
2316: App_Exception.Raise_Exception;
2317:
2318: END get_marked_rows;
2319:
2320:

Line 2474: App_Exception.Raise_Exception;

2470: g_he_ext_run_except.exception_reason := l_message;
2471:
2472: -- Call procedure to log error
2473: log_error (g_he_ext_run_except);
2474: App_Exception.Raise_Exception;
2475:
2476: END IF;
2477:
2478: CLOSE c_ext_dtl;

Line 2582: App_Exception.Raise_Exception;

2578:
2579: l_message := Fnd_message.Get_string('IGS','IGS_HE_EXT_INV_MOD');
2580: write_to_log (l_message);
2581:
2582: App_Exception.Raise_Exception;
2583: END IF; -- Module called from check
2584:
2585: -- Commit all the rows inserted into the Interim run table
2586: COMMIT;