DBA Data[Home] [Help]

APPS.AR_CC_LOCKBOX dependencies on ARP_UTIL

Line 5282: This procedure calls arp_util.debug for the string passed.

5278: END calc_amt_applied;
5279:
5280:
5281: /*----------------------------------------------------------------------------
5282: This procedure calls arp_util.debug for the string passed.
5283: Till arp_util.debug is changed to provide an option to write to a
5284: file, we can use this procedure to write to a file at the time of testing.
5285: Un comment lines calling fnd_file package and that will write to a file.
5286: Please change the directory name so that it does not raise any exception.

Line 5283: Till arp_util.debug is changed to provide an option to write to a

5279:
5280:
5281: /*----------------------------------------------------------------------------
5282: This procedure calls arp_util.debug for the string passed.
5283: Till arp_util.debug is changed to provide an option to write to a
5284: file, we can use this procedure to write to a file at the time of testing.
5285: Un comment lines calling fnd_file package and that will write to a file.
5286: Please change the directory name so that it does not raise any exception.
5287: ----------------------------------------------------------------------------*/

Line 5304: arp_util.debug(str);

5300: -- utl_file.put(myfile, str);
5301: -- utl_file.fclose(myfile);
5302: --
5303: IF PG_DEBUG in ('Y', 'C') THEN
5304: arp_util.debug(str);
5305: END IF;
5306: END debug1;
5307:
5308: /*************************************************************