DBA Data[Home] [Help]

APPS.GMS_AP_API dependencies on GMS_ERROR_PKG

Line 229: gms_error_pkg.set_debug_context ;

225: l_output ) ;
226: IF l_output is not NULL THEN
227: --For bug 3269365 :ATG project common logging . Introduced gms_debug
228: IF L_DEBUG = 'Y' THEN
229: gms_error_pkg.set_debug_context ;
230: gms_error_pkg.gms_debug( 'GMS:'||l_output||' Invoice line ID :'||p_invoice_line_id, 'C') ;
231: --fnd_file.put_line(FND_FILE.LOG, 'GMS:'||l_output||' Invoice line ID :'||p_invoice_line_id) ;
232: END IF;
233: --End of bug 3269365

Line 230: gms_error_pkg.gms_debug( 'GMS:'||l_output||' Invoice line ID :'||p_invoice_line_id, 'C') ;

226: IF l_output is not NULL THEN
227: --For bug 3269365 :ATG project common logging . Introduced gms_debug
228: IF L_DEBUG = 'Y' THEN
229: gms_error_pkg.set_debug_context ;
230: gms_error_pkg.gms_debug( 'GMS:'||l_output||' Invoice line ID :'||p_invoice_line_id, 'C') ;
231: --fnd_file.put_line(FND_FILE.LOG, 'GMS:'||l_output||' Invoice line ID :'||p_invoice_line_id) ;
232: END IF;
233: --End of bug 3269365
234: lb_return := FALSE ;