DBA Data[Home] [Help]

APPS.ARP_LOCKBOX_HOOK_PVT dependencies on HZ_CUST_ACCT_RELATE

Line 895: from hz_cust_acct_relate rel

891: (
892: select l_customer_id from dual
893: union
894: select related_cust_account_id
895: from hz_cust_acct_relate rel
896: where rel.cust_account_id = l_customer_id
897: and rel.status = 'A'
898: and rel.bill_to_flag = 'Y'
899: union