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


TABLE: GMF.GL_CLDR_HDR

Object Details
Object Name: GL_CLDR_HDR
Object Type: TABLE
Owner: GMF
FND Design Data: TableGMF.GL_CLDR_HDR
Subobject Name:
Status: VALID


This table contains the Fiscal Year defination for a Company. This table is not used with Oracle Financials integrated setup.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
GL_CLDR_HDR_PK NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnCO_CODE
ColumnFISCAL_YEAR
Columns
Name Datatype Length Mandatory Comments
CO_CODE VARCHAR2 (4) Yes Company for which the Fiscal Year is defined
FISCAL_YEAR NUMBER (5) Yes Fiscal Year
CALENDAR_DESC VARCHAR2 (70) Yes Fiscal Year description
BEGIN_DATE DATE
Yes Start date of the Fiscal Year
NO_OF_PERIODS NUMBER (5) Yes Number of periods in the Fiscal Year.
CLOSED_YEAR_IND NUMBER (5) Yes Fiscal Year Status. 1 = Closed, never opened; 2 = Open; 3 = Preliminary close; 4 = Final close, cannot reopen
CURRENT_YEAR_IND NUMBER (5) Yes Current Fiscal Year inidcator. 0 = Not Current Year; 1 = Current Year
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)
Standard who column
IN_USE NUMBER (10)
Not currently used
TEXT_CODE NUMBER (10)
ID which joins any rows of text in this table to the Text Table for this Module
DELETE_MARK NUMBER (5) Yes Standard: 0=Active record (default); 1=Marked for (logical) deletion.
Query Text

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


SELECT CO_CODE
,      FISCAL_YEAR
,      CALENDAR_DESC
,      BEGIN_DATE
,      NO_OF_PERIODS
,      CLOSED_YEAR_IND
,      CURRENT_YEAR_IND
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      IN_USE
,      TEXT_CODE
,      DELETE_MARK
FROM GMF.GL_CLDR_HDR;

Dependencies

[top of page]

GMF.GL_CLDR_HDR does not reference any database object

GMF.GL_CLDR_HDR is referenced by following:

SchemaAPPS
SynonymGL_CLDR_HDR