[Home] [Help]
[Dependency Information]
| Object Name: | JTF_PARTY_RELATIONSHIPS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | JTF.JTF_PARTY_RELATIONSHIPS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Information on the relation between parties, like, the parties related, and type of relationship etc.,
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row Id | |
| OBJECT_PARTY_ID | NUMBER | (15) | Yes | The identifier of the object in this relationship |
| SUBJECT_PARTY_ID | NUMBER | (15) | Yes | The identifier of the subject in this relationship |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
| RELATIONSHIP_TYPE_CODE | VARCHAR2 | (30) | Yes | Either a forward or a backward relationship code |
| RELATIONSHIP_TYPE | VARCHAR2 | (80) | Meaning of relationship code (value from FND_LOOKUPS) | |
| SUBJECT_PARTY_NAME | VARCHAR2 | (360) | Yes | Name of the subject party |
| PARTY_NUMBER | VARCHAR2 | (30) | Yes | Identification number for this subject party |
| OBJECT_PARTY_NAME | VARCHAR2 | (360) | Yes | Name of the object party |
| OBJECT_PARTY_NUMBER | VARCHAR2 | (30) | Yes | Identification number for this object party |
| START_DATE | DATE | Yes | Date relationship begins | |
| END_DATE | DATE | Date relationship ends | ||
| COMMENTS | VARCHAR2 | (240) | User comments | |
| DIRECTIONAL_FLAG | CHAR | (1) | Directional Flag | |
| REQUEST_ID | NUMBER | (15) | 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 | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
| PROGRAM_ID | NUMBER | (15) | 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). | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield structure definition column. | |
| ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive flexfield segment |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, OBJECT_PARTY_ID
, SUBJECT_PARTY_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, RELATIONSHIP_TYPE_CODE
, RELATIONSHIP_TYPE
, SUBJECT_PARTY_NAME
, PARTY_NUMBER
, OBJECT_PARTY_NAME
, OBJECT_PARTY_NUMBER
, START_DATE
, END_DATE
, COMMENTS
, DIRECTIONAL_FLAG
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
FROM APPS.JTF_PARTY_RELATIONSHIPS_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
HZ_PARTIES
HZ_RELATIONSHIPS
APPS
IEX_UWQ_SEL_PKG
- show dependent code
|
|
|
|