DBA Data[Home] [Help]

APPS.OE_AR_ACCEPTANCE_GRP dependencies on OE_INVOICE_PUB

Line 175: IF OE_Invoice_PUB.Shipping_info_Available(l_line_rec) THEN

171: oe_debug_pub.add( 'Get_Interface_Attributes: HEADER_ID :'||l_line_rec.header_id , 5 ) ;
172: END IF;
173:
174: -- Populate delivery number and Waybill number
175: IF OE_Invoice_PUB.Shipping_info_Available(l_line_rec) THEN
176: IF l_debug_level > 0 THEN
177: oe_debug_pub.add( 'Get_Interface_Attributes:Shipping_info_Available: TRUE', 5 ) ;
178: END IF;
179: IF l_line_rec.item_type_code NOT In ('MODEL','CLASS','KIT') THEN