[Home] [Help]
[Dependency Information]
Object Name: | OP_CUST_ITM |
---|---|
Object Type: | TABLE |
Owner: | GML |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table contains specific data for a customer and item combination. This data is entered only in OPM through Customer Maintenance and does not exist in Oracle Receivables (through their customer tables). Information in this table is for tracking purposes, however, MINSHIP_PCT and MAXSHIP_PCT are used in Shipping to either automatically close a short-shipped line or warn against overshipment. OPM Regulatory does not update the MSDS information.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OP_CUST_ITM_PK | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CUSTITEM_ID | NUMBER | (10) | Yes | Surrogate id to uniquely identify record |
SALESPKG_ID | NUMBER | (10) | Surrogate id for packaged item. Fk to op_pkgd_itm. References the packaged item number that customer orders for this item. | |
MINSHIP_PCT | NUMBER | Minimum, required percent of the order quantity which must be shipped for this item to automatically close an order line. Stored in the table as a decimal (i.e. 100% stored as 1.0). This number is used to compute the lower limit of a sh | ||
MAXSHIP_PCT | NUMBER | Maximum percent of the order quantity which can be shipped for an orderline. This is a check to ensure that ship quantities are not mistakenly entered and to ensure that a shipment does not exceed what the customer can accept or store. T | ||
MSDS_REQUIRED | NUMBER | (5) | Indicates if msds required for this item for this customer. Defaults to 0 which means that msds is not required. Value of 1 means that msds is required for item. For future use with a regulatory module. | |
CUST_ID | NUMBER | (15) | Yes | Surrogate key for customer master record. Fk to op_cust_mst. |
MSDS_VERSION | VARCHAR2 | (32) | The last version of the msds sent to the customer for this item. For future use with a regulatory module. | |
WHSE_PREFERENCE | NUMBER | (5) | Preference of the sourcing warehouse, if multiple warehouses have been setup for this customer. Preference of "1" is selected before a preference of "2", and so on. | |
ITEM_ID | NUMBER | (10) | Yes | Fk to ic_item_mst. |
WHSE_CODE | VARCHAR2 | (4) | Source warehouse. Fk to ic_whse_mst. May be NULL to indicate any warehouse. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
CREATION_DATE | DATE | Yes | Standard who column | |
LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
TRANS_CNT | NUMBER | (10) | Not currently used | |
ATTRIBUTE1 | VARCHAR2 | (240) | Descriptive flexfield segment | |
DELETE_MARK | NUMBER | (5) | Yes | Standard: 0=Active record (default); 1=Marked for (logical) deletion. |
TEXT_CODE | NUMBER | (10) | ID which joins any rows of text in this table to the Text Table for this Module | |
ATTRIBUTE2 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE4 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE5 | VARCHAR2 | (240) | Descriptive flexfield segment | |
DATE_LAST_MSDS | DATE | Yes | The date that the latest msds was sent to the customer for this item. For future use with a regulatory module. | |
ATTRIBUTE6 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE7 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE8 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE9 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE10 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE12 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE11 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE13 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE14 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE15 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE16 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE17 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE18 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE19 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE20 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE21 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE22 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE23 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE24 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE25 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE26 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE27 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE28 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE29 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE30 | VARCHAR2 | (240) | Descriptive flexfield segment | |
ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield segment | |
ATTRIBUTE3 | VARCHAR2 | (240) | Descriptive flexfield segment | |
WHSE_RESTRICTIONS | NUMBER | (5) | Restrict from Warehouse in OPM Logistics | |
OPM_CUST_ID | NUMBER | (10) | Used by OM users only. Stores customer id to op_cust_mst (OPM customer table) for historical purposes. |
Cut, paste (and edit) the following text to query this object:
SELECT CUSTITEM_ID
, SALESPKG_ID
, MINSHIP_PCT
, MAXSHIP_PCT
, MSDS_REQUIRED
, CUST_ID
, MSDS_VERSION
, WHSE_PREFERENCE
, ITEM_ID
, WHSE_CODE
, CREATED_BY
, LAST_UPDATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, TRANS_CNT
, ATTRIBUTE1
, DELETE_MARK
, TEXT_CODE
, ATTRIBUTE2
, ATTRIBUTE4
, ATTRIBUTE5
, DATE_LAST_MSDS
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE12
, ATTRIBUTE11
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, ATTRIBUTE16
, ATTRIBUTE17
, ATTRIBUTE18
, ATTRIBUTE19
, ATTRIBUTE20
, ATTRIBUTE21
, ATTRIBUTE22
, ATTRIBUTE23
, ATTRIBUTE24
, ATTRIBUTE25
, ATTRIBUTE26
, ATTRIBUTE27
, ATTRIBUTE28
, ATTRIBUTE29
, ATTRIBUTE30
, ATTRIBUTE_CATEGORY
, ATTRIBUTE3
, WHSE_RESTRICTIONS
, OPM_CUST_ID
FROM GML.OP_CUST_ITM;
GML.OP_CUST_ITM does not reference any database object
GML.OP_CUST_ITM is referenced by following:
|
|
|