DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on OE_ORDER_PVT

Line 1277: OE_Order_PVT.Process_Requests_And_Notify

1273: l_loop_index := l_line_tbl.NEXT(l_loop_index);
1274:
1275: END LOOP; -- over each line to update global picture
1276:
1277: OE_Order_PVT.Process_Requests_And_Notify
1278: ( p_process_requests => TRUE
1279: , p_notify => FALSE -- was l_notify
1280: , x_return_status => l_return_status
1281: , p_line_tbl => l_line_tbl

Line 1300: OE_Order_PVT.Process_Requests_And_Notify

1296:
1297: OE_Set_Util.Process_Sets
1298: (p_x_line_tbl => l_line_tbl);
1299:
1300: OE_Order_PVT.Process_Requests_And_Notify
1301: ( p_process_requests => TRUE
1302: , p_notify => l_notify
1303: , x_return_status => l_return_status
1304: , p_line_tbl => l_line_tbl

Line 4277: OE_Order_PVT.Process_Requests_And_Notify

4273: IF l_debug_level > 0 THEN
4274: oe_debug_pub.add('calling Process_Requests_And_Notify......', 1);
4275: END IF;
4276:
4277: OE_Order_PVT.Process_Requests_And_Notify
4278: ( p_process_requests => TRUE
4279: ,p_notify => TRUE
4280: ,x_return_status => x_return_status
4281: ,p_line_tbl => l_line_tbl

Line 4991: OE_Order_PVT.Process_Requests_And_Notify

4987: IF l_debug_level > 0 THEN
4988: oe_debug_pub.add('calling Process_Requests_And_Notify......', 1);
4989: END IF;
4990:
4991: OE_Order_PVT.Process_Requests_And_Notify
4992: ( p_process_requests => FALSE
4993: ,p_notify => TRUE
4994: ,x_return_status => l_return_status
4995: ,p_line_tbl => l_line_tbl