DBA Data[Home] [Help]

APPS.BOMPVALR dependencies on MTL_SYSTEM_ITEMS

Line 372: from mtl_system_items

368:
369: select inventory_asset_flag,restrict_subinventories_code,
370: restrict_locators_code, location_control_code
371: into inv_asst, r_subinv, r_loc, loc_ctl
372: from mtl_system_items
373: where inventory_item_id = c1rec.AII
374: and organization_id = c1rec.OI;
375: /*
376: ** if item locator control is null, set to 1 (no loc control)

Line 2327: from mtl_system_items

2323: cnt NUMBER := 0;
2324: BEGIN
2325: select 1
2326: into cnt
2327: from mtl_system_items
2328: where organization_id = org_id
2329: and inventory_item_id = assy_id
2330: and bom_item_type <> 3
2331: and bom_enabled_flag = 'Y'