[Home] [Help]
[Dependency Information]
| Object Name: | OKS_ENT_PARTY_CONT_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKS.OKS_ENT_PARTY_CONT_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Lists all Party Contacts
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONTRACT_ID | NUMBER | Yes | FK to Contract Header. | |
| CONTACT_ID | NUMBER | Yes | Contact Identifier | |
| CONTACT_ROLE_ID | NUMBER | Yes | Contact Role Identifier | |
| PARTY_CONTACT_ID | NUMBER | Partty Identifier. | ||
| CONTACT_ROLE_CODE | VARCHAR2 | (30) | Yes | Contact Role Code |
| CONTACT_ROLE_NAME | VARCHAR2 | (80) | Yes | Contact Role Name |
Cut, paste (and edit) the following text to query this object:
SELECT CONTRACT_ID
, CONTACT_ID
, CONTACT_ROLE_ID
, PARTY_CONTACT_ID
, CONTACT_ROLE_CODE
, CONTACT_ROLE_NAME
FROM APPS.OKS_ENT_PARTY_CONT_V;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
OKC_CONTACTS
OKC_K_HEADERS_ALL_B
OKC_K_PARTY_ROLES_B
APPS.OKS_ENT_PARTY_CONT_V is not referenced by any database object
|
|
|
|