DBA Data[Home] [Help]

APPS.OE_SHIP_CONFIRMATION_PUB dependencies on OE_ORDER_PVT

Line 1232: OE_Order_PVT.Process_Requests_And_Notify

1228: l_loop_index := l_line_tbl.NEXT(l_loop_index);
1229:
1230: END LOOP; -- over each line to update global picture
1231:
1232: OE_Order_PVT.Process_Requests_And_Notify
1233: ( p_process_requests => TRUE
1234: , p_notify => FALSE -- was l_notify
1235: , x_return_status => l_return_status
1236: , p_line_tbl => l_line_tbl

Line 1255: OE_Order_PVT.Process_Requests_And_Notify

1251:
1252: OE_Set_Util.Process_Sets
1253: (p_x_line_tbl => l_line_tbl);
1254:
1255: OE_Order_PVT.Process_Requests_And_Notify
1256: ( p_process_requests => TRUE
1257: , p_notify => l_notify
1258: , x_return_status => l_return_status
1259: , p_line_tbl => l_line_tbl

Line 4036: OE_Order_PVT.Process_Requests_And_Notify

4032: IF l_debug_level > 0 THEN
4033: oe_debug_pub.add('calling Process_Requests_And_Notify......', 1);
4034: END IF;
4035:
4036: OE_Order_PVT.Process_Requests_And_Notify
4037: ( p_process_requests => TRUE
4038: ,p_notify => TRUE
4039: ,x_return_status => x_return_status
4040: ,p_line_tbl => l_line_tbl

Line 4646: OE_Order_PVT.Process_Requests_And_Notify

4642: IF l_debug_level > 0 THEN
4643: oe_debug_pub.add('calling Process_Requests_And_Notify......', 1);
4644: END IF;
4645:
4646: OE_Order_PVT.Process_Requests_And_Notify
4647: ( p_process_requests => FALSE
4648: ,p_notify => TRUE
4649: ,x_return_status => l_return_status
4650: ,p_line_tbl => l_line_tbl