AV_RCG_TYPE_TBL(SQL Table) |
Index Back |
---|---|
Recognition Type TBLContains all valid recognition types. The PRIORITY field has been added to allow for the Hard Credit types to be sorted to the top of a SQL select. This SQL is used in the AVPACKNL.CBL program which Acknowledges constituents on Hard Credit transactions FIRST - and then looks for Soft Credit transactions if no Hard Credit exists. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RECOGNITION_TYPE | Character(1) | VARCHAR2(1) NOT NULL | Recognition Type |
2 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
4 | PRIORITY | Number(3,0) | SMALLINT NOT NULL | Priority |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Description
Default Value: AV_RCG_TYPE_TBL.DESCR |