DBA Data[Home] [Help]

APPS.GMS_AP_API dependencies on GMS_ERROR_PKG

Line 257: gms_error_pkg.set_debug_context ;

253: l_output ) ;
254: IF l_output is not NULL THEN
255: --For bug 3269365 :ATG project common logging . Introduced gms_debug
256: IF L_DEBUG = 'Y' THEN
257: gms_error_pkg.set_debug_context ;
258: gms_error_pkg.gms_debug( 'GMS:'||l_output||' Invoice line ID :'||p_invoice_line_id, 'C') ;
259: --fnd_file.put_line(FND_FILE.LOG, 'GMS:'||l_output||' Invoice line ID :'||p_invoice_line_id) ;
260: END IF;
261: --End of bug 3269365

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

254: IF l_output is not NULL THEN
255: --For bug 3269365 :ATG project common logging . Introduced gms_debug
256: IF L_DEBUG = 'Y' THEN
257: gms_error_pkg.set_debug_context ;
258: gms_error_pkg.gms_debug( 'GMS:'||l_output||' Invoice line ID :'||p_invoice_line_id, 'C') ;
259: --fnd_file.put_line(FND_FILE.LOG, 'GMS:'||l_output||' Invoice line ID :'||p_invoice_line_id) ;
260: END IF;
261: --End of bug 3269365
262: lb_return := FALSE ;