DBA Data[Home] [Help]

APPS.CTO_BOM_RTG_PK dependencies on MTL_PLANNERS

Line 1275: ,mtl_planners p

1271: BEGIN
1272: SELECT u.user_name
1273: INTO lplanner_code
1274: FROM mtl_system_items_vl item
1275: ,mtl_planners p
1276: ,fnd_user u
1277: WHERE item.inventory_item_id = pModelId
1278: and item.organization_id = lNextRec.organization_id
1279: and p.organization_id = item.organization_id

Line 1388: ,mtl_planners p

1384: BEGIN
1385: SELECT u.user_name
1386: INTO lplanner_code
1387: FROM mtl_system_items_vl item
1388: ,mtl_planners p
1389: ,fnd_user u
1390: WHERE item.inventory_item_id = pModelId
1391: and item.organization_id = lNextRec.organization_id
1392: and p.organization_id = item.organization_id