DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_TAX_INTERFACE_PVT

Line 5457: po_tax_interface_pvt.calculate_tax(p_po_header_id => l_po_header_id,

5453: aname => 'AUTOCREATED_DOC_ID');
5454: l_document_id := l_po_header_id; --bug 14243104 fix
5455: END IF;
5456:
5457: po_tax_interface_pvt.calculate_tax(p_po_header_id => l_po_header_id,
5458: p_po_release_id => l_po_release_id,
5459: x_return_status => l_return_status,
5460: p_calling_program => 'AUTOCREATED_DOC_WF');
5461: