DBA Data[Home] [Help]

APPS.OKS_ARFEEDER_PUB dependencies on OKX_CUSTOMER_ACCOUNTS_V

Line 2198: From Okx_cust_site_uses_v a, okx_customer_accounts_v c

2194: a.cust_acct_site_id,
2195: a.location_id,
2196: c.party_id,
2197: a.id1
2198: From Okx_cust_site_uses_v a, okx_customer_accounts_v c
2199: Where a.id1 = p_id
2200: And c.id1 = a.cust_account_id
2201: AND a.site_use_code = Code;
2202: