DBA Data[Home] [Help]

APPS.ARP_PROCESS_CREDIT_UTIL dependencies on HZ_CUST_ACCT_RELATE

Line 649: FROM hz_cust_acct_relate cr

645: BEGIN
646:
647: SELECT cr.cust_account_id
648: INTO l_parent_customer_id
649: FROM hz_cust_acct_relate cr
650: WHERE cr.related_cust_account_id = p_bill_to_customer_id
651: AND cr.status = 'A'
652: AND cr.bill_to_flag = 'Y'
653: AND nvl(cr.customer_reciprocal_flag,'N') = 'N';