DBA Data[Home] [Help]

APPS.PO_DOCUMENT_CANCEL_PVT dependencies on PO_TAX_INTERFACE_PVT

Line 2238: -- For this , the common routine PO_TAX_INTERFACE_PVT.cancel_tax_lines is

2234: -- Start of Comments
2235: -- Name: cancel_tax_lines
2236: -- Function:
2237: -- Cancels tax lines after corresponding PO shipment has been cancelled
2238: -- For this , the common routine PO_TAX_INTERFACE_PVT.cancel_tax_lines is
2239: -- called.
2240: --
2241: --Parameters:
2242: --IN:

Line 2319: PO_TAX_INTERFACE_PVT.cancel_tax_lines(

2315: PO_DEBUG.debug_var(d_module, l_progress, 'l_ship_id', l_ship_id);
2316: END IF ;
2317:
2318:
2319: PO_TAX_INTERFACE_PVT.cancel_tax_lines(
2320: p_document_type => p_document_type,
2321: p_document_id => p_doc_id,
2322: p_line_id => l_line_id,
2323: p_shipment_id => l_ship_id,