DBA Data[Home] [Help]

APPS.AHL_RM_OPERATION_PUB dependencies on AHL_RT_OPER_RESOURCES

Line 1299: from AHL_RT_OPER_RESOURCES

1295: -- cursor to get the resource association id given the operation and the resource details
1296: CURSOR get_rt_oper_resource (c_operation_id IN NUMBER, c_resource_id IN NUMBER )
1297: IS
1298: SELECT rt_oper_resource_id
1299: from AHL_RT_OPER_RESOURCES
1300: where
1301: object_ID = c_operation_id
1302: and aso_resource_id = c_resource_id;
1303: