DBA Data[Home] [Help]

APPS.MSC_ATP_ALLOC dependencies on MSC_ATP_PROC

Line 203: MSC_ATP_PROC.Get_plan_Info(p_instance_id, p_inventory_item_id, p_organization_id, null, l_plan_info_rec);

199: return;
200: END IF;
201:
202: -- Trap preliminary plan related errors
203: MSC_ATP_PROC.Get_plan_Info(p_instance_id, p_inventory_item_id, p_organization_id, null, l_plan_info_rec);
204:
205: IF (l_plan_info_rec.plan_id IS NULL) OR (l_plan_info_rec.plan_id = -1) THEN
206: IF PG_DEBUG in ('Y', 'C') THEN
207: msc_sch_wb.atp_debug('View_Allocation_Details: ' || 'Plan_ID is null or -1');

Line 1014: MSC_ATP_PROC.get_global_org_info(p_instance_id, p_organization_id);

1010: END IF;
1011:
1012:
1013: /* Modularize Item and Org Info */
1014: MSC_ATP_PROC.get_global_org_info(p_instance_id, p_organization_id);
1015: l_default_atp_rule_id := MSC_ATP_PVT.G_ORG_INFO_REC.default_atp_rule_id;
1016: l_calendar_code := MSC_ATP_PVT.G_ORG_INFO_REC.cal_code;
1017: l_calendar_exception_set_id := MSC_ATP_PVT.G_ORG_INFO_REC.cal_exception_set_id;
1018: l_default_demand_class := MSC_ATP_PVT.G_ORG_INFO_REC.default_demand_class;

Line 1959: MSC_ATP_PROC.get_global_org_info(p_instance_id, p_organization_id);

1955: msc_sch_wb.atp_debug('Compute_Allocation_Details: ' || 'We are in customer class allocation.');
1956: END IF;
1957:
1958: /* Modularize Item and Org Info */
1959: MSC_ATP_PROC.get_global_org_info(p_instance_id, p_organization_id);
1960: l_default_atp_rule_id := MSC_ATP_PVT.G_ORG_INFO_REC.default_atp_rule_id;
1961: l_calendar_code := MSC_ATP_PVT.G_ORG_INFO_REC.cal_code;
1962: l_calendar_exception_set_id := MSC_ATP_PVT.G_ORG_INFO_REC.cal_exception_set_id;
1963: l_default_demand_class := MSC_ATP_PVT.G_ORG_INFO_REC.default_demand_class;