DBA Data[Home] [Help]

APPS.OE_BLANKET_WF_UTIL dependencies on OE_ORDER_WF_UTIL

Line 56: oe_order_wf_util.createstart_hdrinternal( P_ITEM_TYPE => l_item_type,

52: END IF;
53:
54: x_return_status := FND_API.G_RET_STS_SUCCESS;
55:
56: oe_order_wf_util.createstart_hdrinternal( P_ITEM_TYPE => l_item_type,
57: P_HEADER_ID => p_header_id,
58: P_TRANSACTION_NUMBER => p_blanket_number,
59: P_SALES_DOCUMENT_TYPE_CODE => l_sales_doc_type_code);
60: oe_order_wf_util.Start_All_Flows;

Line 60: oe_order_wf_util.Start_All_Flows;

56: oe_order_wf_util.createstart_hdrinternal( P_ITEM_TYPE => l_item_type,
57: P_HEADER_ID => p_header_id,
58: P_TRANSACTION_NUMBER => p_blanket_number,
59: P_SALES_DOCUMENT_TYPE_CODE => l_sales_doc_type_code);
60: oe_order_wf_util.Start_All_Flows;
61:
62: IF p_transaction_phase_code = 'F' then
63:
64: if l_debug_level > 0 then

Line 77: oe_order_wf_util.update_flow_status_code (

73:
74: if l_count = 0
75: then
76: l_flow_status_code := 'ENTERED';
77: oe_order_wf_util.update_flow_status_code (
78: P_HEADER_ID => p_header_id,
79: P_LINE_ID => null,
80: P_FLOW_STATUS_CODE => l_flow_status_code,
81: P_ITEM_TYPE => l_item_type,

Line 96: oe_order_wf_util.update_flow_status_code (

92: if l_debug_level > 0 then
93: oe_debug_pub.ADD('Entering create_and_start_flow in neg '||x_return_status,3 );
94: end if;
95: l_flow_status_code := 'DRAFT';
96: oe_order_wf_util.update_flow_status_code (
97: P_HEADER_ID => p_header_id,
98: P_LINE_ID => null,
99: P_FLOW_STATUS_CODE => l_flow_status_code,
100: P_ITEM_TYPE => l_item_type,

Line 825: oe_order_wf_util.createstart_hdrinternal( P_ITEM_TYPE => l_item_type,

821: end if;
822: END LOOP;
823: CLOSE c_get_lines;
824: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
825: oe_order_wf_util.createstart_hdrinternal( P_ITEM_TYPE => l_item_type,
826: P_HEADER_ID => l_header_id,
827: P_TRANSACTION_NUMBER => l_blanket_number,
828: P_SALES_DOCUMENT_TYPE_CODE => l_sales_doc_type_code);
829: oe_order_wf_util.Start_All_Flows;

Line 829: oe_order_wf_util.Start_All_Flows;

825: oe_order_wf_util.createstart_hdrinternal( P_ITEM_TYPE => l_item_type,
826: P_HEADER_ID => l_header_id,
827: P_TRANSACTION_NUMBER => l_blanket_number,
828: P_SALES_DOCUMENT_TYPE_CODE => l_sales_doc_type_code);
829: oe_order_wf_util.Start_All_Flows;
830: x_return_status := l_return_status; -- Bug 8816026
831:
832: ELSIF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
833: x_return_status := l_return_status;