DBA Data[Home] [Help]

APPS.AHL_RM_ROUTE_PUB dependencies on AHL_RESOURCES

Line 1867: from AHL_RESOURCES

1863: -- cursor to fetch the resource Id if the resource name is known
1864: CURSOR get_res_id( c_resource_name in number)
1865: IS
1866: SELECT RESOURCE_ID
1867: from AHL_RESOURCES
1868: where name = c_resource_name;
1869:
1870:
1871: -- cursor to get the resource association id given the operation and the resource details