[Home] [Help]
[Dependency Information]
Object Name: | OKC_RESP_PARTIES_B |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
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).
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKC_RESP_PARTIES_B_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
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 | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
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
, ZD_EDITION_NAME
FROM OKC.OKC_RESP_PARTIES_B;
OKC.OKC_RESP_PARTIES_B does not reference any database object
OKC.OKC_RESP_PARTIES_B is referenced by following:
|
|
|