[Home] [Help]
1990: /*------------------------------------------------+
1991: | Only write to the log if call was made from |
1992: | concurrent program. |
1993: +------------------------------------------------*/
1994: fnd_file.put_line(FND_FILE.LOG,p_message);
1995:
1996: END IF;
1997:
1998: IF PG_DEBUG in ('Y', 'C') THEN