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


TABLE: OKC.OKC_RESP_PARTIES_B

Object Details
Object Name: OKC_RESP_PARTIES_B
Object Type: TABLE
Owner: OKC
Subobject Name:
Status: VALID


Stores metadata about defaulting and allowable responsible parties on a Deliverable or Contract. Responsible party can be either internal or external. Parties are always based on intent. For example if the intent is BUY then the parties will be BUYER (internal) and SUPPLIER (external).


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_RESP_PARTIES_B_U1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnDOCUMENT_TYPE_CLASS
ColumnRESP_PARTY_CODE
ColumnINTENT
Columns
Name Datatype Length Mandatory Comments
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.
DOCUMENT_TYPE_CLASS VARCHAR2 (30) Yes Intent for which the responsible party is applicable.. Refers to LOOKUP_CODE in FND_LOOKUPS where LOOKUP_ TYPE= OKC_DOCUMENT_CLASS.
RESP_PARTY_CODE VARCHAR2 (30) Yes Unique Identifier for the Responsible Party.
INTENT VARCHAR2 (30)
Intent for which the responsible party is applicable. Refers to LOOKUP_CODE in FND_LOOKUPS where LOOKUP_ TYPE= `OKC_CONTRACT_INTENTS`.
INTERNAL_EXTERNAL_FLAG VARCHAR2 (8) Yes Flag to indicate if the responsible party is internal or external. Valid values are INTERNAL and EXTERNAL.
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 OBJECT_VERSION_NUMBER
,      DOCUMENT_TYPE_CLASS
,      RESP_PARTY_CODE
,      INTENT
,      INTERNAL_EXTERNAL_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM OKC.OKC_RESP_PARTIES_B;

Dependencies

[top of page]

OKC.OKC_RESP_PARTIES_B does not reference any database object

OKC.OKC_RESP_PARTIES_B is referenced by following:

SchemaAPPS
SynonymOKC_RESP_PARTIES_B