DBA Data[Home] [Help]

APPS.POA_DBI_PO_DIST_F_C dependencies on POA_LOG

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

46: Errbuf:= Sqlerrm;
47: Retcode:=sqlcode;
48:
49: ROLLBACK;
50: POA_LOG.debug_line('initial_load' || Sqlerrm || sqlcode || sysdate);
51: RAISE_APPLICATION_ERROR(-20000,'Stack Dump Follows =>', true);
52:
53: END initial_load;
54: