DBA Data[Home] [Help]

APPS.MSC_SCH_WB dependencies on MSC_SATP_FUNC

Line 317: MSC_SATP_FUNC.new_extend_atp(x_atp_rec,

313:
314: -- 2709847, modified to call MRP procedures instead of MSC procedures as planning manager fix to insert
315: -- Sales Order Line ID is invoked in MRP procedure.
316:
317: MSC_SATP_FUNC.new_extend_atp(x_atp_rec,
318: x_atp_rec.inventory_item_id.count,
319: x_return_status);
320:
321: IF PG_DEBUG in ('Y', 'C') THEN

Line 595: MSC_SATP_FUNC.Get_Regions (

591: msc_sch_wb.atp_debug('get_supply_sources_local: ' || 'l_customer_site_id : ' || l_customer_site_id);
592: msc_sch_wb.atp_debug('get_supply_sources_local: ' || 'x_assignment_set_id : ' || x_assignment_set_id);
593: END IF;
594:
595: MSC_SATP_FUNC.Get_Regions (
596: p_customer_site_id => l_customer_site_id,
597: p_calling_module => NVL(l_calling_module, -99),
598: -- i.e. Source (ERP) or Destination (724)
599: p_instance_id => x_sr_instance_id,

Line 1734: MSC_SATP_FUNC.get_dblink_profile(l_atp_link, l_instance_id, l_return_status);

1730: l_instance_id number;
1731: BEGIN
1732:
1733: -- l_atp_link := fnd_profile.value('MRP_ATP_DATABASE_LINK');
1734: MSC_SATP_FUNC.get_dblink_profile(l_atp_link, l_instance_id, l_return_status);
1735: IF PG_DEBUG in ('Y', 'C') THEN
1736: msc_sch_wb.atp_debug(' get_profile '||l_atp_link);
1737: END IF;
1738: IF l_atp_link IS NOT NULL THEN