DBA Data[Home] [Help]

APPS.IGS_EN_WORKFLOW dependencies on IGS_EN_WORKFLOW

Line 1: PACKAGE BODY igs_en_workflow AS

1: PACKAGE BODY igs_en_workflow AS
2: /* $Header: IGSEN85B.pls 120.6 2006/04/13 01:54:27 smaddali ship $ */
3:
4: /******************************************************************
5: Created By :Sanjeeb Rakshit

Line 852: FND_MESSAGE.SET_TOKEN ('NAME', 'igs_en_workflow.enr_notification(): '

848: ROLLBACK TO s_enr_notify;
849: errbuf := FND_MESSAGE.GET_STRING('IGS','IGS_GE_UNHANDLED_EXCEPTION');
850: retcode := 2;
851: FND_MESSAGE.Set_Name ('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
852: FND_MESSAGE.SET_TOKEN ('NAME', 'igs_en_workflow.enr_notification(): '
853: || SUBSTR (SQLERRM,1,80));
854: FND_FILE.PUT_LINE (FND_FILE.LOG, FND_MESSAGE.Get);
855: IGS_GE_MSG_STACK.ADD;
856: IGS_GE_MSG_STACK.CONC_EXCEPTION_HNDL;

Line 1842: END igs_en_workflow;

1838: END IF;
1839:
1840: END raise_spi_rcond_event;
1841:
1842: END igs_en_workflow;