DBA Data[Home] [Help]

APPS.OE_ORDER_CACHE dependencies on OE_CODE_CONTROL

Line 1720: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510' THEN

1716: WHERE INVENTORY_ITEM_ID = p_key1
1717: AND ORGANIZATION_ID = p_key2;
1718: -- Pack J catchweight
1719: --Find out whether the inventory org is WMS enabled from mtl_parameters
1720: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110510' THEN
1721: SELECT wms_enabled_flag
1722: INTO g_item_rec.wms_enabled_flag
1723: FROM mtl_parameters
1724: WHERE organization_id = p_key2;