DBA Data[Home] [Help]

APPS.PO_AUTOCREATE_DOC dependencies on PO_TAX_INTERFACE_PVT

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

5104: itemkey => itemkey,
5105: aname => 'AUTOCREATED_DOC_ID');
5106: END IF;
5107:
5108: po_tax_interface_pvt.calculate_tax(p_po_header_id => l_po_header_id,
5109: p_po_release_id => l_po_release_id,
5110: x_return_status => l_return_status,
5111: p_calling_program => 'AUTOCREATED_DOC_WF');
5112: