[Home] [Help]
[Dependency Information]
| Object Name: | IGS_HE_USR_RTN_CLAS |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_HE_USR_RTN_CLAS
|
| Subobject Name: | |
| Status: | VALID |
Holds user defined return classes which can be considered as a sub class of the system return classes
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_HE_USR_RTN_CLAS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
USR_RTN_CLAS_ID
|
| IGS_HE_USR_RTN_CLAS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
USER_RETURN_SUBCLASS
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USR_RTN_CLAS_ID | NUMBER | Yes | Sequence generated column for uniquely identifying the return classes | |
| SYSTEM_RETURN_CLASS_TYPE | VARCHAR2 | (50) | Yes | System Defined Return Class |
| USER_RETURN_SUBCLASS | VARCHAR2 | (50) | Yes | User Defined Return Sub Class |
| DESCRIPTION | VARCHAR2 | (200) | Yes | Description of the User defined return Sub Class |
| RECORD_ID | VARCHAR2 | (15) | Yes | Holds the Record ID for determining the record segments |
| REC_ID_SEG1 | VARCHAR2 | (5) | Yes | This will typically contain the Year identifier |
| REC_ID_SEG2 | VARCHAR2 | (5) | Yes | This is used to indicate sub sets of the main record |
| REC_ID_SEG3 | VARCHAR2 | (5) | Yes | This holds the identifier of the system return class - 11, 12 or 13 |
| 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 USR_RTN_CLAS_ID
, SYSTEM_RETURN_CLASS_TYPE
, USER_RETURN_SUBCLASS
, DESCRIPTION
, RECORD_ID
, REC_ID_SEG1
, REC_ID_SEG2
, REC_ID_SEG3
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_HE_USR_RTN_CLAS;
IGS.IGS_HE_USR_RTN_CLAS does not reference any database object
IGS.IGS_HE_USR_RTN_CLAS is referenced by following:
APPS
IGS_HE_USR_RTN_CLAS
|
|
|
|