How can I get (using API) the current sort column for some report

hello,
How can I get (using API) the current sort column for some report ? For example something like "fsp_sort_1_desc" - if the user sorts by the first column ?
I cannot use the :REQUEST for this, sometimes the current sort column is not in the :REQUEST, but it is still active.
I thought it was posssible by using
APEX_UTIL.GET_PREFERENCE (
p_preference IN VARCHAR2 DEFAULT NULL,
p_user IN VARCHAR2 DEFAULT V('USER'))
RETURN VARCHAR2;
function, but I don't really know which preference should I pass as parameter.
looking in WWV_FLOW_PREFERENCES$, i saw preferences_names like FSP4000_P527_R6281510839654570_SORT , I'm not sure how this name is formed.
I'm using generic columns for that complex report (which has a flexible number of columns shown), and the idea is that sometimes I have to overwrite that sort column, in case the user chose the version of the report with fewer columns than the previous one.
Can I get (using API) a list of all preferences set for some user ?
Thank you,

seems that it is FSP<app_number>P<pagenumber>R<regionnumber>_SORT.
is there anyplace where I can get these kind of things documented ?
Thank you.

Similar Messages

Maybe you are looking for

  • Envio de Trem de Pulsos pela porta SERIAL

    Olá pessoal. Eu preciso enviar  trem de pulsos de frequencia de 1Hz  com tempo em nível alto de 5us (micro segundos) durante uns 30 minutos  pelo pino 3 da porta serial ( Tx ). Ja montei o circuito de conversao de RS232 para TTL. E no programa ja fiz

  • How do I transfer my copy of Mainstage to another Mac?

    I bought MainStage from Apple last year and ran it for live purposes on  my MacBook Pro, but I want to use it on my Mac 2 x 2.66 GHz Dual Core Intel Mac Pro now. I can't find an "installer" on the MacBook Pro- just the application file itself and whe

  • Windows Support Software Unaviable when trying to download using the assistant

    I can't download the Windows 7 support software using the asistant it, the program tells me is a network error, i've read in the forums that you can use the OSX dvds but my macbookpro I bought my macbook this year and it came without any installation

  • Lightroom automaticaly enlarges print size. How do you stop this?

    How do you keep Lightroom from changing the print size? For example, if I have a 4.5 x 7.5 image ( the image size displayed in PS), LR seems to want to make it larger than this size, such that it fits into an arbitrary cell size designated by the "Fi

  • Foreign keys without ON DELETE CASCADE; Database Design question

    This is the 3rd company i am working, where i see Foreign Keys created without ON DELETE CASCADEclause. My colleague says that it is created without ON DELETE CASCADE clause in order to make deletion of data (child records) difficult. So, for Purge/A