DBA Data[Home] [Help]

APPS.INV_VALIDATE dependencies on INV_CACHE

Line 2306: AND inv_cache.get_serial_tagged(p_org.organization_id

2302: RETURN T;
2303: END IF;
2304:
2305: IF p_item.serial_number_control_code = 1
2306: AND inv_cache.get_serial_tagged(p_org.organization_id
2307: , p_item.inventory_item_id
2308: , p_txn_type_id) = 1
2309: THEN
2310: FND_MESSAGE.SET_NAME('INV','INV_ITEM_NOT_SERIAL_CONTROLLED');