[Home] [Help]
[Dependency Information]
| Object Name: | ASO_QUOTE_RELATED_OBJECTS |
|---|---|
| Object Type: | TABLE |
| Owner: | ASO |
| FND Design Data: | ASO.ASO_QUOTE_RELATED_OBJECTS
|
| Subobject Name: | |
| Status: | VALID |
ASO_QUOTE_RELATED_OBJECTS stores the relationship between a quote or a quote line to any entity in the schema and records the type of relationship. The OBJECT_TYPE_CODE defines the type of entity the quote or quote line is related to, and the OBJECT_ID is the unique identifier of the related object.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ASO_QUOTE_RELATED_OBJECTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RELATED_OBJECT_ID
|
| ASO_QUOTE_RELATED_OBJECTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
QUOTE_OBJECT_ID
|
| ASO_QUOTE_RELATED_OBJECTS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
OBJECT_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RELATED_OBJECT_ID | NUMBER | Yes | Unique identifier of this record | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | ||
| REQUEST_ID | NUMBER | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | ||
| PROGRAM_APPLICATION_ID | NUMBER | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | ||
| PROGRAM_ID | NUMBER | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | ||
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
| QUOTE_OBJECT_TYPE_CODE | VARCHAR2 | (50) | Yes | Quote header identifier |
| QUOTE_OBJECT_ID | NUMBER | Yes | Quote line identifier | |
| OBJECT_TYPE_CODE | VARCHAR2 | (30) | Yes | Type of the object defined in ASO_LOOKUPS |
| OBJECT_ID | NUMBER | Yes | Unique identifier of object | |
| RELATIONSHIP_TYPE_CODE | VARCHAR2 | (30) | Yes | Type of relationship defined in ASO_LOOKUPS |
| RECIPROCAL_FLAG | VARCHAR2 | (1) | Flag indicating whether this is a reciprocal relationship | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments | ||
| OBJECT_VERSION_NUMBER | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT RELATED_OBJECT_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, QUOTE_OBJECT_TYPE_CODE
, QUOTE_OBJECT_ID
, OBJECT_TYPE_CODE
, OBJECT_ID
, RELATIONSHIP_TYPE_CODE
, RECIPROCAL_FLAG
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
FROM ASO.ASO_QUOTE_RELATED_OBJECTS;
ASO.ASO_QUOTE_RELATED_OBJECTS does not reference any database object
ASO.ASO_QUOTE_RELATED_OBJECTS is referenced by following:
ASO
ASO_QUOTE_RELATED_OBJECTS#
|
|
|
|