|
ACS3 Data Model |
||||||||||||
|
Name | Type | Nullable | Insertable | Updatable | Deletable | Comment |
---|---|---|---|---|---|---|
STATE_ID | NUMBER(38) | N | YES | YES | YES | |
STATE | VARCHAR2(50.0) | N | YES | YES | YES |
select category_id as state_id, category as state from categories where category_type = 'Intranet Employee Pipeline State'