GL_PURGE_SETUP_DETAILS

This table stores the number of years to retain archived data, also known as the retention period, as well as the retention level when the retention location is Oracle Cloud ERP. The retention levels are business object, ledger, or a combination of ledger and legal entity.

Details

  • Schema: FUSION

  • Object owner: GL

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

GL_PURGE_SETUP_DETAILS_PK

GL_PURGE_SETUP_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
BUSINESS_OBJECT_CODE VARCHAR2 30 Yes Business object associated with the specified retention period. Some valid values are ORA_GL_JOURNALS for General Ledger Journals and ORA_GL_BALANCES for General Ledger Balances.
GL_PURGE_SETUP_DETAIL_ID NUMBER 18 Yes Identifier of Purge Setup Details.
LEDGER_ID NUMBER 18 Yes For all the retention levels that is ledger, ledger and legal entity, ledger and balancing segment values, this value represents the primary or secondary ledger identifier associated with the specified retention period. The retention period applies to all reporting currencies associated with the ledger.
LEGAL_ENTITY_ID NUMBER 18 Yes Legal entity identifier associated with the specified retention period. A value of -99 indicates all legal entities.
RETENTION_YEARS NUMBER 5 Yes Number of years to retain the archived data for the business object. Also known as the retention period.
ATTRIBUTE_CATEGORY VARCHAR2 30 Descriptive Flexfield: structure definition of the user descriptive flexfield.
ATTRIBUTE_CHAR1 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR2 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR3 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR4 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR5 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR6 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR7 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR8 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR9 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_CHAR10 VARCHAR2 150 Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER1 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER2 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER3 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER4 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
ATTRIBUTE_NUMBER5 NUMBER Descriptive Flexfield: segment of the user descriptive flexfield.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.
BALANCING_SEGMENT_VALUE VARCHAR2 25 Yes Balancing segment value associated with the specified retention period. A value of -99 indicates all balancing segment values.

Indexes

Index Uniqueness Tablespace Columns
GL_PURGE_SETUP_DETAILS_U1 Unique Default BUSINESS_OBJECT_CODE, LEDGER_ID, LEGAL_ENTITY_ID, BALANCING_SEGMENT_VALUE
GL_PURGE_SETUP_DETAILS_U2 Unique Default GL_PURGE_SETUP_DETAIL_ID