DBA Data[Home] [Help]

APPS.OE_AR_ACCEPTANCE_GRP dependencies on OE_INVOICE_PUB

Line 173: IF OE_Invoice_PUB.Shipping_info_Available(l_line_rec) THEN

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