DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on PO_TAX_INTERFACE_PVT

Line 1967: po_tax_interface_pvt.calculate_tax(p_po_header_id => NULL,

1963: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,l_module,
1964: 'Callin Tax for Release ID ' || g_po_release_id_table(i));
1965: END IF;
1966: END IF;
1967: po_tax_interface_pvt.calculate_tax(p_po_header_id => NULL,
1968: p_po_release_id => g_po_release_id_table(i),
1969: p_calling_program => 'PO_POXRPRIB_REL',
1970: x_return_status => l_return_status);
1971: IF g_debug_stmt then

Line 2115: po_tax_interface_pvt.calculate_tax(p_po_header_id => g_po_header_id_table(i),

2111: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,l_module,
2112: 'Callin Tax : PO HEADER ID ' ||g_po_header_id_table(i));
2113: END IF;
2114: END IF;
2115: po_tax_interface_pvt.calculate_tax(p_po_header_id => g_po_header_id_table(i),
2116: p_po_release_id => NULL,
2117: p_calling_program => 'PO_POXRPRIB_PO',
2118: x_return_status => l_return_status);
2119: IF g_debug_stmt then