[Home] [Help]
[Dependency Information]
Object Name: | OKX_CONTRACTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ID1 | NUMBER | Yes | Primary key column. unique identifier for the contract | |
ID2 | CHAR | (1) | Primary key column | |
NAME | VARCHAR2 | (241) | User assigned contract number | |
DESCRIPTION | VARCHAR2 | (600) | User assigned contract description | |
START_DATE_ACTIVE | DATE | Contract effective from date | ||
END_DATE_ACTIVE | DATE | Contract effective to date | ||
STATUS | VARCHAR2 | (1) | Indicates whether the contract record is active or inactive | |
PRIMARY_UOM_CODE | VARCHAR2 | (0) | Primary unit of measure code | |
SCS_CODE | VARCHAR2 | (30) | Yes | Contract subclass code |
STS_CODE | VARCHAR2 | (30) | Yes | Contract status code |
ORG_ID | NUMBER | Yes | Unique identifier for contract authoring operating unit | |
INV_ORG_ID | NUMBER | Yes | Unique identifier for contract inventory organization | |
BUY_OR_SELL | VARCHAR2 | (3) | ||
CURRENCY_CODE | VARCHAR2 | (15) | Currency code | |
CHR_TYPE | VARCHAR2 | (30) | Yes | Contract type |
Cut, paste (and edit) the following text to query this object:
SELECT ID1
, ID2
, NAME
, DESCRIPTION
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, STATUS
, PRIMARY_UOM_CODE
, SCS_CODE
, STS_CODE
, ORG_ID
, INV_ORG_ID
, BUY_OR_SELL
, CURRENCY_CODE
, CHR_TYPE
FROM APPS.OKX_CONTRACTS_V;
|
|
|