DBA Data[Home] [Help]

APPS.OE_OE_FORM_LINE_PATTR dependencies on OE_ORDER_PVT

Line 2859: OE_Order_PVT.Process_order

2855: );
2856:
2857: /******************************************************************
2858: -- Call Process Pricing
2859: OE_Order_PVT.Process_order
2860: ( p_api_version_number => 1.0
2861: , p_init_msg_list => FND_API.G_TRUE
2862: , x_return_status => l_return_status
2863: , x_msg_count => x_msg_count

Line 2900: Oe_Order_Pvt.Process_Requests_And_Notify

2896: RAISE FND_API.G_EXC_ERROR;
2897: END IF;
2898:
2899: /*******
2900: Oe_Order_Pvt.Process_Requests_And_Notify
2901: ( p_process_requests => FALSE
2902: , p_notify => TRUE
2903: , p_line_price_att_tbl => l_x_line_price_att_tbl
2904: , p_old_line_price_att_tbl => l_x_old_line_price_att_tbl

Line 3068: OE_Order_PVT.Process_order

3064: , p_x_old_line_price_att_tbl => l_x_old_Line_price_att_tbl
3065: );
3066:
3067: /*****************************************************************
3068: OE_Order_PVT.Process_order
3069: ( p_api_version_number => 1.0
3070: , p_init_msg_list => FND_API.G_TRUE
3071: , x_return_status => l_return_status
3072: , x_msg_count => x_msg_count

Line 3343: Oe_Order_Pvt.Process_Requests_And_Notify

3339:
3340: SAVEPOINT Process_Price;
3341: OE_GLOBALS.G_UI_FLAG:= TRUE;
3342:
3343: Oe_Order_Pvt.Process_Requests_And_Notify
3344: ( p_process_requests => TRUE
3345: , p_notify => TRUE
3346: , p_process_ack => TRUE
3347: , x_return_status => l_return_status