[Home] [Help]
[Dependency Information]
Object Name: | OKC_K_ITEMS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
DEFINITION
A CONTRACT ITEM is a relationship (intersection entity) between an ITEM and a CONTRACT LINE
EXAMPLE
MISCELLANEOUS
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | The address of the row in the database | |
ID | NUMBER | Yes | Primary key column. | |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. |
CLE_ID | NUMBER | Yes | ID of the Contract Line to which this item belongs. Refers to ID in OKC_K_LINES_B. | |
CHR_ID | NUMBER | ID of the contract to which this item belongs. The field will have a value only for parent lines. Refers to ID in OKC_K_HEADERS_B. | ||
CLE_ID_FOR | NUMBER | ID of the parent Line to which the current item�s line belongs. Current item�s line is a sub-line of this line id. Refers to ID in OKC_K_LINES_B | ||
DNZ_CHR_ID | NUMBER | Yes | Contract ID. Denormalized for performance. | |
OBJECT1_ID1 | VARCHAR2 | (40) | Refers to OKX view identifitied by corresponding JTOT_OBJECT_CODE column. First part of primary key in view. | |
OBJECT1_ID2 | VARCHAR2 | (200) | Refers to an OKX view identifitied by corresponding JTOT_OBJECT_CODE column. Second part of primary key in view. | |
JTOT_OBJECT1_CODE | VARCHAR2 | (30) | Refers to JTF_OBJECTS_B. Represents view referenced by OBJECT_ID columns. | |
UOM_CODE | VARCHAR2 | (3) | Unit of Measure code. Refers to uom_code in MTL_UNITS_OF MEASURE. | |
EXCEPTION_YN | VARCHAR2 | (3) | Yes | Indicates contract item exception. The main purpose is to reflect items that are de-selected from a master list. Valid values Y and N. |
NUMBER_OF_ITEMS | NUMBER | Number of items. | ||
PRICED_ITEM_YN | VARCHAR2 | (3) | Indicates the item is priced. Valid values Y and N. | |
UPG_ORIG_SYSTEM_REF | VARCHAR2 | (60) | Identifies original source of data | |
UPG_ORIG_SYSTEM_REF_ID | NUMBER | Unique Id from original system | ||
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. | |
PROGRAM_APPLICATION_ID | NUMBER | Standard Who Column | ||
PROGRAM_ID | NUMBER | Standard Who Column | ||
PROGRAM_UPDATE_DATE | DATE | Standard Who Column | ||
REQUEST_ID | NUMBER | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ID
, OBJECT_VERSION_NUMBER
, CLE_ID
, CHR_ID
, CLE_ID_FOR
, DNZ_CHR_ID
, OBJECT1_ID1
, OBJECT1_ID2
, JTOT_OBJECT1_CODE
, UOM_CODE
, EXCEPTION_YN
, NUMBER_OF_ITEMS
, PRICED_ITEM_YN
, UPG_ORIG_SYSTEM_REF
, UPG_ORIG_SYSTEM_REF_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, REQUEST_ID
FROM APPS.OKC_K_ITEMS_V;
|
|
|