DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_INVOICE_PUB

Line 24491: OE_Invoice_PUB.Interface_Line( p_link_to_line_id

24487: IF l_debug_level > 0 THEN
24488: oe_debug_pub.add('Parent Line waiting to be invoiced, calling API to Invoice Parent ', 5);
24489: END IF;
24490:
24491: OE_Invoice_PUB.Interface_Line( p_link_to_line_id
24492: ,OE_GLOBALS.G_WFI_LIN
24493: ,l_result_out
24494: ,l_return_status);
24495: