DBA Data[Home] [Help]

APPS.CTO_CHANGE_ORDER_PK dependencies on CTO_WORKFLOW_API_PK

Line 258: CTO_WORKFLOW_API_PK.query_wf_activity_status(

254: oe_debug_pub.add('Adjust_workflow_node: ' || 'p_config_line_id = ' || p_config_line_id, 5);
255: oe_debug_pub.add('Adjust_workflow_node: ' || 'p_can_create_supply = ' || p_can_create_supply, 5);
256: END IF;
257:
258: CTO_WORKFLOW_API_PK.query_wf_activity_status(
259: p_itemtype => 'OEOL',
260: p_itemkey => to_char(p_config_line_id),
261: p_activity_label => 'SHIP_LINE',
262: p_activity_name => 'SHIP_LINE',

Line 267: CTO_WORKFLOW_API_PK.query_wf_activity_status(

263: p_activity_status => l_ship_activity_status);
264:
265: lStmtNumber := 20;
266:
267: CTO_WORKFLOW_API_PK.query_wf_activity_status(
268: p_itemtype => 'OEOL',
269: p_itemkey => to_char(p_config_line_id),
270: p_activity_label => 'CREATE_SUPPLY_ORDER_ELIGIBLE',
271: p_activity_name => 'CREATE_SUPPLY_ORDER_ELIGIBLE',

Line 284: l_return := CTO_WORKFLOW_API_PK.complete_activity(

280:
281: lStmtNumber := 30;
282:
283: -- Move the workflow to ship line
284: l_return := CTO_WORKFLOW_API_PK.complete_activity(
285: p_itemtype => 'OEOL',
286: p_itemkey => to_char(p_config_line_id),
287: p_activity_name => 'CREATE_SUPPLY_ORDER_ELIGIBLE',
288: p_result_code => 'RESERVED');

Line 328: l_return := CTO_WORKFLOW_API_PK.complete_activity(

324: end if; -- bugfix 3076061 Get_Code_Release_Level
325:
326: lStmtNumber := 60;
327:
328: l_return := CTO_WORKFLOW_API_PK.complete_activity(
329: p_itemtype => 'OEOL',
330: p_itemkey => p_config_line_id,
331: p_activity_name => 'SHIP_LINE',
332: p_result_code => 'UNRESERVE');

Line 1204: return_value := CTO_WORKFLOW_API_PK.display_wf_status(Lconfig_line_id);

1200: if lqty_change or l_warehouse_change or
1201: (l_unschedule_action and lato_item_flag = 'Y' and
1202: x_source_type in (1, 3))
1203: then
1204: return_value := CTO_WORKFLOW_API_PK.display_wf_status(Lconfig_line_id);
1205: IF PG_DEBUG <> 0 THEN
1206: oe_debug_pub.add('Change_Notify: ' || ' Return value from display_wf_status = '|| return_value,3);
1207: END IF;
1208: end if;