DBA Data[Home] [Help]

APPS.HRI_OPL_WMV dependencies on FND_FILE

Line 50: fnd_file.put_line(fnd_file.log, p_text);

46:
47: BEGIN
48:
49: /* Write to the concurrent request log */
50: fnd_file.put_line(fnd_file.log, p_text);
51:
52: END output;
53:
54: /******************************************************************************/