DBA Data[Home] [Help]

APPS.MRP_RELEASE_PK dependencies on MTL_PLANNERS

Line 138: mtl_planners mplm,

134: DECODE(mr.source_organization_id, mr.organization_id, MAKE, BUY) ,
135: nvl(mr.implement_project_id,mr.project_id)
136: FROM bom_calendar_dates cal1,
137: bom_calendar_dates cal2,
138: mtl_planners mplm,
139: mtl_planners mpl,
140: mtl_parameters mparam,
141: mtl_system_items master_msi,
142: mtl_system_items msi,

Line 139: mtl_planners mpl,

135: nvl(mr.implement_project_id,mr.project_id)
136: FROM bom_calendar_dates cal1,
137: bom_calendar_dates cal2,
138: mtl_planners mplm,
139: mtl_planners mpl,
140: mtl_parameters mparam,
141: mtl_system_items master_msi,
142: mtl_system_items msi,
143: mrp_system_items rsi,