DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on HZ_CUST_ACCT_RELATE

Line 12051: FROM hz_cust_acct_relate r

12047: SELECT TO_NUMBER(l_rec_customer_id)
12048: FROM dual
12049: UNION
12050: SELECT related_cust_account_id
12051: FROM hz_cust_acct_relate r
12052: WHERE r.cust_account_id = l_rec_customer_id
12053: AND r.status = 'A'
12054: AND r.bill_to_flag = 'Y'
12055: UNION