DBA Data[Home] [Help]

APPS.WIP_REQUIREMENT_DEFAULT dependencies on MTL_SYSTEM_ITEMS

Line 91: FROM MTL_SYSTEM_ITEMS

87:
88: /* Derive supply info */
89: SELECT wip_supply_type, wip_supply_subinventory, wip_supply_locator_id
90: INTO x_wip_supply_type, x_supply_subinventory, x_supply_locator_id
91: FROM MTL_SYSTEM_ITEMS
92: WHERE inventory_item_id = p_inventory_item_id_new
93: AND organization_id = p_organization_id;
94:
95: /* fix for bug 5206375. While adding a pull component,