DBA Data[Home] [Help]

APPS.RLM_VALIDATEDEMAND_SV dependencies on MTL_ITEM_FLEXFIELDS

Line 4536: FROM mtl_item_flexfields

4532: BEGIN
4533: --
4534: SELECT inventory_item_id
4535: INTO v_InventoryItemidFromSup
4536: FROM mtl_item_flexfields
4537: WHERE item_number = x_lines_rec.supplier_item_ext
4538: AND organization_id = x_lines_rec.ship_from_org_id
4539: AND customer_order_enabled_flag = 'Y';
4540: --