DBA Data[Home] [Help]

APPS.ARP_LOCKBOX_HOOK_PVT dependencies on HZ_CUST_ACCT_RELATE

Line 922: from hz_cust_acct_relate rel

918: (
919: select l_customer_id from dual
920: union
921: select related_cust_account_id
922: from hz_cust_acct_relate rel
923: where rel.cust_account_id = l_customer_id
924: and rel.status = 'A'
925: and rel.bill_to_flag = 'Y'
926: union