[Home] [Help]
[Dependency Information]
| 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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGC_CC_PERIODS_A_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ORG_ID
PERIOD_SET_NAME
PERIOD_NAME
|
| 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). |
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;
IGC.IGC_CC_PERIODS_ALL does not reference any database object
IGC.IGC_CC_PERIODS_ALL is referenced by following:
APPS
IGC_CC_PERIODS
IGC_CC_PERIODS_ALL
|
|
|
|