DBA Data[Home] [Help]

APPS.ARP_CMREQ_WF dependencies on ARP_UTIL

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

584: ------------------------------------------------------------
585: l_debug_mesg := 'Get Customer info based on requested trx ';
586: ------------------------------------------------------------
587: IF PG_DEBUG in ('Y', 'C') THEN
588: arp_util.debug('CheckUserInHR: ' || 'before getting cust info');
589: END IF;
590:
591: FindCustomerInfo(l_customer_trx_id,
592: l_bill_to_site_use_id,

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

597: l_ship_to_customer_name,
598: l_trx_number );
599:
600: IF PG_DEBUG in ('Y', 'C') THEN
601: arp_util.debug('CheckUserInHR: ' || 'l_bill_to_customer_name ' || l_bill_to_customer_name);
602: END IF;
603:
604: if l_bill_to_customer_name is NULL then
605: -- no customer has been found.