DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_VAL_PVT dependencies on HZ_CUST_ACCT_RELATE

Line 113: FROM hz_cust_acct_relate arel

109: WHERE customer_trx_id=p_customer_trx_id
110: AND trx.bill_to_customer_id IN
111: (
112: SELECT arel.related_cust_account_id
113: FROM hz_cust_acct_relate arel
114: WHERE arel.cust_account_id = p_drawee_id
115: AND arel.bill_to_flag = 'Y'
116: UNION
117: SELECT rel.related_cust_account_id