DBA Data[Home] [Help]

APPS.MRP_GET_BIS_VALUES dependencies on MRP_RECOMMENDATIONS

Line 36: FROM mrp_recommendations rec,

32: l_days NUMBER;
33:
34: CURSOR MAX_LATE_CURSOR IS
35: SELECT max(rec.new_schedule_date - peg2.demand_date)
36: FROM mrp_recommendations rec,
37: mrp_full_pegging peg1,
38: mrp_full_pegging peg2
39: WHERE peg1.demand_id = p_demand_id
40: AND peg1.transaction_id = rec.transaction_id