[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_AWD_OWN |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_AWD_OWN
|
| Subobject Name: | |
| Status: | VALID |
IGS_PS_AWD_OWN describes the owner organizational unit of a program award.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_AWD_OWN_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
COURSE_CD
VERSION_NUMBER
AWARD_CD
ORG_UNIT_CD
OU_START_DT
|
| IGS_PS_AWD_OWN_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ORG_UNIT_CD
OU_START_DT
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| COURSE_CD | VARCHAR2 | (6) | Yes | Identifies the program for that the program award ownership is being specified. |
| VERSION_NUMBER | NUMBER | (3) | Yes | Unique identifier for the version of the program for that award ownership is being specified. |
| AWARD_CD | VARCHAR2 | (10) | Yes | Describes the code of the award for that ownership is being specified. |
| ORG_UNIT_CD | VARCHAR2 | (30) | Yes | Identifies the organizational unit that owns part or all of the program award. |
| OU_START_DT | DATE | Yes | Date from that the organizational unit is effective. The organizational unit is uniquely identified by the combination of its code and start date. | |
| PERCENTAGE | NUMBER | (5) | Yes | Percentage of the program award owned by the organizational unit. |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT COURSE_CD
, VERSION_NUMBER
, AWARD_CD
, ORG_UNIT_CD
, OU_START_DT
, PERCENTAGE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_AWD_OWN;
IGS.IGS_PS_AWD_OWN does not reference any database object
IGS.IGS_PS_AWD_OWN is referenced by following:
APPS
IGS_PS_AWD_OWN
|
|
|
|