PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Tools table / column with the "Style Classes" info

Hi,

There is a lot of information in the Tools tables:

For example a record definition you create in Application Designer can be found in the tools table :

"select * from psrecdefn".

If you want a list of inactive XLAT-values that were made inactive (probably by you or someone else in your team):

select * from psxlatitem X where eff_status = 'I' and LASTUPDOPRID not in ('PPLSOFT') order by lastupddttm desc

Question: I am looking for the Tools table or the column where the Fluid "Style Classes" info can be found. Anyone has an idea where that info is stored in the database?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center