DBA Data[Home] [Help]

APPS.CTO_CONFIG_BOM_PK dependencies on MTL_PLANNERS

Line 1677: ,mtl_planners p

1673:
1674: SELECT u.user_name
1675: INTO lplanner_code
1676: FROM mtl_system_items_vl item
1677: ,mtl_planners p
1678: ,fnd_user u
1679: WHERE item.inventory_item_id = pModelId
1680: and item.organization_id = pOrgId
1681: and p.organization_id = item.organization_id

Line 1818: ,mtl_planners p

1814:
1815: SELECT u.user_name
1816: INTO lplanner_code
1817: FROM mtl_system_items_vl item
1818: ,mtl_planners p
1819: ,fnd_user u
1820: WHERE item.inventory_item_id = pModelId
1821: and item.organization_id = pOrgId
1822: and p.organization_id = item.organization_id