DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PUB dependencies on OKE_CUST_SITE_USES_V

Line 3284: select cust_account_id from oke_cust_site_uses_v

3280: from okc_k_items_v
3281: where cle_id = p_id;
3282:
3283: cursor cust_csr(p_id Number) is
3284: select cust_account_id from oke_cust_site_uses_v
3285: where id1 = p_id;
3286:
3287:
3288: