DBA Data[Home] [Help]

APPS.AHL_RM_ROUTE_PVT dependencies on AHL_ROUTES_B_S

Line 2501: SELECT AHL_ROUTES_B_S.NEXTVAL

2497:
2498: BEGIN
2499:
2500: -- Get the Route ID from the Sequence
2501: SELECT AHL_ROUTES_B_S.NEXTVAL
2502: INTO p_x_route_rec.route_id
2503: FROM DUAL;
2504:
2505: --bachandr Enigma Phase I changes -- start

Line 3519: SELECT AHL_ROUTES_B_S.NEXTVAL

3515:
3516: l_revision_number := l_revision_number + 1;
3517:
3518: -- Get the Route ID from the Sequence
3519: SELECT AHL_ROUTES_B_S.NEXTVAL
3520: INTO l_route_id
3521: FROM DUAL;
3522:
3523: -- Insert the record