DBA Data[Home] [Help]

APPS.GMP_WPS_WRITER dependencies on FND_FILE

Line 1186: fnd_file.put_line(fnd_file.log, pbuff);

1182: pbuff VARCHAR2)
1183: IS
1184: BEGIN
1185: IF v_cp_enabled THEN
1186: fnd_file.put_line(fnd_file.log, pbuff);
1187: ELSE
1188: /* Bug# 1374205 - Commented the statement dbms_output.put_line - 08/07/00
1189: Uncomment the Following statement for Debugging Purposes */
1190: NULL;