DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_VAL_PVT dependencies on HZ_CUST_ACCOUNTS

Line 119: hz_cust_accounts acc

115: AND arel.bill_to_flag = 'Y'
116: UNION
117: SELECT rel.related_cust_account_id
118: FROM ar_paying_relationships_v rel,
119: hz_cust_accounts acc
120: WHERE rel.party_id = acc.party_id
121: AND acc.cust_account_id = p_drawee_id
122: AND p_br_trx_date BETWEEN effective_start_date
123: AND effective_end_date