DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_ORDER_PVT

Line 8306: Oe_Order_Pvt.Header

8302: ELSE
8303: p_x_header_rec.shipping_method_code := l_modified_from;
8304: END IF;
8305:
8306: Oe_Order_Pvt.Header
8307: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
8308: , p_control_rec => l_control_rec
8309: , p_x_header_rec => p_x_header_rec
8310: , p_x_old_header_rec => p_x_old_header_rec

Line 8364: Oe_Order_Pvt.Lines

8360: l_control_rec.validate_entity := FALSE;
8361: l_control_rec.write_to_DB := TRUE;
8362: l_control_rec.process := FALSE;
8363:
8364: Oe_Order_Pvt.Lines
8365: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
8366: ,p_control_rec => l_control_rec
8367: ,p_x_line_tbl => l_line_tbl
8368: ,p_x_old_line_tbl => l_old_line_tbl

Line 8963: OE_Order_PVT.Lines

8959: l_control_rec.process := FALSE;
8960:
8961: -- OE_GLOBALS.G_RECURSION_MODE := 'Y';
8962:
8963: OE_Order_PVT.Lines
8964: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
8965: , p_control_rec => l_control_rec
8966: , p_x_line_tbl => l_line_tbl
8967: , p_x_old_line_tbl => l_old_line_tbl

Line 8980: /* OE_Order_PVT.Process_Requests_And_Notify

8976: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
8977: END IF;
8978:
8979: -- commented out for notification framework
8980: /* OE_Order_PVT.Process_Requests_And_Notify
8981: ( p_process_requests => FALSE
8982: , p_notify => TRUE
8983: , p_line_tbl => l_line_tbl
8984: , p_old_line_tbl => l_old_line_tbl

Line 9335: OE_Order_PVT.Header_Payments

9331: --bug 5258767
9332: END IF;
9333: oe_debug_pub.add('Operation to be performed....frm post write proces...'||l_x_Header_Payment_tbl(1).operation);
9334:
9335: OE_Order_PVT.Header_Payments
9336: ( p_validation_level => FND_API.G_VALID_LEVEL_NONE
9337: , p_init_msg_list => FND_API.G_FALSE
9338: , p_control_rec => l_control_rec
9339: , p_x_Header_Payment_tbl => l_x_Header_Payment_tbl