DBA Data[Home] [Help]

APPS.ARP_CMREQ_WF dependencies on ARP_UTIL

Line 629: arp_util.debug('CheckUserInHR: ' || 'before getting cust info');

625: ------------------------------------------------------------
626: l_debug_mesg := 'Get Customer info based on requested trx ';
627: ------------------------------------------------------------
628: IF PG_DEBUG in ('Y', 'C') THEN
629: arp_util.debug('CheckUserInHR: ' || 'before getting cust info');
630: END IF;
631:
632: FindCustomerInfo(l_customer_trx_id,
633: l_bill_to_site_use_id,

Line 642: arp_util.debug('CheckUserInHR: ' || 'l_bill_to_customer_name ' || l_bill_to_customer_name);

638: l_ship_to_customer_name,
639: l_trx_number );
640:
641: IF PG_DEBUG in ('Y', 'C') THEN
642: arp_util.debug('CheckUserInHR: ' || 'l_bill_to_customer_name ' || l_bill_to_customer_name);
643: END IF;
644:
645: if l_bill_to_customer_name is NULL then
646: -- no customer has been found.