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


TABLE: IGC.IGC_CC_PERIODS_ALL

Object Details
Object Name: IGC_CC_PERIODS_ALL
Object Type: TABLE
Owner: IGC
Subobject Name:
Status: VALID


IGC_CC_PERIODS stores information pertaining to the contract commitment period. The contract commitment period to a General Ledger Period. This period may be opened and closed at times other than the General Ledger period.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGC_CC_PERIODS_A_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORG_ID
ColumnPERIOD_SET_NAME
ColumnPERIOD_NAME
Columns
Name Datatype Length Mandatory Comments
ORG_ID NUMBER (15) Yes Organization identifier
PERIOD_SET_NAME VARCHAR2 (15) Yes Accounting calendar name
PERIOD_NAME VARCHAR2 (15) Yes Accounting period name
CC_PERIOD_STATUS VARCHAR2 (1)
Accounting period status
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER

Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
Query Text

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


SELECT ORG_ID
,      PERIOD_SET_NAME
,      PERIOD_NAME
,      CC_PERIOD_STATUS
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM IGC.IGC_CC_PERIODS_ALL;

Dependencies

[top of page]

IGC.IGC_CC_PERIODS_ALL does not reference any database object

IGC.IGC_CC_PERIODS_ALL is referenced by following:

SchemaAPPS
SynonymIGC_CC_PERIODS
SynonymIGC_CC_PERIODS_ALL