DBA Data[Home] [Help]

APPS.CTO_BOM_RTG_PK dependencies on MTL_PLANNERS

Line 1272: ,mtl_planners p

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

Line 1385: ,mtl_planners p

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