PA_SP_BARVW_LNG(SQL View) |
Index Back |
|---|---|
SP Begin Action/ReasonsPA_SP_BEG_ACT_R is a view on action reasons. Use it to record combinations of action codes and reason codes that are valid for an action in the service purchase type definition. |
| SELECT ACT.ACTION ,ACT.ACTION_REASON ,ACT.LANGUAGE_CD ,ACT.DESCR ,ACT.DESCRSHORT FROM PS_ACTN_RSN_LANG ACT WHERE %EffdtCheck(ACTN_RSN_LANG, ACT, %CurrentDateIn) |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(3) | VARCHAR2(3) NOT NULL | Begin Action | |
| 2 | Character(3) | VARCHAR2(3) NOT NULL | Reason Code | |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |