DBA Data[Home] [Help]

APPS.OE_ORDER_WF_UTIL dependencies on OE_ORDER_PVT

Line 587: -- This process is called from OE_ORDER_PVT.HEader to create the

583: RAISE fnd_api.g_exc_unexpected_error;
584: END IF;
585: END start_linefork;
586:
587: -- This process is called from OE_ORDER_PVT.HEader to create the
588: -- Header workitem and start the flow.
589: PROCEDURE createstart_hdrprocess (
590: p_header_rec IN oe_order_pub.header_rec_type
591: )

Line 771: -- THis is called from OE_ORDER_PVT.LINES to create the Line

767: RAISE fnd_api.g_exc_unexpected_error;
768: END IF;
769: END create_hdrworkitem;
770:
771: -- THis is called from OE_ORDER_PVT.LINES to create the Line
772: -- workitem and start the line flow.
773: PROCEDURE createstart_lineprocess (p_line_rec IN oe_order_pub.line_rec_type)
774: IS
775: l_item_type VARCHAR2 (30);

Line 1946: oe_order_pvt.process_requests_and_notify

1942: 1
1943: );
1944: END IF;
1945:
1946: oe_order_pvt.process_requests_and_notify
1947: (p_header_rec => l_header_rec,
1948: p_old_header_rec => l_old_header_rec,
1949: x_return_status => l_return_status
1950: );

Line 2318: oe_order_pvt.process_requests_and_notify

2314: 1
2315: );
2316: END IF;
2317:
2318: oe_order_pvt.process_requests_and_notify
2319: (p_line_tbl => l_line_tbl,
2320: p_old_line_tbl => l_old_line_tbl,
2321: x_return_status => l_return_status
2322: );

Line 2559: oe_order_pvt.process_requests_and_notify

2555: 1
2556: );
2557: END IF;
2558:
2559: oe_order_pvt.process_requests_and_notify
2560: (p_header_rec => l_header_rec,
2561: p_old_header_rec => l_old_header_rec,
2562: x_return_status => l_return_status
2563: );

Line 3173: oe_order_pvt.process_requests_and_notify

3169: 1
3170: );
3171: END IF;
3172:
3173: oe_order_pvt.process_requests_and_notify
3174: (p_header_rec => l_header_rec,
3175: p_old_header_rec => l_old_header_rec,
3176: x_return_status => l_return_status
3177: );