DBA Data[Home] [Help]

APPS.OE_SET_UTIL dependencies on OE_ORDER_PVT

Line 648: oe_order_pvt.Lines

644: END IF;
645: end loop;
646: IF l_line_tbl.count > 0 THEN
647:
648: oe_order_pvt.Lines
649: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
650: , p_control_rec => l_control_rec
651: , p_x_line_tbl => l_line_tbl
652: , p_x_old_line_tbl => l_old_line_tbl

Line 666: OE_Order_PVT.Process_Requests_And_Notify

662: /* jolin start comment out nocopy for notification project
663:
664: -- Api to call notify OC and ACK and to process delayed requests
665:
666: OE_Order_PVT.Process_Requests_And_Notify
667: ( p_process_requests => FALSE
668: , p_notify => TRUE
669: , x_return_status => l_return_status
670: , p_line_tbl => l_line_tbl

Line 1427: oe_order_pvt.Lines

1423:
1424:
1425: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING := 'N';
1426: g_set_recursive_flag := TRUE;
1427: oe_order_pvt.Lines
1428: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
1429: , p_control_rec => l_control_rec
1430: , p_x_line_tbl => l_line_tbl
1431: , p_x_old_line_tbl => l_old_line_tbl

Line 1446: OE_Order_PVT.Process_Requests_And_Notify

1442: /* jolin start comment out nocopy for notification project
1443:
1444: -- Api to call notify OC and ACK and to process delayed requests
1445:
1446: OE_Order_PVT.Process_Requests_And_Notify
1447: ( p_process_requests => FALSE
1448: , p_notify => TRUE
1449: , x_return_status => l_return_status
1450: , p_line_tbl => l_line_tbl

Line 1801: -- Call OE_Order_PVT.Process_order

1797: l_control_rec.default_attributes := TRUE;
1798: l_control_rec.change_attributes := TRUE;
1799: l_control_rec.validate_entity := TRUE;
1800:
1801: -- Call OE_Order_PVT.Process_order
1802:
1803: oe_order_pvt.Lines
1804: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
1805: , p_control_rec => l_control_rec

Line 1803: oe_order_pvt.Lines

1799: l_control_rec.validate_entity := TRUE;
1800:
1801: -- Call OE_Order_PVT.Process_order
1802:
1803: oe_order_pvt.Lines
1804: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
1805: , p_control_rec => l_control_rec
1806: , p_x_line_tbl => l_line_tbl
1807: , p_x_old_line_tbl => l_old_line_tbl

Line 1822: OE_Order_PVT.Process_Requests_And_Notify

1818: -- jolin start comment out nocopy for notification project
1819:
1820: -- Api to call notify OC and ACK and to process delayed requests
1821:
1822: OE_Order_PVT.Process_Requests_And_Notify
1823: ( p_process_requests => TRUE
1824: , p_notify => TRUE
1825: , x_return_status => l_return_status
1826: , p_line_tbl => l_line_tbl

Line 2680: oe_order_pvt.Lines

2676:
2677:
2678: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING := 'N';
2679: g_set_recursive_flag := TRUE;
2680: oe_order_pvt.Lines
2681: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
2682: , p_control_rec => l_control_rec
2683: , p_x_line_tbl => l_line_tbl
2684: , p_x_old_line_tbl => l_old_line_tbl

Line 2699: OE_Order_PVT.Process_Requests_And_Notify

2695: /* jolin start comment out nocopy for notification project
2696:
2697: -- Api to call notify OC and ACK and to process delayed requests
2698:
2699: OE_Order_PVT.Process_Requests_And_Notify
2700: ( p_process_requests => FALSE
2701: , p_notify => TRUE
2702: , x_return_status => l_return_status
2703: , p_line_tbl => l_line_tbl

Line 3833: -- Call OE_Order_PVT.Process_order

3829: IF p_set_type <> 'FULFILLMENT' THEN
3830: OE_ORDER_SCH_UTIL.OESCH_PERFORM_SCHEDULING := 'N';
3831: g_set_recursive_flag := TRUE;
3832:
3833: -- Call OE_Order_PVT.Process_order
3834: IF l_debug_level > 0 THEN
3835: oe_debug_pub.add( 'CALLING PROCESS ORDER' ) ;
3836: END IF;
3837: For t in 1..l_line_tbl.count

Line 3849: oe_order_pvt.Lines

3845: IF l_debug_level > 0 THEN
3846: oe_debug_pub.add( 'SHIP FROM' || L_LINE_TBL ( T ) .SHIP_FROM_ORG_ID ) ;
3847: END IF;
3848: end loop;
3849: oe_order_pvt.Lines
3850: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
3851: , p_control_rec => l_control_rec
3852: , p_x_line_tbl => l_line_tbl
3853: , p_x_old_line_tbl => l_old_line_tbl

Line 3867: OE_Order_PVT.Process_Requests_And_Notify

3863: /* jolin start comment out nocopy for notification project
3864:
3865: -- Api to call notify OC and ACK and to process delayed requests
3866:
3867: OE_Order_PVT.Process_Requests_And_Notify
3868: ( p_process_requests => FALSE
3869: , p_notify => TRUE
3870: , x_return_status => l_return_status
3871: , p_line_tbl => l_line_tbl

Line 5927: oe_order_pvt.Lines

5923: oe_debug_pub.add( 'BEFORE CALLING PROCESS ORDER IN SETS' ) ;
5924: END IF;
5925:
5926:
5927: oe_order_pvt.Lines
5928: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
5929: , p_control_rec => l_control_rec
5930: , p_x_line_tbl => l_line_tbl
5931: , p_x_old_line_tbl => g_old_line_tbl

Line 5945: OE_Order_PVT.Process_Requests_And_Notify

5941: /* jolin start comment out nocopy for notification project
5942:
5943: -- Api to call notify OC and ACK and to process delayed requests
5944:
5945: OE_Order_PVT.Process_Requests_And_Notify
5946: ( p_process_requests => FALSE
5947: , p_notify => TRUE
5948: , x_return_status => l_return_status
5949: , p_line_tbl => l_line_tbl