DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on OE_LINE_FULLFILL

Line 174: * This proc is exact copy of OE_LINE_FULLFILL.UPDATE_SERVICE_DATES(). Therefore, any changes in oe_line_fullfill.update_service_dates()

170:
171:
172: /*
173: * This procedure is added for bug# 7231974
174: * This proc is exact copy of OE_LINE_FULLFILL.UPDATE_SERVICE_DATES(). Therefore, any changes in oe_line_fullfill.update_service_dates()
175: * should be imported to this proc as well.
176: * This proc is called in case of SERVICE lines, with ORDER reference type, with VARIABLE type accounting rule, with ACCOUNTING_RULE_DURATION field being null
177: * and service_start_date and service_end_Date being null.
178: *

Line 6223: := OE_Line_Fullfill.Is_Part_Of_Fulfillment_Set

6219:
6220: -- fixed bug 3435298
6221: -- for non-shippable line in a fulfillment set
6222: l_fulfillment_set_flag
6223: := OE_Line_Fullfill.Is_Part_Of_Fulfillment_Set
6224: (p_line_rec.line_id);
6225: IF l_fulfillment_set_flag = FND_API.G_TRUE THEN
6226: IF l_debug_level > 0 THEN
6227: oe_debug_pub.add( 'SETTING TRANSACTION DATE AS THE ACTUAL_SHIPMENT_DATE OF THE LAST SHIPPED ITEM IN THE SET. ' , 5 ) ;