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


VIEW: APPS.OKC_RESP_PARTIES_VL

Object Details
Object Name: OKC_RESP_PARTIES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_RESP_PARTIES_VL
Subobject Name:
Status: VALID


View based on OKC_RESP_PARTIES_B and OKC_RESP_PARTIES_TL


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Auto-generated by Headstart Utilities
DOCUMENT_TYPE_CLASS VARCHAR2 (30) Yes Document Type class for this record.
RESP_PARTY_CODE VARCHAR2 (30) Yes Unique Identifier for the Responsible Party on a Deliverable or on Contract.
INTENT VARCHAR2 (30)
Intent of the Business Document. Valid values are B and S. (for Buy and Sell)
INTERNAL_EXTERNAL_FLAG VARCHAR2 (8) Yes Flag to indicate if the responsible party is internal or external. Valid values are INTERNAL and EXTERNAL.
NAME VARCHAR2 (80) Yes Name of the responsible party on a Deliverable or Contract.
ALTERNATE_NAME VARCHAR2 (80)
Alternate display name for Responsible Party.
OBJECT_VERSION_NUMBER NUMBER (9)
Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed.
DESCRIPTION VARCHAR2 (240)
Description of the responsible party
CREATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      DOCUMENT_TYPE_CLASS
,      RESP_PARTY_CODE
,      INTENT
,      INTERNAL_EXTERNAL_FLAG
,      NAME
,      ALTERNATE_NAME
,      OBJECT_VERSION_NUMBER
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_RESP_PARTIES_VL;

Dependencies

[top of page]

APPS.OKC_RESP_PARTIES_VL references the following:

SchemaAPPS
SynonymOKC_RESP_PARTIES_B
SynonymOKC_RESP_PARTIES_TL
APPS.OKC_RESP_PARTIES_VL is referenced by following:

SchemaAPPS
Package BodyOKC_TERMS_UTIL_GRP - show dependent code