DBA Data[Home] [Help]

APPS.ARP_LOCKBOX_HOOK_PVT dependencies on AR_PAYING_RELATIONSHIPS_V

Line 928: from ar_paying_relationships_v rel,

924: and rel.status = 'A'
925: and rel.bill_to_flag = 'Y'
926: union
927: select rel.related_cust_account_id
928: from ar_paying_relationships_v rel,
929: hz_cust_accounts acc
930: where rel.party_id = acc.party_id
931: and acc.cust_account_id = l_customer_id
932: )