DBA Data[Home] [Help]

APPS.IGS_UC_START_NEW_CYCLE dependencies on IGS_UC_START_NEW_CYCLE

Line 1: PACKAGE BODY igs_uc_start_new_cycle AS

1: PACKAGE BODY igs_uc_start_new_cycle AS
2: /* $Header: IGSUC40B.pls 120.3 2006/02/08 19:57:22 anwest noship $ */
3:
4: PROCEDURE start_new_cycle( errbuf OUT NOCOPY VARCHAR2,
5: retcode OUT NOCOPY NUMBER

Line 404: fnd_message.set_token('NAME','IGS_UC_START_NEW_CYCLE.START_NEW_CYCLE');

400: WHEN OTHERS THEN
401: ROLLBACK;
402:
403: fnd_message.set_name('IGS','IGS_GE_UNHANDLED_EXP');
404: fnd_message.set_token('NAME','IGS_UC_START_NEW_CYCLE.START_NEW_CYCLE');
405: fnd_file.put_line(fnd_file.log, fnd_message.get);
406: fnd_file.put_line(fnd_file.log, sqlerrm);
407: errbuf := fnd_message.get ;
408: retcode := 2;

Line 413: END igs_uc_start_new_cycle;

409: igs_ge_msg_stack.conc_exception_hndl;
410:
411: END start_new_cycle;
412:
413: END igs_uc_start_new_cycle;