DBA Data[Home] [Help]

APPS.PO_RETROACTIVE_PRICING_PVT dependencies on PO_TAX_INTERFACE_PVT

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

1992: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,l_module,
1993: 'Callin Tax for Release ID ' || g_po_release_id_table(i));
1994: END IF;
1995: END IF;
1996: po_tax_interface_pvt.calculate_tax(p_po_header_id => NULL,
1997: p_po_release_id => g_po_release_id_table(i),
1998: p_calling_program => 'PO_POXRPRIB_REL',
1999: x_return_status => l_return_status);
2000: IF g_debug_stmt then

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

2140: FND_LOG.string(FND_LOG.LEVEL_STATEMENT,l_module,
2141: 'Callin Tax : PO HEADER ID ' ||g_po_header_id_table(i));
2142: END IF;
2143: END IF;
2144: po_tax_interface_pvt.calculate_tax(p_po_header_id => g_po_header_id_table(i),
2145: p_po_release_id => NULL,
2146: p_calling_program => 'PO_POXRPRIB_PO',
2147: x_return_status => l_return_status);
2148: IF g_debug_stmt then