RDF_SERVHRS_VW(SQL View) |
Index Back |
---|---|
Hour of OperationHour of Operation tab in FSI service location page (RDFSITE) |
SELECT A.BO_ID , B.SETID , B.SITE_ID , B.OPERATION_ID , B.SETTING_TYPE , B.WEEK_DAY , B.SPEC_MONTH , B.SPEC_DATE , B.OPERATION_TYPE , B.FROM_TIME , B.TO_TIME , B.ROW_ADDED_DTTM , B.ROW_ADDED_OPRID , B.ROW_LASTMANT_DTTM , B.ROW_LASTMANT_OPRID , B.SYNCID , B.SYNCDTTM FROM PS_RD_SITE A , PS_RDFSITE_OPERATE B WHERE A.SETID = B.SETID AND A.SITE_ID = B.SITE_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
2 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
3 | 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: RD_SITE |
4 | OPERATION_ID | Character(15) | VARCHAR2(15) NOT NULL |
Operation ID
Default Value: NEXT |
5 | 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 |
6 | 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 |
7 | 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 |
8 | SPEC_DATE | Date(10) | DATE | specific date |
9 | OPERATION_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Operation Type
C=Closed O=Open Default Value: O |
10 | FROM_TIME | Time(15) | TIMESTAMP | From Time |
11 | TO_TIME | Time(15) | TIMESTAMP | To Time |
12 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
13 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
14 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
15 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
16 | 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. |
17 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |