DBA Data[Home] [Help]

APPS.MSC_ATP_PVT dependencies on MSC_WF_ALLOC_ATP

Line 18750: msc_wf_alloc_atp.start_mscalloc_wf(

18746:
18747: -- Start Work Flow
18748: BEGIN
18749: -- Bug 3444096, use x_atp_table.match_item_id and matched_item_name for match cases in CTO
18750: msc_wf_alloc_atp.start_mscalloc_wf(
18751: l_wf_item_key, NVL(x_atp_table.match_item_id(k), x_atp_table.inventory_item_id(k)),
18752: NVL(x_atp_table.matched_item_name(k), x_atp_table.inventory_item_name(k)), l_plan_id,
18753: x_atp_table.source_organization_id(k), x_atp_table.source_organization_code(k),
18754: p_instance_id, x_atp_table.demand_class(k),

Line 18781: msc_wf_alloc_atp.start_mscatp_wf(

18777:
18778: -- Start Work Flow
18779: BEGIN
18780: -- Bug 3444096, use x_atp_table.match_item_id and matched_item_name for match cases in CTO
18781: msc_wf_alloc_atp.start_mscatp_wf(
18782: l_wf_item_key, NVL(x_atp_table.match_item_id(k), x_atp_table.inventory_item_id(k)),
18783: NVL(x_atp_table.matched_item_name(k), x_atp_table.inventory_item_name(k)), l_plan_id,
18784: x_atp_table.source_organization_id(k), x_atp_table.source_organization_code(k),
18785: p_instance_id, x_atp_table.demand_class(k),

Line 19154: -- 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

19150: IF PG_DEBUG in ('Y', 'C') THEN
19151: msc_sch_wb.atp_debug('Call_Schedule_Remote: ' || 'G_SESSION_ID : ' || order_sch_wb.debug_session_id);
19152: END IF;
19153:
19154: -- 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
19155: IF p_atp_workflow IS NOT NULL THEN
19156: FND_PROFILE.put('MSC_ALLOCATED_ATP_WORKFLOW', p_atp_workflow);
19157: G_ATP_WORKFLOW := p_atp_workflow;
19158: END IF;