DBA Data[Home] [Help]

APPS.AHL_RM_OPERATION_PVT dependencies on AHL_RT_OPER_RESOURCES_S

Line 2347: SELECT ahl_rt_oper_resources_s.nextval into l_rt_oper_resource_id

2343: AND association_type_code = 'OPERATION';
2344:
2345: -- 2.Copy Resource Requirements and Alternate Resources
2346: FOR l_get_rt_oper_resources IN get_rt_oper_resources(p_operation_id) LOOP
2347: SELECT ahl_rt_oper_resources_s.nextval into l_rt_oper_resource_id
2348: FROM dual;
2349: INSERT INTO AHL_RT_OPER_RESOURCES
2350: (
2351: RT_OPER_RESOURCE_ID,