RB_CREATE_RL_VW

(SQL View)
Index Back

Create rule common information

Table stored common information for all create rules.

SELECT SETID , RULE_ID , DESCR254 , START_DATE , END_DATE FROM PS_RB_RULE_DFN_TBL WHERE rule_type='CTRG' AND rule_status = 'ACT'

# 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

2 CREATING_RULE_ID Character(30) VARCHAR2(30) NOT NULL Field used for storing Creating Rule ID
3 DESCR254 Character(254) VARCHAR2(254) NOT NULL Description of length 254
4 START_DATE Date(10) DATE Start Date for Gen Standing PO
5 END_DATE Date(10) DATE End date field to store an end date.