[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_SUB_UNIT_REL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_SUB_UNIT_REL
|
| Subobject Name: | |
| Status: | VALID |
IGS_PS_SUB_UNIT_REL describes the relationships between units, that make up sub-units and super-units. Case and Seed document: PS202_SuperiorStructure_PS_3052452_CS_DP2.doc - Obsolete
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_SUB_UNIT_REL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SUP_UNIT_CD
SUP_VERSION_NUMBER
SUB_UNIT_CD
SUB_VERSION_NUMBER
CREATE_DT
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SUP_UNIT_CD | VARCHAR2 | (10) | Yes | Code used to identify the unit. |
| SUP_VERSION_NUMBER | NUMBER | (3) | Yes | Version number of the superior unit. |
| SUB_UNIT_CD | VARCHAR2 | (10) | Yes | The sub-unit code. |
| SUB_VERSION_NUMBER | NUMBER | (3) | Yes | Version number of the sub-unit. |
| CREATE_DT | DATE | Yes | Date upon that the superior and sub-unit relationship was created. | |
| LOGICAL_DELETE_DT | DATE | Date on that the superior and sub-unit relationship was deleted. Logical deletion means that the relationship has been disabled without the data being physically deleted from the database. | ||
| AWARD_ON_SUPER_COMP_IND | VARCHAR2 | (1) | Yes | An indicator which specifies whether credit is awarded upon completion of the sub-unit or only upon satisfaction of all of the requirements of the superior unit. Setting the indicator causes credit to be awarded upon completion of the sub-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 SUP_UNIT_CD
, SUP_VERSION_NUMBER
, SUB_UNIT_CD
, SUB_VERSION_NUMBER
, CREATE_DT
, LOGICAL_DELETE_DT
, AWARD_ON_SUPER_COMP_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_SUB_UNIT_REL;
IGS.IGS_PS_SUB_UNIT_REL does not reference any database object
IGS.IGS_PS_SUB_UNIT_REL is referenced by following:
APPS
IGS_PS_SUB_UNIT_REL
|
|
|
|