DBA Data[Home] [Help]

APPS.MRP_MANAGER_PK dependencies on MRP_RECOMMENDATIONS

Line 2244: mrp_recommendations recom

2240: NULL),
2241: NVL(recom.implement_end_item_unit_number,
2242: recom.end_item_unit_number)
2243: FROM mtl_parameters mtl,
2244: mrp_recommendations recom
2245: WHERE recom.transaction_id = dates.old_transaction_id
2246: AND dates.organization_id = mtl.organization_id)
2247: WHERE dates.old_transaction_id >= 0
2248: AND dates.schedule_origination_type = 11;