DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on OKX_SYSTEM_ITEMS_V

Line 15500: FROM okx_system_items_v mtl

15496: IS
15497: CURSOR l_cust_csr (p_inventory_item_id NUMBER)
15498: IS
15499: SELECT mtl.NAME, mtl.description
15500: FROM okx_system_items_v mtl
15501: WHERE mtl.inventory_item_id = p_inventory_item_id
15502: AND mtl.organization_id = okc_context.get_okc_organization_id;
15503:
15504: CURSOR l_bill_csr (p_cle_id NUMBER)