RY_RPT_DLG_VW

(SQL View)
Index Back

Dialog Survey Rpt -Search View

Dialog Survey Report -Search View -Extracts BU, Dialog Name, From Dt, Through from Runcontrol Table

SELECT A.RY_RPT_ID ,A.BUSINESS_UNIT ,C.RY_DIALOG_NAME ,A.START_DT ,A.END_DT FROM %Table(RY_RPT_SRVY_CTL) A , %Table(RY_DIALOG) C WHERE A.DIALOG_ID = C.DIALOG_ID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 RY_RPT_ID Number(18,0) DECIMAL(18) NOT NULL Report Id for ACR report temporay data
2 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

Prompt Table: SP_BU_RA_NONVW

3 RY_DIALOG_NAME Character(254) VARCHAR2(254) NOT NULL Field is used to capture a Dialog Name.
4 START_DT Date(10) DATE Start date field to store start date value.
5 END_DT Date(10) DATE This field stores the end date values.