PSC_CFGR_LAYOUT_TYPES

This table contains configurator layout types information.

Details

  • Schema: FUSION

  • Object owner: PSC_TS

  • Object type: TABLE

  • Tablespace: TRANSACTION_TABLES

Primary Key

Name Columns

PSC_CFGR_LAYOUT_TYPES_PK

LAYOUT_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE

Columns

Name Datatype Length Precision Not-null Comments Status
LAYOUT_ID NUMBER 18 Yes This column is used to indicate layout id Active
EFFECTIVE_START_DATE DATE Yes Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
EFFECTIVE_END_DATE DATE Yes Date Effective Entity: indicates the date at the end of the date range within which the row is effective.
LAYOUT_TYPE VARCHAR2 20 Yes This column is used to indicate layout type Active
LAYOUT_VERSION VARCHAR2 30 LAYOUT_VERSION
VERSION_DESC VARCHAR2 1000 VERSION_DESC
LAYOUT_LABEL VARCHAR2 200 LAYOUT_LABEL
APPLICATION_TYPE VARCHAR2 20 APPLICATION_TYPE
APPLICATION_END_POINT VARCHAR2 1000 APPLICTION_END_POINT
LAYOUT_METADATA CLOB Yes This column is used to indicate layout metadata Active
LAYOUT_METADATA_SB CLOB LAYOUT_METADATA_SB
LAYOUT_VIEW CLOB Yes This column is used to indicate layout view Active
LAYOUT_VIEW_SB CLOB LAYOUT VIEW IN SANDBOX
REQUIRED_FIELDS CLOB REQUIRED_FIELDS
REQUIRED_FIELDS_SB CLOB REQUIRED_FIELDS_SB
HIDE_FROM_PUBLIC_FIELDS CLOB HIDE_FROM_PUBLIC_FIELDS
HIDE_FROM_PUBLIC_FIELDS_SB CLOB HIDE_FROM_PUBLIC_FIELDS_SB
CONFIDENTIAL_FIELDS CLOB CONFIDENTIAL_FIELDS
CONFIDENTIAL_FIELDS_SB CLOB CONFIDENTIAL_FIELDS_SB
ORIGINATION_FIELDS CLOB ORIGINATION_FIELDS
ORIGINATION_FIELDS_SB CLOB ORIGINATION_FIELDS_SB
RENEWAL_FIELDS CLOB RENEWAL_FIELDS
RENEWAL_FIELDS_SB CLOB RENEWAL_FIELDS_SB
AMENDMENT_FIELDS CLOB AMENDMENT_FIELDS
AMENDMENT_FIELDS_SB CLOB AMENDMENT_FIELDS_SB
READONLY_FIELDS CLOB READONLY_FIELDS
READONLY_FIELDS_SB CLOB READONLY_FIELDS_SB
EXPORT_LAYOUT CLOB EXPORT_LAYOUT
SANDBOX_UUID VARCHAR2 64 SANDBOX_UUID
SANDBOX_SRNO NUMBER SANDBOX_SRNO
PUBLISHED_STATE VARCHAR2 1 PUBLISHED_STATE
RECORD_DESCRIBE CLOB DESCRIBE structure of record type
RELEASE_VERSION VARCHAR2 20 Release Version when RECORD_DESCRIBE was cached
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. Active
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row. Active
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row. Active
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active

Indexes

Index Uniqueness Tablespace Columns Status
PSC_CFGR_LAYOUT_TYPES_PK Unique Default LAYOUT_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE Active