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 2909: --wf_engine.SetItemAttrText(p_itemtype, p_itemkey,

2905: into lAtoLineId
2906: from oe_order_lines_all oel
2907: where line_id = to_number(p_itemkey);
2908:
2909: --wf_engine.SetItemAttrText(p_itemtype, p_itemkey,
2910: -- 'LEAD_TIME_ROLLUP_ORG', p_itemkey);
2911: wf_engine.SetItemAttrText(p_itemtype, p_itemkey,
2912: 'LEAD_TIME_ROLLUP_ORG', to_char(lAtoLineId));
2913:

Line 2911: wf_engine.SetItemAttrText(p_itemtype, p_itemkey,

2907: where line_id = to_number(p_itemkey);
2908:
2909: --wf_engine.SetItemAttrText(p_itemtype, p_itemkey,
2910: -- 'LEAD_TIME_ROLLUP_ORG', p_itemkey);
2911: wf_engine.SetItemAttrText(p_itemtype, p_itemkey,
2912: 'LEAD_TIME_ROLLUP_ORG', to_char(lAtoLineId));
2913:
2914: IF PG_DEBUG <> 0 THEN
2915: oe_debug_pub.add('set_parameter_lead_time_wf_ml: ' || 'Line ID: ' || p_itemkey, 1);

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

3800: -- Removed check hold API call from here as we are going to check for
3801: -- hold in check_supply_type_wf workflow activity, which is just before this workflow
3802: -- node
3803: -- Removed as part of bug fix 5261330
3804: -- wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,
3805: -- 'AFAS_ORG_ID',l_mfg_org_id);
3806: -- oe_debug_pub.add('mfg_org_id: ' || to_char(l_mfg_org_id),1);
3807:
3808: wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,

Line 3808: wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,

3804: -- wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,
3805: -- 'AFAS_ORG_ID',l_mfg_org_id);
3806: -- oe_debug_pub.add('mfg_org_id: ' || to_char(l_mfg_org_id),1);
3807:
3808: wf_engine.SetItemAttrNumber(p_itemtype, p_itemkey,
3809: 'AFAS_LINE_ID', l_afas_line_id);
3810: IF PG_DEBUG <> 0 THEN
3811: oe_debug_pub.add('set_parameter_work_order_wf: ' || 'order_line_id: ' || p_itemkey,1);
3812:

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

3975: Get Request ID - We are using the same item attribute to store
3976: the request ID of the Lead Time conc prog and AFAS conc prog.
3977: +-----------------------------------------------------------------*/
3978: l_stmt_num := 110;
3979: l_req_id := wf_engine.GetItemAttrNumber(p_itemtype, p_itemkey,
3980: 'LEAD_TIME_REQUEST_ID');
3981:
3982: IF PG_DEBUG <> 0 THEN
3983: oe_debug_pub.add('submit_conc_prog_wf: ' || 'Request ID: ' || to_char(l_req_id), 1);

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

4111: Get Request ID - We are using the same item attribute to store
4112: the request ID of the Lead Time conc prog and AFAS conc prog.
4113: +-----------------------------------------------------------------*/
4114: l_stmt_num := 110;
4115: l_req_id := wf_engine.GetItemAttrNumber(p_itemtype, p_itemkey,
4116: 'LEAD_TIME_REQUEST_ID');
4117:
4118: IF PG_DEBUG <> 0 THEN
4119: oe_debug_pub.add('submit_and_continue_wf: ' || 'Request ID: ' || to_char(l_req_id), 1);