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: FUSION_TS_TX_DATA

Primary Key

Name Columns

GL_PURGE_SETUP_DETAILS_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, 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 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 Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 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 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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
GL_PURGE_SETUP_DETAILS_N1_ Non Unique Default GL_PURGE_SETUP_DETAIL_ID
GL_PURGE_SETUP_DETAILS_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, BUSINESS_OBJECT_CODE, LEDGER_ID, LEGAL_ENTITY_ID, BALANCING_SEGMENT_VALUE
GL_PURGE_SETUP_DETAILS_U2_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, GL_PURGE_SETUP_DETAIL_ID