DBA Data[Home] [Help]

APPS.WIP_ATO_JOBS_PRIV dependencies on WIP_UTILITIES

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

366: GOTO END_program;
367:
368: <>
369: RETCODE := 1;
370: wip_utilities.get_message_stack(p_msg =>ERRBUF);
371: IF(ERRBUF IS NULL) THEN
372: ERRBUF := 'No error message found in the stack';
373: END IF;
374: