DBA Data[Home] [Help]

APPS.AR_CMGT_UTIL dependencies on STANDARD

Line 74: FND_LOG routine. This avoids ARP_STANDARD and the

70: /* Also write to FND debug log if it is enabled */
71: IF pg_debug in ('Y','C')
72: THEN
73: /* Calls internal debug routine which directly calls
74: FND_LOG routine. This avoids ARP_STANDARD and the
75: odd 'AR_NO_ROW_SYSTEM_PARAMETERS' error. */
76: debug(p_message, p_process_name, FND_LOG.G_CURRENT_RUNTIME_LEVEL);
77: END IF;
78: END wf_debug;