DBA Data[Home] [Help]

APPS.MSD_APPLY_TEMPLATE_DEMAND_PLAN dependencies on MSD_DP_SCENARIOS_TL

Line 991: update msd_dp_scenarios_tl

987: fnd_message.set_name('MSD',c1_cur.description);
988:
989:
990:
991: update msd_dp_scenarios_tl
992:
993: set description = fnd_message.get
994:
995: where demand_plan_id = p_new_dp_id

Line 5447: insert into msd_dp_scenarios_tl

5443:
5444:
5445:
5446:
5447: insert into msd_dp_scenarios_tl
5448:
5449: ( demand_plan_id
5450:
5451: ,scenario_id

Line 7936: insert into msd_dp_scenarios_tl

7932: from msd_dp_scenarios
7933: where scenario_id = c2_rec.scenario_id
7934: and demand_plan_id = c2_rec.demand_plan_id);
7935:
7936: insert into msd_dp_scenarios_tl
7937: ( demand_plan_id
7938: ,scenario_id
7939: ,description
7940: ,language