DBA Data[Home] [Help]

APPS.MRP_MANAGER_PK dependencies on MRP_RECOMMENDATIONS

Line 2239: mrp_recommendations recom

2235: NULL),
2236: NVL(recom.implement_end_item_unit_number,
2237: recom.end_item_unit_number)
2238: FROM mtl_parameters mtl,
2239: mrp_recommendations recom
2240: WHERE recom.transaction_id = dates.old_transaction_id
2241: AND dates.organization_id = mtl.organization_id)
2242: WHERE dates.old_transaction_id >= 0
2243: AND dates.schedule_origination_type = 11;