DBA Data[Home] [Help]

APPS.FA_C_INSURE dependencies on FND_FILE

Line 1722: fnd_file.put_line(1, p_msg);

1718: /* log (set the first parameter = 1) or an output file (set the first */
1719: /* parameter = 2). */
1720:
1721: BEGIN
1722: fnd_file.put_line(1, p_msg);
1723: END plsqlmsg;
1724:
1725: PROCEDURE plsqlmsg_put (p_msg IN VARCHAR2) IS
1726: /* This is an R11 AOL routine to allow messages to be written to the */

Line 1731: fnd_file.put(1, p_msg);

1727: /* log (set the first parameter = 1) or an output file (set the first */
1728: /* parameter = 2). */
1729:
1730: BEGIN
1731: fnd_file.put(1, p_msg);
1732: END plsqlmsg_put ;
1733:
1734: END FA_C_INSURE;