DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on OE_ORDER_PVT

Line 461: -- Call OE_Order_PVT.Process_order

457: IF l_debug_level > 0 THEN
458: oe_debug_pub.add('CALLING PROCESS ORDER' , 2 );
459: END IF;
460:
461: -- Call OE_Order_PVT.Process_order
462:
463: OE_ORDER_PVT.Lines
464: (p_validation_level => FND_API.G_VALID_LEVEL_NONE
465: ,p_control_rec => l_control_rec

Line 463: OE_ORDER_PVT.Lines

459: END IF;
460:
461: -- Call OE_Order_PVT.Process_order
462:
463: OE_ORDER_PVT.Lines
464: (p_validation_level => FND_API.G_VALID_LEVEL_NONE
465: ,p_control_rec => l_control_rec
466: ,p_x_line_tbl => l_line_tbl
467: ,p_x_old_line_tbl => l_old_line_tbl

Line 541: OE_ORDER_PVT.Process_Requests_And_notify

537: OE_GLOBALS.G_CASCADING_REQUEST_LOGGED := TRUE;
538:
539: /* added for 2653505 */
540: IF OE_CODE_CONTROL.get_code_release_level < '110508' THEN
541: OE_ORDER_PVT.Process_Requests_And_notify
542: ( p_process_requests => FALSE
543: ,p_notify => TRUE
544: ,x_return_status => l_return_status
545: ,p_line_tbl => l_line_tbl

Line 757: OE_ORDER_PVT.Lines

753: oe_debug_pub.add('CALLING PROCESS ORDER WITH LINES: '
754: || L_LINE_TBL.COUNT , 2 );
755: END IF;
756:
757: OE_ORDER_PVT.Lines
758: (p_validation_level => FND_API.G_VALID_LEVEL_NONE
759: ,p_control_rec => l_control_rec
760: ,p_x_line_tbl => l_line_tbl
761: ,p_x_old_line_tbl => l_old_line_tbl

Line 787: OE_ORDER_PVT.Process_Requests_And_notify

783: END IF;
784:
785: -- added for 2653505
786: IF OE_CODE_CONTROL.get_code_release_level < '110508' THEN
787: OE_ORDER_PVT.Process_Requests_And_notify
788: ( p_process_requests => FALSE
789: ,p_notify => TRUE
790: ,x_return_status => l_return_status
791: ,p_line_tbl => l_line_tbl

Line 959: OE_ORDER_PVT.Lines

955: oe_debug_pub.add('IN DELINK_CONFIG AFTER CALL TO PROCESS ORDER' , 3 );
956: oe_debug_pub.add('L_RETURN_STATUS IS: ' || L_RETURN_STATUS , 2 );
957: END IF;
958:
959: OE_ORDER_PVT.Lines
960: (p_validation_level => FND_API.G_VALID_LEVEL_NONE
961: ,p_control_rec => l_control_rec
962: ,p_x_line_tbl => l_line_tbl
963: ,p_x_old_line_tbl => l_old_line_tbl

Line 982: OE_ORDER_PVT.Process_Requests_And_notify

978: END IF;
979:
980: -- Call Notify OC, required ****************************
981:
982: OE_ORDER_PVT.Process_Requests_And_notify
983: (p_process_requests => TRUE
984: ,p_notify => TRUE
985: ,x_return_status => l_return_status
986: ,p_line_tbl => l_line_tbl

Line 4701: OE_ORDER_PVT.Lines

4697: l_control_rec.controlled_operation := TRUE;
4698: l_control_rec.check_security := FALSE;
4699: l_control_rec.change_attributes := FALSE;
4700:
4701: OE_ORDER_PVT.Lines
4702: (p_validation_level => FND_API.G_VALID_LEVEL_NONE
4703: ,p_control_rec => l_control_rec
4704: ,p_x_line_tbl => l_line_tbl
4705: ,p_x_old_line_tbl => l_old_line_tbl

Line 4720: OE_ORDER_PVT.Process_Requests_And_notify

4716: ( p_line_tbl => l_line_tbl
4717: ,p_booked_flag => l_parent_line_rec.booked_flag);
4718:
4719:
4720: OE_ORDER_PVT.Process_Requests_And_notify
4721: (p_process_requests => p_process_requests
4722: ,p_notify => TRUE
4723: ,x_return_status => l_return_status
4724: ,p_line_tbl => l_line_tbl