DBA Data[Home] [Help]

APPS.POA_DBI_RCV_TXN_F_C dependencies on POA_LOG

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

34: Errbuf:= Sqlerrm;
35: Retcode:=sqlcode;
36:
37: ROLLBACK;
38: POA_LOG.debug_line('initial_load' || Sqlerrm || sqlcode || sysdate);
39: RAISE_APPLICATION_ERROR(-20000,'Stack Dump Follows =>', true);
40:
41: END initial_load;
42: