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


VIEW: APPS.OKS_ENT_PARTY_CONT_V

Object Details
Object Name: OKS_ENT_PARTY_CONT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKS.OKS_ENT_PARTY_CONT_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Lists all Party Contacts


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.OKS_ENT_PARTY_CONT_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
SynonymOKC_CONTACTS
SynonymOKC_K_HEADERS_ALL_B
SynonymOKC_K_PARTY_ROLES_B

APPS.OKS_ENT_PARTY_CONT_V is not referenced by any database object