DBA Data[Home] [Help]

APPS.AP_DEBUG_PKG dependencies on FND_FILE

Line 21: fnd_file.put_line(FND_FILE.LOG, stemp);

17: -- M Sameen 21-FEB-2001 Bug 1645569
18: -- Changed substr to substrb
19:
20: stemp := substrb(P_string, nlength, 80);
21: fnd_file.put_line(FND_FILE.LOG, stemp);
22: nlength := (nlength + 80);
23:
24: END LOOP;
25: