DBA Data[Home] [Help]

APPS.AR_DOC_TRANSFER_STANDARD dependencies on ARP_STANDARD

Line 84: arp_standard.debug(p_line);

80: end;
81:
82: procedure debug(p_line in varchar2) is
83: begin
84: arp_standard.debug(p_line);
85: end;
86:
87: function isDebugOn return boolean is
88: l_path varchar2(200);

Line 330: arp_standard.enable_file_debug(PG_DEBUG_PATH, 'AR_DOCUMENT_TRANSFER.log');

326: into PG_DEBUG_PATH from v$parameter
327: where name = 'utl_file_dir';
328:
329: if PG_DEBUG in ('Y','C') then
330: arp_standard.enable_file_debug(PG_DEBUG_PATH, 'AR_DOCUMENT_TRANSFER.log');
331: end if;
332: exception
333: when others then
334: PG_DEBUG := 'N';