[Home] [Help]
[Dependency Information]
Object Name: | ASO_PARTY_RELATIONSHIPS |
---|---|
Object Type: | TABLE |
Owner: | ASO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
ASO_PARTY_RELATIONSHIPS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
ASO_PARTY_RELATIONSHIPS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
ASO_PARTY_RELATIONSHIPS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
ASO_PARTY_RELATIONSHIPS_N3 | NORMAL | NONUNIQUE |
![]() |
![]() |
ASO_PARTY_RELATIONSHIPS_N4 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PARTY_RELATIONSHIP_ID | NUMBER | Yes | Party 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_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_HEADER_ID | NUMBER | Yes | Quote header identifier | |
QUOTE_LINE_ID | NUMBER | Yes | Quote line identifier | |
OBJECT_TYPE_CODE | VARCHAR2 | (30) | Yes | Code defined in ASO_LOOKUPS that describes the type of party object related to the quote |
OBJECT_ID | NUMBER | Yes | Unique identifier of the related party object | |
RELATIONSHIP_TYPE_CODE | VARCHAR2 | (30) | Yes | Code defined in ASO_LOOKUPS that describes the relationship type |
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 PARTY_RELATIONSHIP_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_HEADER_ID
, QUOTE_LINE_ID
, OBJECT_TYPE_CODE
, OBJECT_ID
, RELATIONSHIP_TYPE_CODE
, SECURITY_GROUP_ID
, OBJECT_VERSION_NUMBER
FROM ASO.ASO_PARTY_RELATIONSHIPS;
ASO.ASO_PARTY_RELATIONSHIPS does not reference any database object
ASO.ASO_PARTY_RELATIONSHIPS is referenced by following:
|
|
|