RY_DIALOG_SRCH2

(SQL View)
Index Back

Dialog Search Record

This record will exist for the Dialog Configurable Search.

SELECT a.DIALOG_ID , a.BUSINESS_UNIT , %Substring(a.RY_DIALOG_NAME, 1, 230) , a.RY_DIALOG_STATUS , a.RYE_OWNER , a.START_DT , a.END_DT FROM PS_RYEDIALOG a

# 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_RA_NONVW

3 RY_DIALOG_NAME_SHT Character(230) VARCHAR2(230) NOT NULL Field is used to capture a Dialog Name.
4 RY_STATUS_TRN Character(1) VARCHAR2(1) NOT NULL Dialog Status field used to do translates.
A=Live
C=Archived
D=In Design
I=Completed
P=Paused
Q=Testing
S=Broadcast Hold
5 RYE_OWNER Character(30) VARCHAR2(30) NOT NULL Dialog Designer:Owner ID used for Dialogs
6 START_DT Date(10) DATE Start date field to store start date value.
7 END_DT Date(10) DATE This field stores the end date values.