[Home] [Help]
[Dependency Information]
| Object Name: | IGS_SC_OBJ_ATT_VALS |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_SC_OBJ_ATT_VALS
|
| Subobject Name: | |
| Status: | VALID |
Table that stores the information related to Security Object Attribute Values that are associated to the object attributes defined.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_SC_OBJ_ATT_VALS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
OBJ_ATTRIB_ID
OBJECT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| OBJ_ATTRIB_ID | NUMBER | Yes | Object attribute identifier generated from the table IGS_SC_OBJ_ATTRIBS | |
| OBJECT_ID | NUMBER | Yes | Object identified generated from the table FND_OBJECTS | |
| ATTR_VALUE | VARCHAR2 | (2000) | Yes | Attribute value from the secured attribute |
| PK1_VALUE | VARCHAR2 | (260) | Yes | Primary key value 1 of the first primary key column of the object table |
| PK2_VALUE | VARCHAR2 | (260) | Primary key value 2 of the second primary key column of the object table | |
| PK3_VALUE | VARCHAR2 | (260) | Primary key value 3 of the third primary key column of the object table | |
| PK4_VALUE | VARCHAR2 | (260) | Primary key value 4 of the fourth primary key column of the object table | |
| PK5_VALUE | VARCHAR2 | (260) | Primary key value 5 of the fifth primary key column of the object table | |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | (15) | 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 OBJ_ATTRIB_ID
, OBJECT_ID
, ATTR_VALUE
, PK1_VALUE
, PK2_VALUE
, PK3_VALUE
, PK4_VALUE
, PK5_VALUE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_SC_OBJ_ATT_VALS;
IGS.IGS_SC_OBJ_ATT_VALS does not reference any database object
IGS.IGS_SC_OBJ_ATT_VALS is referenced by following:
APPS
IGS_SC_OBJ_ATT_VALS
|
|
|
|