DBA Data[Home] [Help]

APPS.OKS_ARFEEDER_PUB dependencies on OKX_CUST_SITE_USES_V

Line 2216: From Okx_cust_site_uses_v a, okx_customer_accounts_v c

2212: a.cust_acct_site_id,
2213: a.location_id,
2214: c.party_id,
2215: a.id1
2216: From Okx_cust_site_uses_v a, okx_customer_accounts_v c
2217: Where a.id1 = p_id
2218: And c.id1 = a.cust_account_id
2219: AND a.site_use_code = Code;
2220: