|
ACS3 Data Model |
||||||||||||
|
Name | Type | Nullable | Insertable | Updatable | Deletable | Comment |
---|---|---|---|---|---|---|
CUSTOMER_STATUS_ID | NUMBER(38) | N | YES | YES | YES | |
CUSTOMER_STATUS | VARCHAR2(50.0) | N | YES | YES | YES |
select category_id as customer_status_id, category as customer_status from categories where category_type = 'Intranet Customer Status'