EOEP_RLSRCH_LVW(SQL View) |
Index Back |
---|---|
Price Rule Related LanguageA price rule is the combination of a Price Condition and a Price Formula. This is the entity that the pricing manager creates. |
SELECT a.setid , a.eoep_rule_id , a.eoep_app_cd , a.eoep_rule_status , b.language_cd , b.descr20 FROM PS_EOEP_RULE a , PS_EOEP_RULE_lng b WHERE a.setid = b.setid AND a.eoep_rule_id = b.eoep_rule_id |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | EOEP_RULE_ID | Character(30) | VARCHAR2(30) NOT NULL | Price Rule ID |
3 | EOEP_APP_CD | Character(4) | VARCHAR2(4) NOT NULL |
Transaction Code
Prompt Table: EOEP_APPCODE_VW |
4 | EOEP_RULE_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Rule Status
D=Deployed I=Inactive P=Pending R=Ready To Test |
5 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
6 | EOEP_DESCR20 | Character(20) | VARCHAR2(20) NOT NULL | Power Price description field |