RY_ACT_TYPE(SQL Table) |
Index Back |
---|---|
Element TypesElement types, keeps control of the different types, used by the dialog designer. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RY_ACT_TYPE_ID | Number(18,0) | DECIMAL(18) NOT NULL | Used to determine the type of Element for the Dialog. |
2 | RY_ACT_TYPE | Character(30) | VARCHAR2(30) NOT NULL | Used to determine an elements type. |
3 | RY_ACT_LABEL | Character(80) | VARCHAR2(80) NOT NULL | Used to store an element Types label. |
4 | RY_IS_EXTERNAL | Character(1) | VARCHAR2(1) NOT NULL | Use to know if an object is meant for external usage. |