DBA Data[Home] [Help]

APPS.BOM_DELETE_GROUPS_API dependencies on MTL_SYSTEM_ITEMS

Line 1033: from MTL_SYSTEM_ITEMS MSI

1029: MSI.BASE_ITEM_ID
1030: into config_flag,
1031: item_status,
1032: base_id
1033: from MTL_SYSTEM_ITEMS MSI
1034: where MSI.ORGANIZATION_ID = p_organization_id
1035: and MSI.INVENTORY_ITEM_ID = p_inventory_item_id;
1036:
1037: stmt_num := 2;