DBA Data[Home] [Help]

APPS.MSC_ATP_PF dependencies on MSC_ATP_PROC

Line 7803: | o Differences from the one in MSC_ATP_PROC:

7799: /*--Get_Period_Data_From_Sd_Temp--------------------------------------------
7800: | o This procedure is called from Item_Alloc_Cum_Atp and
7801: | Item_Pre_Allocated_Atp procedures to get the period data from
7802: | msc_atp_sd_details_temp table.
7803: | o Differences from the one in MSC_ATP_PROC:
7804: | - For Total_Demand_Quantity only demands with Pf_Display_Flag equal
7805: | to 1 are looked at. Demand quantity is picked from
7806: | Original_Demand_Quantity column.
7807: | o For Total_Bucketed_Demand_Quantity all demands are looked at.

Line 8788: MSC_ATP_PROC.get_global_plan_info(

8784: -- initialize API return status to success
8785: x_return_status := FND_API.G_RET_STS_SUCCESS;
8786:
8787: /* First get member item's plan*/
8788: MSC_ATP_PROC.get_global_plan_info(
8789: p_instance_id,
8790: p_member_item_id,
8791: p_org_id,
8792: p_demand_class,

Line 8846: MSC_ATP_PROC.get_global_plan_info(

8842: msc_sch_wb.atp_debug('Schedule: ' || '*** Product Family(non-time phased) ATP Scenario *** ');
8843: msc_sch_wb.atp_debug('Get_PF_Plan_Info: ' || 'Now trying to find old plan for family item...');
8844: END IF;
8845:
8846: MSC_ATP_PROC.get_global_plan_info(
8847: p_instance_id,
8848: p_family_item_id,
8849: p_org_id,
8850: p_demand_class,