DBA Data[Home] [Help]

APPS.IGS_PR_VAL_POPU dependencies on APP_EXCEPTION

Line 192: App_Exception.Raise_Exception;

188:
189:
190: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXCEPTION');
191: IGS_GE_MSG_STACK.ADD;
192: App_Exception.Raise_Exception;
193:
194: END prgp_val_popu_pro;
195:
196: --

Line 415: App_Exception.Raise_Exception;

411:
412:
413: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXCEPTION');
414: IGS_GE_MSG_STACK.ADD;
415: App_Exception.Raise_Exception;
416:
417: END prgp_val_popu_auto;
418:
419: --

Line 686: App_Exception.Raise_Exception;

682:
683:
684: Fnd_Message.Set_Name('IGS','IGS_GE_UNHANDLED_EXCEPTION');
685: IGS_GE_MSG_STACK.ADD;
686: App_Exception.Raise_Exception;
687:
688: END; -- Function PRGP_VAL_UV_ACTIVE
689:
690: