DBA Data[Home] [Help] [Dependency Information]


TABLE: ASO.ASO_LINE_RELATIONSHIPS

Object Details
Object Name: ASO_LINE_RELATIONSHIPS
Object Type: TABLE
Owner: ASO
FND Design Data: TableASO.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ASO_LINE_RELATIONSHIPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLINE_RELATIONSHIP_ID
ASO_LINE_RELATIONSHIPS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnQUOTE_LINE_ID
ColumnRELATED_QUOTE_LINE_ID
ASO_LINE_RELATIONSHIPS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRELATED_QUOTE_LINE_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

ASO.ASO_LINE_RELATIONSHIPS does not reference any database object

ASO.ASO_LINE_RELATIONSHIPS is referenced by following:

SchemaASO
ViewASO_LINE_RELATIONSHIPS#