Data Dictionary
>
FPSINPUT Tables
> FPSINPUT.CFG_OTHERS
Table FPSINPUT.CFG_OTHERS"
List of procedures and scripts to run using ADM_LOAD.
-
Schema: FPSINPUT
-
Tablespace: FPSDATA
-
Foreign keys: CFG_OTHERS_FK_METHOD: METHOD REFERENCES FPSADMIN.GEN_LOAD_METHODS (METHOD)
|
Column |
Type |
Nullable |
Comment |
|---|---|---|---|
|
OBJECT_NAME |
VARCHAR2(30) |
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). (* from FPSADMIN.CFG_DISABLED) |
|
|
METHOD |
VARCHAR2(6) |
N |
Method used to load data in table or execute procedure (* from FPSADMIN.GEN_LOAD_METHODS) |