DBA Data[Home] [Help]

APPS.AHL_RM_OPERATION_PUB dependencies on AHL_RESOURCES

Line 1291: from AHL_RESOURCES

1287: -- cursor to fetch the resource Id if the resource name is known
1288: CURSOR get_res_id( c_resource_name IN VARCHAR2)
1289: IS
1290: SELECT RESOURCE_ID
1291: from AHL_RESOURCES
1292: where name = c_resource_name;
1293:
1294:
1295: -- cursor to get the resource association id given the operation and the resource details