DBA Data[Home] [Help]

APPS.CTO_WORKFLOW_API_PK dependencies on OE_ORDER_WF_UTIL

Line 216: | Replaced call to OE_ORDER_WF_UTIL.update_flow_status_code with

212: |
213: |
214: | 09-Aug-2005 Kiran Konada
215: | 4545070
216: | Replaced call to OE_ORDER_WF_UTIL.update_flow_status_code with
217: | call to CTO_WORKFLOW_API_PK.display_wf_status
218: |
219: |
220: | 25-Sep-2005 Kiran Konada

Line 2842: l_message := 'calling OE_ORDER_WF_UTIL.update_flow_status_code to update flow_status to '||p_change_status;

2838: -- Added the cancelled_flag condition as part of Bugfix 7292113
2839:
2840: -- bugfix 2825486: added dbg stmt
2841: IF PG_DEBUG <> 0 THEN
2842: l_message := 'calling OE_ORDER_WF_UTIL.update_flow_status_code to update flow_status to '||p_change_status;
2843: oe_debug_pub.add('Change_Status_Batch: ' ||l_message,5);
2844: cto_wip_workflow_api_pk.cto_debug('change_status_batch', l_message);
2845: END IF;
2846:

Line 2862: OE_ORDER_WF_UTIL.update_flow_status_code(

2858:
2859: -- End of Bugfix 5122923
2860:
2861: l_stmt_num := 40;
2862: OE_ORDER_WF_UTIL.update_flow_status_code(
2863: p_header_id => p_header_id,
2864: p_line_id => p_line_id,
2865: p_flow_status_code => p_change_status,
2866: x_return_status => x_return_status);