DBA Data[Home] [Help]

APPS.OKS_EXTWARPRGM_PVT dependencies on OKX_SYSTEM_ITEMS_V

Line 15785: FROM okx_system_items_v mtl

15781: IS
15782: CURSOR l_cust_csr (p_inventory_item_id NUMBER)
15783: IS
15784: SELECT mtl.NAME, mtl.description
15785: FROM okx_system_items_v mtl
15786: WHERE mtl.inventory_item_id = p_inventory_item_id
15787: AND mtl.organization_id = okc_context.get_okc_organization_id;
15788:
15789: CURSOR l_bill_csr (p_cle_id NUMBER)