RY_DIALOG_EX_VW(SQL View) |
Index Back |
---|---|
Dialog Search RecordThis record will exist for the Dialog Configurable Search. |
SELECT DIALOG_ID , BUSINESS_UNIT , RY_DIALOG_NAME , RY_DIALOG_STATUS , DESCR254 ,ROW_ADDED_DTTM FROM PS_RYEDIALOG WHERE RY_DIALOG_STATUS NOT IN ('C','I') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DIALOG_ID | Number(18,0) | DECIMAL(18) NOT NULL | Dialog ID field to identify both design time and run time dialog. |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Default Value: OPR_DEF_TBL_RB.BUSINESS_UNIT Prompt Table: SP_BU_RY_NONVW |
3 | RY_DIALOG_NAME | Character(254) | VARCHAR2(254) NOT NULL | Field is used to capture a Dialog Name. |
4 | RY_DLG_SUB_ST | Character(1) | VARCHAR2(1) NOT NULL |
Dialog Status field used to do translates.
A=Live D=In Design P=Paused Q=Testing S=Broadcast Hold |
5 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |
6 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |