DBA Data[Home] [Help] [Dependency Information]


TABLE: GL.GL_DATE_PERIOD_MAP

Object Details
Object Name: GL_DATE_PERIOD_MAP
Object Type: TABLE
Owner: GL
FND Design Data: TableSQLGL.GL_DATE_PERIOD_MAP
Subobject Name:
Status: VALID


GL_DATE_PERIOD_MAP stores the correlation between dates and non-adjusting periods for each accounting calendar and period type combination. Oracle General Ledger inserts or updates records in this table as you define, maintain, or extend your accounting calendar in the Accounting Calendar form. There is always a one-to-one correspondence between dates and non-adjusting periods since your accounting calendar must not have any gap or overlap between non-adjusting periods.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_DATE_PERIOD_MAP_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERIOD_SET_NAME
ColumnPERIOD_TYPE
ColumnACCOUNTING_DATE
ColumnPERIOD_NAME
GL_DATE_PERIOD_MAP_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERIOD_SET_NAME
ColumnPERIOD_NAME
Columns
Name Datatype Length Mandatory Comments
PERIOD_SET_NAME VARCHAR2 (15) Yes Period Set (Calendar) defining column
ACCOUNTING_DATE DATE
Yes Accounting date
PERIOD_NAME VARCHAR2 (15) Yes Accounting period
PERIOD_TYPE VARCHAR2 (15) Yes Period Type defining column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PERIOD_SET_NAME
,      ACCOUNTING_DATE
,      PERIOD_NAME
,      PERIOD_TYPE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM GL.GL_DATE_PERIOD_MAP;

Dependencies

[top of page]

GL.GL_DATE_PERIOD_MAP does not reference any database object

GL.GL_DATE_PERIOD_MAP is referenced by following:

SchemaAPPS
Materialized ViewHRI_TIME_CAL_DAY_MV
SchemaGL
ViewGL_DATE_PERIOD_MAP#