DBA Data[Home] [Help]

APPS.AHL_RM_ROUTE_PVT dependencies on AHL_ROUTE_EFFECTIVITIES_S

Line 3631: SELECT ahl_route_effectivities_s.nextval into l_route_effectivity_id

3627:
3628: -- Create copies of the route associations
3629: -- 0.Copy Route Effectivities
3630: FOR l_get_route_efcts IN get_route_efcts(p_route_id) LOOP
3631: SELECT ahl_route_effectivities_s.nextval into l_route_effectivity_id
3632: FROM dual;
3633: INSERT INTO ahl_route_effectivities
3634: (
3635: route_effectivity_id