DBA Data[Home] [Help]

APPS.MSD_APPLY_TEMPLATE_DEMAND_PLAN dependencies on MSD_APPLY_TEMPLATE_DEMAND_PLAN

Line 1: PACKAGE BODY MSD_APPLY_TEMPLATE_DEMAND_PLAN AS

1: PACKAGE BODY MSD_APPLY_TEMPLATE_DEMAND_PLAN AS
2: /* $Header: msdatdpb.pls 120.24 2006/05/29 12:21:07 brampall noship $ */
3:
4: /* Private Package Variables */
5:

Line 116: Called from MSDDPLNS.fmb and msd_apply_template_demand_plan.create_plan_using_template.

112: This Function creates the plan using template.
113:
114: Parameter p_shared_db_location should be 'MSD'||p_new_dp_id.
115:
116: Called from MSDDPLNS.fmb and msd_apply_template_demand_plan.create_plan_using_template.
117:
118: Calls msd_copy_demand_plan.copy_demand_plan.
119:
120: Returns 0 if successful and 1 if not.

Line 264: Calls MSD_APPLY_TEMPLATE_DEMAND_PLAN.apply_template.

260: Parameter p_shared_db_location should be 'MSD'||p_new_dp_id.
261:
262: Called from Launch Liability Program.
263:
264: Calls MSD_APPLY_TEMPLATE_DEMAND_PLAN.apply_template.
265:
266: Returns TRUE if successful and FALSE if not.
267:
268: ********************************************************/

Line 336: x_ret_val := MSD_APPLY_TEMPLATE_DEMAND_PLAN.apply_template(

332:
333:
334: -- Create Plan from Template
335:
336: x_ret_val := MSD_APPLY_TEMPLATE_DEMAND_PLAN.apply_template(
337:
338: p_new_dp_id,
339:
340: p_target_demand_plan_name,

Line 506: Called from msd_apply_template_demand_plan.create_plan_using_template and plan build pre processor.

502: /*******************************************************
503:
504: This Procedure compiles the definitions for seeded documents and formulas.
505:
506: Called from msd_apply_template_demand_plan.create_plan_using_template and plan build pre processor.
507:
508: Calls refresh_document_dimensions, refresh_formulas, Parse_Dimension_Select_List,
509:
510: Replace_formula_tokens, Replace_dimension_tokens, Validate_formula_parameters,

Line 8042: END MSD_APPLY_TEMPLATE_DEMAND_PLAN;

8038:
8039: END add_ascp_scenario_for_eol;
8040:
8041:
8042: END MSD_APPLY_TEMPLATE_DEMAND_PLAN;