DBA Data[Home] [Help]

APPS.CTO_AUTO_PROCURE_PK dependencies on CTO_WORKFLOW_API_PK

Line 165: | call to CTO_WORKFLOW_API_PK.display_wf_status

161: |
162: |Aug 9th,2005 Kiran Konada
163: | 4545070
164: | Replaced call to OE_ORDER_WF_UTIL.update_flow_status_code with
165: | call to CTO_WORKFLOW_API_PK.display_wf_status
166: |
167: |
168: |Aug 29th,2005 Kiran Konada
169: | bugfix 4545559

Line 968: l_rets := CTO_WORKFLOW_API_PK.display_wf_status( p_order_line_id=>so_line.line_id);

964: IF nvl(l_inv_quantity,0) = 0 THEN
965:
966:
967: --bugfix# 4545070
968: l_rets := CTO_WORKFLOW_API_PK.display_wf_status( p_order_line_id=>so_line.line_id);
969:
970: IF l_rets = 0 THEN
971:
972: oe_debug_pub.add('auto_create_pur_req_cr: ' || 'Error occurred in display_wf_status - Stmt_num'||to_char(l_stmt_num),1);

Line 995: CTO_WORKFLOW_API_PK.query_wf_activity_status(

991: -- Added by Renga Kannan on 28-Nov-2001
992: -- We need to update the workflow status only if the
993: -- status is in CREATE_SUPPLY_ORDER_ELIGIBLE
994:
995: CTO_WORKFLOW_API_PK.query_wf_activity_status(
996: 'OEOL' ,
997: so_line.line_id ,
998: 'CREATE_SUPPLY_ORDER_ELIGIBLE',
999: 'CREATE_SUPPLY_ORDER_ELIGIBLE',

Line 1004: l_res := cto_workflow_api_pk.complete_activity(

1000: l_active_activity );
1001:
1002: IF l_active_activity = 'NOTIFIED' THEN
1003:
1004: l_res := cto_workflow_api_pk.complete_activity(
1005: p_itemtype=>'OEOL',
1006: p_itemkey =>so_line.line_id,
1007: p_activity_name=>'CREATE_SUPPLY_ORDER_ELIGIBLE',
1008: p_result_code=>'RESERVED');