DBA Data[Home] [Help]

APPS.AHL_RM_OPERATION_PVT dependencies on AHL_RT_OPER_RESOURCES_S

Line 2561: SELECT ahl_rt_oper_resources_s.nextval into l_rt_oper_resource_id

2557: AND association_type_code = 'OPERATION';
2558:
2559: -- 2.Copy Resource Requirements and Alternate Resources
2560: FOR l_get_rt_oper_resources IN get_rt_oper_resources(p_operation_id) LOOP
2561: SELECT ahl_rt_oper_resources_s.nextval into l_rt_oper_resource_id
2562: FROM dual;
2563: INSERT INTO AHL_RT_OPER_RESOURCES
2564: (
2565: RT_OPER_RESOURCE_ID,