[Home] [Help]
[Dependency Information]
Object Name: | FND_CONC_RELEASE_CLASSES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_CONC_RELEASE_CLASSES stores information about Schedules, which are
used by the Concurrent Manager's request mechanism. Each row contains
a variety of information about the Schedule. In the case of Advanced
Schedules, the schedule represents a Conjunction that contains zero or
more Disjunctions (stored in FND_CONC_RELEASE_DISJS).
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_CONC_RELEASE_CLASSES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
FND_CONC_RELEASE_CLASSES_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
FND_CONC_RELEASE_CLASSES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
FND_CONC_RELEASE_CLASSES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
FND_CONC_RELEASE_CLASSES_N3 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
FND_CONC_RELEASE_CLASSES_N4 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPLICATION_ID | NUMBER | Yes | Application identifier | |
RELEASE_CLASS_ID | NUMBER | Yes | Schedule identifier | |
RELEASE_CLASS_NAME | VARCHAR2 | (20) | Yes | Developer name for the release class |
OWNER_REQ_ID | NUMBER | Used for temporary schedules: owning request's ID | ||
ENABLED_FLAG | VARCHAR2 | (1) | Yes | Enabled flag |
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 |
DATE1 | DATE | Date used with some schedule types | ||
DATE2 | DATE | Date used with some schedule types | ||
START_DATE_ACTIVE | DATE | Date before which the the release class is not enabled | ||
END_DATE_ACTIVE | DATE | Date after which the the release class is not enabled | ||
CLASS_TYPE | VARCHAR2 | (1) | Denotes type of schedule | |
CLASS_INFO | VARCHAR2 | (64) | Compiled scheduling information | |
OWNER_SCH_ID | NUMBER | Automatically generates scheduling | ||
OWNER_SCH_APP_ID | NUMBER | Applications identifier for the owner schedule | ||
RESUBMIT_INTERVAL | NUMBER | (15) | For internal use | |
RESUBMIT_INTERVAL_UNIT_CODE | VARCHAR2 | (30) | For internal use | |
RESUBMIT_INTERVAL_TYPE_CODE | VARCHAR2 | (30) | For internal use |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, RELEASE_CLASS_ID
, RELEASE_CLASS_NAME
, OWNER_REQ_ID
, ENABLED_FLAG
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, UPDATED_FLAG
, DATE1
, DATE2
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, CLASS_TYPE
, CLASS_INFO
, OWNER_SCH_ID
, OWNER_SCH_APP_ID
, RESUBMIT_INTERVAL
, RESUBMIT_INTERVAL_UNIT_CODE
, RESUBMIT_INTERVAL_TYPE_CODE
FROM APPLSYS.FND_CONC_RELEASE_CLASSES;
APPLSYS.FND_CONC_RELEASE_CLASSES does not reference any database object
APPLSYS.FND_CONC_RELEASE_CLASSES is referenced by following:
|
|
|