[Home] [Help]
[Dependency Information]
| Object Name: | FND_CONCURRENT_TIME_PERIODS |
|---|---|
| Object Type: | TABLE |
| Owner: | APPLSYS |
| FND Design Data: | FND.FND_CONCURRENT_TIME_PERIODS
|
| Subobject Name: | |
| Status: | VALID |
FND_CONCURRENT_TIME_PERIODS stores information about concurrent
processing work shifts. Each row includes the name of the work
shift and the days and times it covers.
CONCURRENT_DAYS_SPEC_METHOD normally contains the value A. You
need one row for each work shift. Oracle Application Object
Library uses this information to let a system administrator
specify when concurrent managers need to be active to process
concurrent requests.
.
.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 20 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FND_CONCURRENT_TIME_PERIODS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
CONCURRENT_TIME_PERIOD_ID
|
| FND_CONCURRENT_TIME_PERIODS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
APPLICATION_ID
CONCURRENT_TIME_PERIOD_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| APPLICATION_ID | NUMBER | (15) | Yes | Application identifier |
| CONCURRENT_TIME_PERIOD_ID | NUMBER | (15) | Yes | Concurrent processing work shift identifier |
| CONCURRENT_TIME_PERIOD_NAME | VARCHAR2 | (30) | Yes | Concurrent processing work shift name |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who column |
| DESCRIPTION | VARCHAR2 | (240) | Description | |
| START_TIME | NUMBER | (4) | The starting time of the work shift | |
| END_TIME | NUMBER | (4) | The time the work shift ends | |
| FROM_WEEK_DAY | NUMBER | (1) | The day of the week the work shift starts | |
| TO_WEEK_DAY | NUMBER | (1) | The day of the week the work shift ends | |
| SPECIFIC_DATE | DATE | The date to run the work shift | ||
| CONCURRENT_DAYS_SPEC_METHOD | VARCHAR2 | (1) | Not currently used |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, CONCURRENT_TIME_PERIOD_ID
, CONCURRENT_TIME_PERIOD_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, DESCRIPTION
, START_TIME
, END_TIME
, FROM_WEEK_DAY
, TO_WEEK_DAY
, SPECIFIC_DATE
, CONCURRENT_DAYS_SPEC_METHOD
FROM APPLSYS.FND_CONCURRENT_TIME_PERIODS;
APPLSYS.FND_CONCURRENT_TIME_PERIODS does not reference any database object
APPLSYS.FND_CONCURRENT_TIME_PERIODS is referenced by following:
APPS
FND_CONCURRENT_TIME_PERIODS
|
|
|
|