RF_SVC_AN_SRCH(SQL View) |
Index Back |
---|---|
Service Auto Numbering SearchAuto Numbering Search Record for Service |
SELECT setid , service_id , descr80 , short_descr , syncid , syncdttm FROM PS_RF_SERVICE |
# | 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.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
2 | SERVICE_ID | Character(20) | VARCHAR2(20) NOT NULL |
Service ID
Default Value: NEXT Prompt Table: RF_SVC_AN_VW |
3 | DESCR80 | Character(80) | VARCHAR2(80) NOT NULL | This generic field stores the description and used used on various tables. |
4 | SHORT_DESCR | Character(15) | VARCHAR2(15) NOT NULL | This field is used to represent the short description for various objects |
5 | 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. |
6 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |