[Home] [Help]
[Dependency Information]
| Object Name: | OKL_TXL_ITM_INSTS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_TXL_ITM_INSTS_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
A contract line level transaction table to record various Install Base Module location attributes of an asset needed by Install Base Module before activating the contract.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row identifier in the database | |
| ID | NUMBER | Yes | Primary key column | |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Column used for locking records during updates |
| TAS_ID | NUMBER | Yes | Foreign key to table OKL_TRX_ASSETS | |
| TAL_ID | NUMBER | Foreign key to table OKL_TXL_ASSETS_B | ||
| KLE_ID | NUMBER | Yes | Foreign key to table OKL_K_LINES | |
| TAL_TYPE | VARCHAR2 | (30) | Foreign Key to table FND_LOOKUPS.LOOKUP_CODE for Lookup Type 'OKL_TRANS_LINE_TYPE | |
| LINE_NUMBER | NUMBER | Yes | Line number | |
| INSTANCE_NUMBER_IB | VARCHAR2 | (30) | Yes | System generated asset identification number |
| OBJECT_ID1_NEW | VARCHAR2 | (40) | Yes | Foreign key to an OKX_PARTY_SITE_USES_V.ID1 view identifitied by corresponding JTOT_OBJECT_CODE_NEW column which is 'OKX_PARTSITE . First part of primary key in view. |
| OBJECT_ID2_NEW | VARCHAR2 | (200) | Yes | Foreign key to an OKX_PARTY_SITE_USES_V.ID1 view identifitied by corresponding JTOT_OBJECT_CODE_NEW column which is 'OKX_PARTSITE . Second part of primary key in view. |
| JTOT_OBJECT_CODE_NEW | VARCHAR2 | (30) | Yes | Foreign key to JTF_OBJECTS_B. Represents view referenced by OBJECT_ID1_NEW and OBJECT_ID2_NEW columns. |
| OBJECT_ID1_OLD | VARCHAR2 | (40) | Foreign key to an OKX_PARTY_SITE_USES_V.ID1 view identifitied by corresponding JTOT_OBJECT_CODE_OLD column which is 'OKX_PARTSITE . First part of primary key in view. | |
| OBJECT_ID2_OLD | VARCHAR2 | (200) | Foreign key to an OKX_PARTY_SITE_USES_V.ID1 view identifitied by corresponding JTOT_OBJECT_CODE_OLD column which is 'OKX_PARTSITE . Secondt part of primary key in view. | |
| JTOT_OBJECT_CODE_OLD | VARCHAR2 | (30) | Foreign key to JTF_OBJECTS_B. Represents view referenced by OBJECT_ID1_OLD and OBJECT_ID2_OLD columns. | |
| INVENTORY_ORG_ID | NUMBER | Inventory Organization Identifier. | ||
| SERIAL_NUMBER | VARCHAR2 | (30) | Serial Number of the Instance. | |
| MFG_SERIAL_NUMBER_YN | VARCHAR2 | (3) | Yes | Flag Indicates whether asset is serial number trackable and also indicating if the Serial Number is a manufacturer's Serial number. |
| INVENTORY_ITEM_ID | NUMBER | Yes | Inventory Item Identifier from MTL_SYSTEM_ITEMS_B | |
| INV_MASTER_ORG_ID | NUMBER | Inventory Master Organization Identifier from MTL_ORGANIZATIONS | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | (90) | Descriptive flexfield category column | |
| ATTRIBUTE1 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE2 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE3 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE4 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE5 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE6 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE7 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE8 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE9 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE10 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE11 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE12 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE13 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE14 | VARCHAR2 | (450) | Descriptive flexfield column | |
| ATTRIBUTE15 | VARCHAR2 | (450) | Descriptive flexfield 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 | |
| DNZ_CLE_ID | NUMBER | Foreign Key to table OKC_K_LINES_V.ID for Free Form1 line style. A denormalized key to the OKL_K_LINES.ID | ||
| INSTANCE_ID | NUMBER | Item instance of the serail number record being split | ||
| SELECTED_FOR_SPLIT_FLAG | VARCHAR2 | (3) | Indicates whether serial number is selected for split or not for the split asset transaction | |
| ASD_ID | NUMBER | Asset detail Id for Splitting asset by serail numbers |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ID
, OBJECT_VERSION_NUMBER
, TAS_ID
, TAL_ID
, KLE_ID
, TAL_TYPE
, LINE_NUMBER
, INSTANCE_NUMBER_IB
, OBJECT_ID1_NEW
, OBJECT_ID2_NEW
, JTOT_OBJECT_CODE_NEW
, OBJECT_ID1_OLD
, OBJECT_ID2_OLD
, JTOT_OBJECT_CODE_OLD
, INVENTORY_ORG_ID
, SERIAL_NUMBER
, MFG_SERIAL_NUMBER_YN
, INVENTORY_ITEM_ID
, INV_MASTER_ORG_ID
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, DNZ_CLE_ID
, INSTANCE_ID
, SELECTED_FOR_SPLIT_FLAG
, ASD_ID
FROM APPS.OKL_TXL_ITM_INSTS_V;
APPS
OKL_TXL_ITM_INSTS
APPS
OKL_COPY_ASSET_PVT
- show dependent code
OKL_COPY_CONTRACT_PVT
- show dependent code
OKL_CREATE_KLE_PVT
- show dependent code
OKL_ITI_PVT
- show dependent code
OKL_ITI_PVT
- show dependent code
OKL_LLA_UTIL_PVT
- show dependent code
OKL_SPLIT_ASSET_PVT
- show dependent code
OKL_TXL_ITM_INSTS_PVT
- show dependent code
|
|
|
|