DBA Data[Home] [Help]

APPS.OPI_DBI_WMS_RTP_F_C dependencies on POA_LOG

Line 28: POA_LOG.debug_line('initial_load' || Sqlerrm || sqlcode || sysdate);

24: Errbuf:= Sqlerrm;
25: Retcode:=sqlcode;
26:
27: ROLLBACK;
28: POA_LOG.debug_line('initial_load' || Sqlerrm || sqlcode || sysdate);
29: RAISE_APPLICATION_ERROR(-20000,'Stack Dump Follows =>', true);
30:
31: END initial_load;
32: