DBA Data[Home] [Help]

APPS.INL_SIMULATION_PVT dependencies on INL_TAX_LINES_S

Line 152: SELECT inl_tax_lines_s.NEXTVAL

148: p_procedure_name => l_api_name,
149: p_debug_info => 'Get the next Tax Line Id');
150:
151: -- Get Charge Line nextval
152: SELECT inl_tax_lines_s.NEXTVAL
153: INTO l_tax_line_id
154: FROM dual;
155:
156: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,