DBA Data[Home] [Help]

APPS.JAI_RCV_RCV_RTV_PKG dependencies on DUAL

Line 369: SELECT 'jai_rcv_rcv_rtv_pkg-'||p_transaction_id INTO lv_temp FROM DUAL;

365: /*Bug 5527885 End*/
366: begin
367:
368: -- this is to identify the path in SQL TRACE file if any problem occured
369: SELECT 'jai_rcv_rcv_rtv_pkg-'||p_transaction_id INTO lv_temp FROM DUAL;
370:
371: if p_debug = 'Y' then
372: Fnd_File.put_line(Fnd_File.LOG, '**** Start of procedure jai_rcv_rcv_rtv_pkg.process_transaction ****');
373: end if;