DBA Data[Home] [Help]

VIEW: APPS.OP_CUST_MST_V1

Source

View Text - Preformatted

SELECT DISTINCT CUST_NO FROM OP_CUST_MST WHERE CUST_ID <> 0 AND DELETE_MARK = 0
View Text - HTML Formatted

SELECT DISTINCT CUST_NO
FROM OP_CUST_MST
WHERE CUST_ID <> 0
AND DELETE_MARK = 0