RAE_DIALOG_VW2(SQL View) |
Index Back |
|---|---|
Dialog Event viewsView of Dialogs that are selectable in Events |
| SELECT A.BUSINESS_UNIT , A.DIALOG_ID , A.RY_DIALOG_NAME , A.DESCR254 FROM PS_RY_DIALOG A WHERE A.RY_DIALOG_STATUS NOT IN ('I', 'C') |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
| 2 | Number(18,0) | DECIMAL(18) NOT NULL | Dialog ID field to identify both design time and run time dialog. | |
| 3 | RY_DIALOG_NAME | Character(254) | VARCHAR2(254) NOT NULL | Field is used to capture a Dialog Name. |
| 4 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |