[Home] [Help]
[Dependency Information]
Object Name: | GL_PERIOD_SETS |
---|---|
Object Type: | TABLE |
Owner: | GL |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
GL_PERIOD_SETS stores the calendars you define using the Accounting Calendar form. Each row includes the name and description of your calendar. There is a one-to-many relationship between a row in this table and rows in the GL_PERIODS table. This table has no foreign keys other than the standard Who columns.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
GL_PERIOD_SETS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
GL_PERIOD_SETS_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PERIOD_SET_NAME | VARCHAR2 | (15) | Yes | Accounting calendar name |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Standard Who column | ||
CREATED_BY | NUMBER | (15) | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
DESCRIPTION | VARCHAR2 | (240) | Accounting calendar description | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
CONTEXT | VARCHAR2 | (150) | Descriptive flexfield context column | |
PERIOD_SET_ID | NUMBER | (15) | Yes | Oracle Internal use only - reserved for future use |
SECURITY_FLAG | VARCHAR2 | (1) | Yes | Enable definition access set security flag |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_SET_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, DESCRIPTION
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, CONTEXT
, PERIOD_SET_ID
, SECURITY_FLAG
, ZD_EDITION_NAME
FROM GL.GL_PERIOD_SETS;
GL.GL_PERIOD_SETS does not reference any database object
GL.GL_PERIOD_SETS is referenced by following:
|
|
|