DBA Data[Home] [Help]

APPS.OE_HEADER_UTIL dependencies on OE_ORDER_COPY_UTIL

Line 2246: IF OE_ORDER_COPY_UTIL.G_COPY_REC.line_price_mode =

2242: IF p_x_header_rec.operation = OE_GLOBALS.G_OPR_CREATE
2243: AND p_x_header_rec.source_document_type_id = 2 THEN
2244:
2245: -- Added IF condition for bug 6697401
2246: IF OE_ORDER_COPY_UTIL.G_COPY_REC.line_price_mode =
2247: OE_ORDER_COPY_UTIL.G_CPY_ORIG_PRICE THEN
2248:
2249: oe_debug_pub.add(' Copy as original price');
2250: -- bug 6697401

Line 2247: OE_ORDER_COPY_UTIL.G_CPY_ORIG_PRICE THEN

2243: AND p_x_header_rec.source_document_type_id = 2 THEN
2244:
2245: -- Added IF condition for bug 6697401
2246: IF OE_ORDER_COPY_UTIL.G_COPY_REC.line_price_mode =
2247: OE_ORDER_COPY_UTIL.G_CPY_ORIG_PRICE THEN
2248:
2249: oe_debug_pub.add(' Copy as original price');
2250: -- bug 6697401
2251: -- Log a request to copy Freight Charges to the copied order.

Line 2280: 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

2276: -- Log a request to copy header adjustments to the copied order.
2277: oe_debug_pub.add('Log Delayed Request To Copy header adjustments ',3);
2278: --
2279:
2280: 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
2281: oe_debug_pub.add(' Copy as original price');
2282: OE_delayed_requests_Pvt.log_request(
2283: p_entity_code => OE_GLOBALS.G_ENTITY_HEADER,
2284: p_entity_id => p_x_header_rec.header_id,