DBA Data[Home] [Help]

APPS.AP_PAY_SINGLE_INVOICE_PKG dependencies on FND_FILE

Line 47: FND_FILE.put_line(FND_FILE.LOG,

43: END IF;
44:
45: -- if in a concurrent request, also add to the CP log
46: IF fnd_global.CONC_REQUEST_ID <> -1 THEN
47: FND_FILE.put_line(FND_FILE.LOG,
48: substr(RPAD(p_module,55)||' : '||
49: p_debug_text,0,150));
50: END IF;
51: