[Home] [Help]
1699:
1700: SELECT u.user_name
1701: INTO lplanner_code
1702: FROM mtl_system_items_vl item
1703: ,mtl_planners p
1704: ,fnd_user u
1705: WHERE item.inventory_item_id = pModelId
1706: and item.organization_id = pOrgId
1707: and p.organization_id = item.organization_id
1840:
1841: SELECT u.user_name
1842: INTO lplanner_code
1843: FROM mtl_system_items_vl item
1844: ,mtl_planners p
1845: ,fnd_user u
1846: WHERE item.inventory_item_id = pModelId
1847: and item.organization_id = pOrgId
1848: and p.organization_id = item.organization_id