DBA Data[Home] [Help]

APPS.WIP_ATO_JOBS_PRIV dependencies on WIP_UTILITIES

Line 449: wip_utilities.get_message_stack(p_msg =>ERRBUF);

445: GOTO END_program;
446:
447: <>
448: RETCODE := 1;
449: wip_utilities.get_message_stack(p_msg =>ERRBUF);
450: IF(ERRBUF IS NULL) THEN
451: ERRBUF := 'No error message found in the stack';
452: END IF;
453: