[Home] [Help]
[Dependency Information]
| Object Name: | ASO_LINE_RELATIONSHIPS |
|---|---|
| Object Type: | TABLE |
| Owner: | ASO |
| FND Design Data: | ASO.ASO_LINE_RELATIONSHIPS
|
| Subobject Name: | |
| Status: | VALID |
ASO_LINE_RELATIONSHIPS links one quote line to another and records the type of relationship. The reciprocal flag indicates if the relationship is bidirectional.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| ASO_LINE_RELATIONSHIPS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
LINE_RELATIONSHIP_ID
|
| ASO_LINE_RELATIONSHIPS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
QUOTE_LINE_ID
RELATED_QUOTE_LINE_ID
|
| ASO_LINE_RELATIONSHIPS_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RELATED_QUOTE_LINE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LINE_RELATIONSHIP_ID | NUMBER | Yes | Line relationship identifier | |
| 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_UPDATED_BY | NUMBER | Yes | Standard who column - user who last updated 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_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_LINE_ID | NUMBER | Yes | Quote line identifier | |
| RELATED_QUOTE_LINE_ID | NUMBER | Yes | Related quote line identifier | |
| RELATIONSHIP_TYPE_CODE | VARCHAR2 | (30) | Code defined in ASO_LOOKUPS that describes the relationship type | |
| RECIPROCAL_FLAG | VARCHAR2 | (1) | Flag indicating if 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 LINE_RELATIONSHIP_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, QUOTE_LINE_ID
, RELATED_QUOTE_LINE_ID
, RELATIONSHIP_TYPE_CODE
, RECIPROCAL_FLAG
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
FROM ASO.ASO_LINE_RELATIONSHIPS;
ASO.ASO_LINE_RELATIONSHIPS does not reference any database object
ASO.ASO_LINE_RELATIONSHIPS is referenced by following:
ASO
ASO_LINE_RELATIONSHIPS#
|
|
|
|