DBA Data[Home] [Help]

APPS.IGS_RE_GEN_002 dependencies on APP_EXCEPTION

Line 178: App_Exception.Raise_Exception;

174: EXCEPTION
175: WHEN OTHERS THEN
176: Fnd_Message.Set_Name ('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
177: IGS_GE_MSG_STACK.ADD;
178: App_Exception.Raise_Exception;
179: END resp_get_ca_exists;
180:
181:
182: FUNCTION resp_get_rsup_start(

Line 551: App_Exception.Raise_Exception;

547: EXCEPTION
548: WHEN OTHERS THEN
549: Fnd_Message.Set_Name ('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
550: IGS_GE_MSG_STACK.ADD;
551: App_Exception.Raise_Exception;
552: END resp_get_sca_ca_acai;
553:
554:
555: FUNCTION RESP_GET_SUA_EFTD(

Line 1047: App_Exception.Raise_Exception;

1043: EXCEPTION
1044: WHEN OTHERS THEN
1045: Fnd_Message.Set_Name ('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
1046: IGS_GE_MSG_STACK.ADD;
1047: App_Exception.Raise_Exception;
1048: END resp_get_the_exists;
1049:
1050:
1051: FUNCTION RESP_GET_THE_STATUS(

Line 1240: App_Exception.Raise_Exception;

1236: EXCEPTION
1237: WHEN OTHERS THEN
1238: Fnd_Message.Set_Name ('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
1239: IGS_GE_MSG_STACK.ADD;
1240: App_Exception.Raise_Exception;
1241: END resp_ins_ca_cah;
1242:
1243:
1244: PROCEDURE resp_ins_ca_hist(

Line 1364: App_Exception.Raise_Exception;

1360: EXCEPTION
1361: WHEN OTHERS THEN
1362: Fnd_Message.Set_Name ('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
1363: IGS_GE_MSG_STACK.ADD;
1364: App_Exception.Raise_Exception;
1365: END resp_ins_ca_hist;
1366:
1367:
1368: FUNCTION RESP_INS_DFLT_MIL(

Line 1609: App_Exception.Raise_Exception;

1605: EXCEPTION
1606: WHEN OTHERS THEN
1607: Fnd_Message.Set_Name ('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
1608: IGS_GE_MSG_STACK.ADD;
1609: App_Exception.Raise_Exception;
1610: END resp_ins_dflt_mil;
1611:
1612:
1613: END IGS_RE_GEN_002 ;