[Home] [Help]
[Dependency Information]
| Object Name: | CN_PERIOD_STATUSES_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | CN |
| FND Design Data: | CN.CN_PERIOD_STATUSES_ALL
|
| Subobject Name: | |
| Status: | VALID |
CN_PERIOD_STATUSES contains information about the processing and
open/close status of a period. You have one row for each period that
has ever moved to the open or future enterable state in the calendar.
.
PERIOD_ID is the unique system generated primary key invisible to
the user. The key's value corresponds to the position of the period
in the calendar. e.g The period_id for January 1995 is a smaller
number than the period_id for February 1995. Oracle Sales
Compensation uses this key to improve performance.
.
PROCESSING_STATUS_CODE describes whether the the transactions
in this period have been Classified, Rolled Up, Populated or
Calculated. See the view CN_PERIODS.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CN_PERIOD_STATUSES_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
PERIOD_ID
ORG_ID
|
| CN_PERIOD_STATUSES_U2 | NORMAL | UNIQUE |
APPS_TS_SEED
|
ORG_ID
PERIOD_NAME
PERIOD_SET_ID
PERIOD_TYPE_ID
|
| CN_PERIOD_STATUSES_F1 | FUNCTION-BASED NORMAL | NONUNIQUE |
APPS_TS_SEED
|
TRUNC("START_DATE")
TRUNC("END_DATE")
|
| CN_PERIOD_STATUSES_U3 | NORMAL | NONUNIQUE |
APPS_TS_SEED
|
ORG_ID
PERIOD_TYPE_ID
START_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERIOD_ID | NUMBER | (15) | Yes | Primary key. |
| PERIOD_NAME | VARCHAR2 | (30) | Yes | Period name |
| PERIOD_TYPE_ID | NUMBER | (15) | Yes | Period type id. |
| PERIOD_STATUS | VARCHAR2 | (15) | Yes | Period status. GL closing_status is the true period status. |
| PROCESSING_STATUS_CODE | VARCHAR2 | (30) | Yes | Processing status code |
| PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
| CREATED_BY | NUMBER | (15) | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
| REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
| ORG_ID | NUMBER | (15) | Organization identifier | |
| QUARTER_NUM | NUMBER | (15) | Quarter Number | |
| PERIOD_YEAR | NUMBER | (15) | Period Year | |
| FORECAST_FLAG | VARCHAR2 | (1) | whether this period is allowed to be forecasted | |
| START_DATE | DATE | Start Date | ||
| END_DATE | DATE | End Date | ||
| PERIOD_TYPE | VARCHAR2 | (15) | Period Type | |
| CALENDAR_ID | NUMBER | (15) | Calendar ID. System generated ID | |
| PERIOD_SET_ID | NUMBER | (15) | foreign key | |
| PERIOD_SET_NAME | VARCHAR2 | (15) | Yes | Name of the calendar |
| FREEZE_FLAG | VARCHAR2 | (1) | Indicate if this period is frozen or not | |
| OBJECT_VERSION_NUMBER | NUMBER | Yes | This column is used for locking purposes | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_ID
, PERIOD_NAME
, PERIOD_TYPE_ID
, PERIOD_STATUS
, PROCESSING_STATUS_CODE
, PROGRAM_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, PROGRAM_APPLICATION_ID
, REQUEST_ID
, PROGRAM_UPDATE_DATE
, ORG_ID
, QUARTER_NUM
, PERIOD_YEAR
, FORECAST_FLAG
, START_DATE
, END_DATE
, PERIOD_TYPE
, CALENDAR_ID
, PERIOD_SET_ID
, PERIOD_SET_NAME
, FREEZE_FLAG
, OBJECT_VERSION_NUMBER
, SECURITY_GROUP_ID
FROM CN.CN_PERIOD_STATUSES_ALL;
CN.CN_PERIOD_STATUSES_ALL does not reference any database object
CN.CN_PERIOD_STATUSES_ALL is referenced by following:
APPS
CN_PERIOD_STATUSES
CN_PERIOD_STATUSES_ALL
|
|
|
|