[Home] [Help]
[Dependency Information]
| Object Name: | FND_CONC_RELEASE_PERIODS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_CONC_RELEASE_PERIODS
|
| Subobject Name: | |
| Status: | VALID |
FND_CONC_RELEASE_PERIODS stores information about Periods. Periods
are used in the construction of Concurrent Manager Advanced
Schedules. Periods have a start time, end time, and periodicity, which
is stored as a period length and a periodicity code.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 20 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FND_CONC_RELEASE_PERIODS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
CONCURRENT_PERIOD_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | Yes | Application identifier | |
| CONCURRENT_PERIOD_ID | NUMBER | Yes | Period identifier | |
| CONCURRENT_PERIOD_NAME | VARCHAR2 | (20) | Yes | Developer name for the Period |
| OWNER_REQ_ID | NUMBER | Used for temporary schedules: owning request's ID | ||
| ENABLED_FLAG | VARCHAR2 | (1) | Yes | Enabled flag |
| PERIODICITY_CODE | VARCHAR2 | (1) | Yes | D = day, M = month, R = reverse month |
| PERIOD_LENGTH | NUMBER | Yes | Number of days or months | |
| PERIOD_START_TIME | DATE | Yes | Time when period becomes active | |
| PERIOD_STOP_TIME | DATE | Yes | Stop time for period | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| UPDATED_FLAG | VARCHAR2 | (1) | Yes | Warns the scheduler that this is new information |
| START_DATE_ACTIVE | DATE | Date before which the period is not enabled | ||
| END_DATE_ACTIVE | DATE | Date after which the period is not enabled | ||
| OWNER_SCH_ID | NUMBER | Automatically generates scheduling | ||
| OWNER_SCH_APP_ID | NUMBER | Applications identifier for the owner schedule |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, CONCURRENT_PERIOD_ID
, CONCURRENT_PERIOD_NAME
, OWNER_REQ_ID
, ENABLED_FLAG
, PERIODICITY_CODE
, PERIOD_LENGTH
, PERIOD_START_TIME
, PERIOD_STOP_TIME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, UPDATED_FLAG
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, OWNER_SCH_ID
, OWNER_SCH_APP_ID
FROM APPLSYS.FND_CONC_RELEASE_PERIODS;
APPLSYS.FND_CONC_RELEASE_PERIODS does not reference any database object
APPLSYS.FND_CONC_RELEASE_PERIODS is referenced by following:
APPLSYS
FND_CONC_RELEASE_PERIODS#
|
|
|
|