DBA Data[Home] [Help]

APPS.ARP_QUEUE dependencies on STANDARD

Line 35: arp_standard.debug('enqueue: ' || '> Processing Trx number : <' || p_msg.trx_number || '> Trx Id <' ||

31:
32: l_msg_prop.recipient_list := g_recipients;
33:
34: IF PG_DEBUG in ('Y', 'C') THEN
35: arp_standard.debug('enqueue: ' || '> Processing Trx number : <' || p_msg.trx_number || '> Trx Id <' ||
36: p_msg.customer_trx_id || '> Created From : <' || p_msg.created_from || ' ' ||p_msg.org_id );
37: END IF;
38:
39: -- Enqueue it with the default options.