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

ACS3 Data Model

Description Columns Query Constraints Triggers

IM_EMPLOYEE_PIPELINE_STATES

Columns

NameTypeNullableInsertableUpdatableDeletableComment
STATE_IDNUMBER(38)NYESYESYES 
STATEVARCHAR2(50.0)NYESYESYES 

Query:

select category_id as state_id, category as state
from categories
where category_type = 'Intranet Employee Pipeline State'


Generated by OraSchemaDoc, (c) Aram Kananov, 2002