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


TABLE: GL.GL_BC_EVENT_TIMESTAMPS

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


GL_BC_EVENT_TIMESTAMPS records the last time that a summary template was either created or deleted and the last time that a budget assignment range was either created or deleted.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_BC_EVENT_TIMESTAMPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHART_OF_ACCOUNTS_ID
ColumnEVENT_CODE
Columns
Name Datatype Length Mandatory Comments
CHART_OF_ACCOUNTS_ID NUMBER (15) Yes Key flexfield structure defining column
EVENT_CODE VARCHAR2 (1) Yes Budget assignment range or summary template
DATE_TIMESTAMP DATE
Yes Date with time in Hours24:Minutes:Seconds format
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT CHART_OF_ACCOUNTS_ID
,      EVENT_CODE
,      DATE_TIMESTAMP
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM GL.GL_BC_EVENT_TIMESTAMPS;

Dependencies

[top of page]

GL.GL_BC_EVENT_TIMESTAMPS does not reference any database object

GL.GL_BC_EVENT_TIMESTAMPS is referenced by following:

SchemaGL
ViewGL_BC_EVENT_TIMESTAMPS#