[Home] [Help]
[Dependency Information]
Object Name: | GL_DATE_PERIOD_MAP |
---|---|
Object Type: | TABLE |
Owner: | GL |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
GL_DATE_PERIOD_MAP_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
GL_DATE_PERIOD_MAP_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
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 |
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;
GL.GL_DATE_PERIOD_MAP does not reference any database object
GL.GL_DATE_PERIOD_MAP is referenced by following:
|
|
|