[Home] [Help]
[Dependency Information]
Object Name: | OTA_PREREQUISITES |
---|---|
Object Type: | TABLE |
Owner: | OTA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
These are known as "Player Prerequisites".
They are defined against a target learning object, and define what other learning objects or tests must be completed before the target learning object can be played by a learner.
If the learner has not met the prerequisites, then the target learning object cannot be played by the learner until the prerequisites have been completed.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OTA_PREREQUISITES_UK1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
OBJECT_ID | NUMBER | (15) | Determine which object that need pre-requisites | |
PARENT_OBJECT_ID | NUMBER | (15) | Yes | Determine which object is the object pre-requisites from. |
BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign key to HR_ALL_ORGANIZATION_UNITS |
ENFORCED_FLAG | VARCHAR2 | (1) | Yes | Determine whether pre-requisites is enforced. |
PARENT_TYPE | VARCHAR2 | (30) | Determin type of the object in which the object pre-requisite from. | |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Version control parameter |
CREATED_BY | NUMBER | (15) | Standard Who Column | |
LAST_UPDATE_DATE | DATE | Standard Who Column | ||
CREATION_DATE | DATE | Standard Who Column | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard Who Column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT OBJECT_ID
, PARENT_OBJECT_ID
, BUSINESS_GROUP_ID
, ENFORCED_FLAG
, PARENT_TYPE
, OBJECT_VERSION_NUMBER
, CREATED_BY
, LAST_UPDATE_DATE
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM OTA.OTA_PREREQUISITES;
OTA.OTA_PREREQUISITES does not reference any database object
OTA.OTA_PREREQUISITES is referenced by following:
|
|
|