DBA Data[Home] [Help]

APPS.MSC_ATP_PVT dependencies on MSC_WF_ALLOC_ATP

Line 17876: msc_wf_alloc_atp.start_mscalloc_wf(

17872:
17873: -- Start Work Flow
17874: BEGIN
17875: -- Bug 3444096, use x_atp_table.match_item_id and matched_item_name for match cases in CTO
17876: msc_wf_alloc_atp.start_mscalloc_wf(
17877: l_wf_item_key, NVL(x_atp_table.match_item_id(k), x_atp_table.inventory_item_id(k)),
17878: NVL(x_atp_table.matched_item_name(k), x_atp_table.inventory_item_name(k)), l_plan_id,
17879: x_atp_table.source_organization_id(k), x_atp_table.source_organization_code(k),
17880: p_instance_id, x_atp_table.demand_class(k),

Line 17907: msc_wf_alloc_atp.start_mscatp_wf(

17903:
17904: -- Start Work Flow
17905: BEGIN
17906: -- Bug 3444096, use x_atp_table.match_item_id and matched_item_name for match cases in CTO
17907: msc_wf_alloc_atp.start_mscatp_wf(
17908: l_wf_item_key, NVL(x_atp_table.match_item_id(k), x_atp_table.inventory_item_id(k)),
17909: NVL(x_atp_table.matched_item_name(k), x_atp_table.inventory_item_name(k)), l_plan_id,
17910: x_atp_table.source_organization_id(k), x_atp_table.source_organization_code(k),
17911: p_instance_id, x_atp_table.demand_class(k),

Line 18274: -- Fixed as part of Fix for Bug 3444096, need to set profile value as it is queried again in msc_wf_alloc_atp.start_mscatp_wf

18270: IF PG_DEBUG in ('Y', 'C') THEN
18271: msc_sch_wb.atp_debug('Call_Schedule_Remote: ' || 'G_SESSION_ID : ' || order_sch_wb.debug_session_id);
18272: END IF;
18273:
18274: -- Fixed as part of Fix for Bug 3444096, need to set profile value as it is queried again in msc_wf_alloc_atp.start_mscatp_wf
18275: IF p_atp_workflow IS NOT NULL THEN
18276: FND_PROFILE.put('MSC_ALLOCATED_ATP_WORKFLOW', p_atp_workflow);
18277: G_ATP_WORKFLOW := p_atp_workflow;
18278: END IF;