DBA Data[Home] [Help]

APPS.MSC_SET_DEMAND_PRIORITY dependencies on MSC_FULL_PEGGING

Line 152: msc_full_pegging end_peg,

148: 100000)
149: INTO p_dem_priority
150: FROM
151: msc_demands end_dem,
152: msc_full_pegging end_peg,
153: msc_full_pegging pegging,
154: msc_supplies sup
155: WHERE
156: end_dem.demand_id = end_peg.demand_id

Line 153: msc_full_pegging pegging,

149: INTO p_dem_priority
150: FROM
151: msc_demands end_dem,
152: msc_full_pegging end_peg,
153: msc_full_pegging pegging,
154: msc_supplies sup
155: WHERE
156: end_dem.demand_id = end_peg.demand_id
157: AND end_dem.plan_id = end_peg.plan_id