DBA Data[Home] [Help]

APPS.OKC_PRICE_PVT dependencies on OKX_CUSTOMER_PRODUCTS_V

Line 3501: from okx_customer_products_v

3497: pricelist number;
3498:
3499: Cursor covered_prod_csr(p_id number) is
3500: Select inventory_item_id
3501: from okx_customer_products_v
3502: where id1=p_id
3503: and status='A'
3504: and organization_id=g_authoring_org_id;
3505: Begin