RA_WAV_DLG_PMPT(SQL View) |
Index Back |
---|---|
Online Dialog Prompt on WaveOnline Marketing Dialog prompt view - uses the RY_DIALOG_VW table |
SELECT A.BUSINESS_UNIT , A.DIALOG_ID , A.RY_DIALOG_NAME , A.RY_DIALOG_STATUS , A.DESCR254 , A.ROW_LASTMANT_DTTM FROM PS_RY_DIALOG_VW A WHERE NOT (A.RY_DIALOG_STATUS='A' AND A.IS_STAGING='Y') AND NOT (A.RY_DIALOG_STATUS='I') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | DIALOG_ID | 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 | RY_DIALOG_STATUS | Character(1) | VARCHAR2(1) NOT NULL | Dialog Status field, will hold the value for the status, will need to look up the actual descr for the readable label. |
5 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |
6 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |