|
ACS3 Data Model |
||||||||||||
|
Name | Type | Nullable | Insertable | Updatable | Deletable | Comment |
---|---|---|---|---|---|---|
PARTNER_TYPE_ID | NUMBER(38) | N | YES | YES | YES | |
PARTNER_TYPE | VARCHAR2(50.0) | N | YES | YES | YES |
select category_id as partner_type_id, category as partner_type from categories where category_type = 'Intranet Partner Type'