Main Tables Views Indexes Constraints Triggers Procedures Functions Packages Sanity check Index

ACS3 Data Model

Description Columns Query Constraints Triggers

IM_PARTNER_TYPES

Columns

NameTypeNullableInsertableUpdatableDeletableComment
PARTNER_TYPE_IDNUMBER(38)NYESYESYES 
PARTNER_TYPEVARCHAR2(50.0)NYESYESYES 

Query:

select category_id as partner_type_id, category as partner_type
from categories
where category_type = 'Intranet Partner Type'


Generated by OraSchemaDoc, (c) Aram Kananov, 2002