DBA Data[Home] [Help]

APPS.INL_SIMULATION_PVT dependencies on INL_SHIP_LINE_GROUPS_S

Line 1244: SELECT inl_ship_line_groups_s.NEXTVAL

1240: p_procedure_name => l_api_name,
1241: p_debug_info => 'Get the next Line Group Id');
1242:
1243: -- Get Shipment Header's nextval
1244: SELECT inl_ship_line_groups_s.NEXTVAL
1245: INTO l_ship_line_group_id
1246: FROM dual;
1247:
1248: INL_LOGGING_PVT.Log_Statement (p_module_name => g_module_name,