DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_ORDER_COPY_UTIL

Line 2157: IF OE_ORDER_COPY_UTIL.G_COPY_REC.line_price_mode =

2153: IF p_x_header_rec.operation = OE_GLOBALS.G_OPR_CREATE
2154: AND p_x_header_rec.source_document_type_id = 2 THEN
2155:
2156: -- Added IF condition for bug 6697401
2157: IF OE_ORDER_COPY_UTIL.G_COPY_REC.line_price_mode =
2158: OE_ORDER_COPY_UTIL.G_CPY_ORIG_PRICE THEN
2159:
2160: oe_debug_pub.add(' Copy as original price');
2161: -- bug 6697401

Line 2158: OE_ORDER_COPY_UTIL.G_CPY_ORIG_PRICE THEN

2154: AND p_x_header_rec.source_document_type_id = 2 THEN
2155:
2156: -- Added IF condition for bug 6697401
2157: IF OE_ORDER_COPY_UTIL.G_COPY_REC.line_price_mode =
2158: OE_ORDER_COPY_UTIL.G_CPY_ORIG_PRICE THEN
2159:
2160: oe_debug_pub.add(' Copy as original price');
2161: -- bug 6697401
2162: -- Log a request to copy Freight Charges to the copied order.

Line 2191: IF OE_ORDER_COPY_UTIL.G_COPY_REC.line_price_mode IN (OE_ORDER_COPY_UTIL.G_CPY_ORIG_PRICE,OE_ORDER_COPY_UTIL.G_CPY_REPRICE_PARTIAL) THEN

2187: -- Log a request to copy header adjustments to the copied order.
2188: oe_debug_pub.add('Log Delayed Request To Copy header adjustments ',3);
2189: --
2190:
2191: IF OE_ORDER_COPY_UTIL.G_COPY_REC.line_price_mode IN (OE_ORDER_COPY_UTIL.G_CPY_ORIG_PRICE,OE_ORDER_COPY_UTIL.G_CPY_REPRICE_PARTIAL) THEN
2192: oe_debug_pub.add(' Copy as original price');
2193: OE_delayed_requests_Pvt.log_request(
2194: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
2195: p_entity_id => p_x_header_rec.header_id,