DBA Data[Home] [Help]

APPS.AHL_RM_ROUTE_PUB dependencies on AHL_RESOURCES

Line 2052: from AHL_RESOURCES

2048: -- cursor to fetch the resource Id if the resource name is known
2049: CURSOR get_res_id( c_resource_name in number)
2050: IS
2051: SELECT RESOURCE_ID
2052: from AHL_RESOURCES
2053: where name = c_resource_name;
2054:
2055:
2056: -- cursor to get the resource association id given the operation and the resource details