[Home] [Help]
[Dependency Information]
Object Name: | OKC_RESP_PARTIES_TL |
---|---|
Object Type: | TABLE |
Owner: | OKC |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Stores translatable information for the metadata for Responsible parties on a Contract or Deliverables.. See OKC_RESP_PARTIES_B for a description of the table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OKC_RESP_PARTIES_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
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 on a Deliverable. Foreign key to RESP_PARTY_CODE in OKC_DEL_RESP_PARTIES_B. |
INTENT | VARCHAR2 | (30) | Intent for which the responsible party is applicable.. Refers to LOOKUP_CODE in FND_LOOKUPS where LOOKUP_ TYPE= `OKC_CONTRACT_INTENT`. | |
NAME | VARCHAR2 | (80) | Yes | Name of the responsible party type on a Contract or Deliverable. |
ALTERNATE_NAME | VARCHAR2 | (80) | Alternate name of the responsible party type on a Deliverable or Contract. | |
DESCRIPTION | VARCHAR2 | (240) | Description of the responsible party. | |
LANGUAGE | VARCHAR2 | (4) | Yes | Standard MLS column. |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Standard MLS column. |
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 DOCUMENT_TYPE_CLASS
, RESP_PARTY_CODE
, INTENT
, NAME
, ALTERNATE_NAME
, DESCRIPTION
, LANGUAGE
, SOURCE_LANG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ZD_EDITION_NAME
FROM OKC.OKC_RESP_PARTIES_TL;
OKC.OKC_RESP_PARTIES_TL does not reference any database object
OKC.OKC_RESP_PARTIES_TL is referenced by following:
|
|
|