[Home] [Help]
[Dependency Information]
| Object Name: | CSL_CSP_REQUIREMENT_LNS_INQ |
|---|---|
| Object Type: | TABLE |
| Owner: | CSL |
| Subobject Name: | |
| Status: | VALID |
Inqueue table for CSP_REQUIREMENT_LINES containing data uploaded by mobile clients
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CSL_CSP_REQUIREMENT_LNS_INQ_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TRANID$$
CLID$$CS
SEQNO$$
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CLID$$CS | VARCHAR2 | (240) | Mobile username refers to FND_USER | |
| REQUIREMENT_LINE_ID | NUMBER | (35) | Unique Requirement Line Identifier | |
| REQUIREMENT_HEADER_ID | NUMBER | (35) | Requirement header Identifier | |
| INVENTORY_ITEM_ID | NUMBER | (35) | Item identifier | |
| UOM_CODE | VARCHAR2 | (3) | Unit of measure code for the item | |
| REQUIRED_QUANTITY | NUMBER | Quantity required | ||
| SHIP_COMPLETE_FLAG | VARCHAR2 | (3) | Flag to specify if two or more lines should be shipped together. All lines with the same shipset will be shipped together.< Null > | |
| LIKELIHOOD | NUMBER | (35) | Likelihood in percent of the part being used for the task | |
| REVISION | VARCHAR2 | (3) | Revision of the item if item is revision controlled | |
| SOURCE_ORGANIZATION_ID | NUMBER | (35) | Source Organization Identifier | |
| SOURCE_SUBINVENTORY | VARCHAR2 | (10) | Source Subinventory | |
| ORDERED_QUANTITY | NUMBER | (35) | Quantity ordered | |
| ORDER_LINE_ID | NUMBER | (35) | Order Line Identifier | |
| RESERVATION_ID | NUMBER | (35) | Reservation Identifier | |
| LOCAL_RESERVATION_ID | VARCHAR2 | (240) | Reservation Identifier for the parts in the local subinventory of the resource | |
| ORDER_BY_DATE | DATE | Order by date | ||
| ARRIVAL_DATE | DATE | Arrival date of the parts | ||
| ITEM_SCRATCHPAD | VARCHAR2 | (1996) | Item scratchpad for unknown item numbers | |
| DMLTYPE$$ | VARCHAR2 | (1) | DML code | |
| SEQNO$$ | NUMBER | (10) | Oracle Lite sequence number | |
| TRANID$$ | NUMBER | (10) | Transaction id | |
| VERSION$$ | NUMBER | (10) | Record version |
Cut, paste (and edit) the following text to query this object:
SELECT CLID$$CS
, REQUIREMENT_LINE_ID
, REQUIREMENT_HEADER_ID
, INVENTORY_ITEM_ID
, UOM_CODE
, REQUIRED_QUANTITY
, SHIP_COMPLETE_FLAG
, LIKELIHOOD
, REVISION
, SOURCE_ORGANIZATION_ID
, SOURCE_SUBINVENTORY
, ORDERED_QUANTITY
, ORDER_LINE_ID
, RESERVATION_ID
, LOCAL_RESERVATION_ID
, ORDER_BY_DATE
, ARRIVAL_DATE
, ITEM_SCRATCHPAD
, DMLTYPE$$
, SEQNO$$
, TRANID$$
, VERSION$$
FROM CSL.CSL_CSP_REQUIREMENT_LNS_INQ;
CSL.CSL_CSP_REQUIREMENT_LNS_INQ does not reference any database object
CSL.CSL_CSP_REQUIREMENT_LNS_INQ is referenced by following:
APPS
CSL_CSP_REQUIREMENT_LNS_INQ
|
|
|
|