Hi,
instead of going directly to DB tables I would suggest to try to find FM or class that provides API for you. Check class CL_SPFL_PROFILE_PARAMETER. It has method GET_ALL_PARAMETER that gives you list of all parameters. Then method GET_ALL_VALUES gives you various values for the parameter.
Cheers