DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on WF_ENGINE

Line 405: wf_engine.CompleteActivityInternalName(

401: and item_type_code = 'CONFIG';
402:
403: /* ATO Line Workflow will not have individual activities to be bypassed
404: l_stmt_num := 104;
405: wf_engine.CompleteActivityInternalName(
406: 'OEOL',
407: l_config_line_id,
408: 'CREATE_CONFIG_BOM_ELIGIBLE',
409: 'CREATED');

Line 1003: wf_engine.CompleteActivityInternalName(

999:
1000:
1001: l_stmt_num := 163;
1002: /* ATO Line Workflow will not have individual activities to be bypassed
1003: wf_engine.CompleteActivityInternalName(
1004: 'OEOL',
1005: l_config_line_id,
1006: 'CREATE_CONFIG_BOM_ELIGIBLE',
1007: 'CREATED');

Line 2942: --wf_engine.SetItemAttrText(p_itemtype, p_itemkey,

2938: into lAtoLineId
2939: from oe_order_lines_all oel
2940: where line_id = to_number(p_itemkey);
2941:
2942: --wf_engine.SetItemAttrText(p_itemtype, p_itemkey,
2943: -- 'LEAD_TIME_ROLLUP_ORG', p_itemkey);
2944: wf_engine.SetItemAttrText(p_itemtype, p_itemkey,
2945: 'LEAD_TIME_ROLLUP_ORG', to_char(lAtoLineId));
2946:

Line 2944: wf_engine.SetItemAttrText(p_itemtype, p_itemkey,

2940: where line_id = to_number(p_itemkey);
2941:
2942: --wf_engine.SetItemAttrText(p_itemtype, p_itemkey,
2943: -- 'LEAD_TIME_ROLLUP_ORG', p_itemkey);
2944: wf_engine.SetItemAttrText(p_itemtype, p_itemkey,
2945: 'LEAD_TIME_ROLLUP_ORG', to_char(lAtoLineId));
2946:
2947: IF PG_DEBUG <> 0 THEN
2948: oe_debug_pub.add('set_parameter_lead_time_wf_ml: ' || 'Line ID: ' || p_itemkey, 1);

Line 3837: -- wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,

3833: -- Removed check hold API call from here as we are going to check for
3834: -- hold in check_supply_type_wf workflow activity, which is just before this workflow
3835: -- node
3836: -- Removed as part of bug fix 5261330
3837: -- wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,
3838: -- 'AFAS_ORG_ID',l_mfg_org_id);
3839: -- oe_debug_pub.add('mfg_org_id: ' || to_char(l_mfg_org_id),1);
3840:
3841: wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,

Line 3841: wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,

3837: -- wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,
3838: -- 'AFAS_ORG_ID',l_mfg_org_id);
3839: -- oe_debug_pub.add('mfg_org_id: ' || to_char(l_mfg_org_id),1);
3840:
3841: wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,
3842: 'AFAS_LINE_ID', l_afas_line_id);
3843: IF PG_DEBUG <> 0 THEN
3844: oe_debug_pub.add('set_parameter_work_order_wf: ' || 'order_line_id: ' || p_itemkey,1);
3845:

Line 4065: l_req_id := wf_engine.GetItemAttrNumber(p_itemtype, p_itemkey,

4061: Get Request ID - We are using the same item attribute to store
4062: the request ID of the Lead Time conc prog and AFAS conc prog.
4063: +-----------------------------------------------------------------*/
4064: l_stmt_num := 110;
4065: l_req_id := wf_engine.GetItemAttrNumber(p_itemtype, p_itemkey,
4066: 'LEAD_TIME_REQUEST_ID');
4067:
4068: IF PG_DEBUG <> 0 THEN
4069: oe_debug_pub.add('submit_conc_prog_wf: ' || 'Request ID: ' || to_char(l_req_id), 1);

Line 4201: l_req_id := wf_engine.GetItemAttrNumber(p_itemtype, p_itemkey,

4197: Get Request ID - We are using the same item attribute to store
4198: the request ID of the Lead Time conc prog and AFAS conc prog.
4199: +-----------------------------------------------------------------*/
4200: l_stmt_num := 110;
4201: l_req_id := wf_engine.GetItemAttrNumber(p_itemtype, p_itemkey,
4202: 'LEAD_TIME_REQUEST_ID');
4203:
4204: IF PG_DEBUG <> 0 THEN
4205: oe_debug_pub.add('submit_and_continue_wf: ' || 'Request ID: ' || to_char(l_req_id), 1);