RDFSITE_OPR_CIV

(SQL View)
Index Back

CI view for RDFSITE_OPERATE

This view has the same structure as RDFSITE_OPERATE. As delivered, this view does not contain any PeopleCode and is used in Component Interface (CI) components only. Whenever the structure of the underlying record changes, this view must be modified accordingly.

SELECT A.SETID ,A.SITE_ID ,A.OPERATION_ID ,A.SETTING_TYPE ,A.WEEK_DAY ,A.SPEC_MONTH ,A.SPEC_DATE ,A.OPERATION_TYPE ,A.FROM_TIME ,A.TO_TIME ,%subrec(RB_AUDIT_SBR, A) FROM PS_RDFSITE_OPERATE A

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.
2 SITE_ID Character(15) VARCHAR2(15) NOT NULL Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations.

Prompt Table: RDFSITE_CI_VW

3 OPERATION_ID Character(15) VARCHAR2(15) NOT NULL Operation ID

Default Value: NEXT

4 SETTING_TYPE Character(1) VARCHAR2(1) NOT NULL Type of Setting for hours of operation in RBFSITE
D=Specific Date
W=Day of the Week
5 WEEK_DAY Character(1) VARCHAR2(1) NOT NULL days of a week
1=1 - Sunday
2=2 - Monday
3=3 - Tuesday
4=4 - Wednesday
5=5 - Thursday
6=6 - Friday
7=7 - Saturday
6 SPEC_MONTH Character(2) VARCHAR2(2) NOT NULL Month of Year
01=01 - January
02=02 - February
03=03 - March
04=04 - April
05=05 - May
06=06 - June
07=07 - July
08=08 - August
09=09 - September
10=10 - October
11=11 - November
12=12 - December
7 SPEC_DATE Date(10) DATE specific date
8 OPERATION_TYPE Character(1) VARCHAR2(1) NOT NULL Operation Type
C=Closed
O=Open

Default Value: O

9 FROM_TIME Time(15) TIMESTAMP From Time
10 TO_TIME Time(15) TIMESTAMP To Time
11 ROW_ADDED_DTTM DateTime(26) TIMESTAMP This is a datetime field for record creation.
12 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
13 ROW_LASTMANT_DTTM DateTime(26) TIMESTAMP The date and time that the row was last updated.
14 ROW_LASTMANT_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who last modified the row.
15 SYNCID Number(10,0) DECIMAL(10) NOT NULL The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle.
16 SYNCDTTM DateTime(26) TIMESTAMP Synchronization Last Update Date Time