DBA Data[Home] [Help]

APPS.AR_REFUNDS_GRP dependencies on ARP_STANDARD

Line 24: arp_standard.debug(p_string);

20: fnd_file.put_line
21: ( which => fnd_file.log,
22: buff => p_string );
23: ELSE
24: arp_standard.debug(p_string);
25: END IF;
26:
27: END debug;
28: