Data Dictionary
>
FPSAPP Views
> FPSAPP.WIP_WAFER_HIST_LOOP
View FPSADMIN.BLD_CCFLAGS
This view lists all of the conditional compilation flags used in our PL/SQL code along with the current value and a query to change the value of the flag. If the value is TRUE then the query sets to FALSE otherwise it sets to TRUE. This is most commonly used with the is_speed_test_on flag but this reads all flags.
|
Column |
Comment |
|---|---|
|
OWNER |
|
|
OBJECT_NAME |
This could be an object name (we will disable loading of that object in the scheduled jobs), a load job (we will disable loading of all objects in that scheduled job), an FPSAPP prefix (we will disable loading of all objects with that prefix), a constraint (we can explain why it is permanently disabled), or a trigger (technically an object so we can get away with omitting this from the column name and also to explain why it is permanently disabled). (* inherited from FPSADMIN.CFG_DISABLED) |
|
OBJECT_TYPE |
|
|
CCFLAG_NAME |
|
|
CCFLAG_VALUE |
|
|
SQL_QUERY |