[Home] [Help]
[Dependency Information]
Object Name: | IGS_HE_USR_RT_CL_FLD |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Holds the fields that the user wants to include in the User Defined Return Class. The fields are normally a sub set of the fields defined for the System Return Class
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_HE_USR_RT_CL_FLD_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
IGS_HE_USR_RT_CL_FLD_U2 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
USR_RT_CL_FLD_ID | NUMBER | Yes | Sequence generated column for uniquely identifying the return class fields. | |
USER_RETURN_SUBCLASS | VARCHAR2 | (50) | Yes | Contains the User Defined Return Sub Class |
FIELD_NUMBER | NUMBER | Yes | Contains the user defined Field Number | |
CONSTANT_VAL | VARCHAR2 | (100) | A constant value for the field which is to be used irrespective of whether the field has an actual value in the database | |
DEFAULT_VAL | VARCHAR2 | (100) | Default Value assigned to a null field | |
INCLUDE_FLAG | VARCHAR2 | (3) | Yes | Indicator as to whether field should be included in returns. |
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 | |
REPORT_NULL_FLAG | VARCHAR2 | (1) | Identifies records that should be included in the exception report if it has a NULL value. |
Cut, paste (and edit) the following text to query this object:
SELECT USR_RT_CL_FLD_ID
, USER_RETURN_SUBCLASS
, FIELD_NUMBER
, CONSTANT_VAL
, DEFAULT_VAL
, INCLUDE_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REPORT_NULL_FLAG
FROM IGS.IGS_HE_USR_RT_CL_FLD;
IGS.IGS_HE_USR_RT_CL_FLD does not reference any database object
IGS.IGS_HE_USR_RT_CL_FLD is referenced by following:
|
|
|