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 5978: := OE_Line_Fullfill.Is_Part_Of_Fulfillment_Set

5974:
5975: -- fixed bug 3435298
5976: -- for non-shippable line in a fulfillment set
5977: l_fulfillment_set_flag
5978: := OE_Line_Fullfill.Is_Part_Of_Fulfillment_Set
5979: (p_line_rec.line_id);
5980: IF l_fulfillment_set_flag = FND_API.G_TRUE THEN
5981: IF l_debug_level > 0 THEN
5982: oe_debug_pub.add( 'SETTING TRANSACTION DATE AS THE ACTUAL_SHIPMENT_DATE OF THE LAST SHIPPED ITEM IN THE SET. ' , 5 ) ;