FND Design Data [Home] [Help]

View: OP_GNRC_ITM_VW1

Product: GML - Process Manufacturing Logistics
Description: View on customer/generic item table. Used in lookups.
Implementation/DBA Data: ViewAPPS.OP_GNRC_ITM_VW1
View Text

SELECT G.GENERIC_ITEM
, O.CUST_NO
, I.ITEM_NO
, G.DELETE_MARK
FROM OP_GNRC_ITM G
, OP_CUST_MST O
, IC_ITEM_MST I
WHERE G.CUST_ID = O.CUST_ID
AND G.ITEM_ID = I.ITEM_ID
AND G.GENERIC_ID <> 0

Columns

Name
GENERIC_ITEM
CUST_NO
ITEM_NO
DELETE_MARK