RF_AGLNECAT3_VW(SQL View) |
Index Back |
---|---|
Agreement Line: TypeView for Case Type Criteria values used in External Agreements to designate case criteria that qualify for the entitlements of the corresponding agreement line. |
SELECT SETID , AGREEMENT_CODE , AGR_RENEWAL_NUM , AGREEMENT_LINE , %subrec(RF_AGLNECAT_SBR, A) FROM PS_RF_AGLN_E_CAT A WHERE A.EXT_AG_CAT_TYPE = '003' |
# | 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 | AGREEMENT_CODE | Character(30) | VARCHAR2(30) NOT NULL | This field represents the agreement code (name) for an agreement |
3 | AGR_RENEWAL_NUM | Number(4,0) | SMALLINT NOT NULL | This field represents the agreement renewal number (agreements begin at a value of one and the number is incremented with every renewal) |
4 | AGREEMENT_LINE | Character(10) | VARCHAR2(10) NOT NULL | This field records the value for the agreement line number |
5 | SEQNO | Number(5,0) | INTEGER NOT NULL | Sequence Number |
6 | EXT_AG_CAT_TYPE | Character(3) | VARCHAR2(3) NOT NULL |
Agreement Category types for use in external Agreement Search
001=Case Priority 002=Case Source 003=Case Type 004=Case Category 005=Customer Value |
7 | RC_PRIORITY | Character(5) | VARCHAR2(5) NOT NULL |
Case Priority
Prompt Table: RC_PRIORITY_TBL |
8 | RC_SOURCE | Character(5) | VARCHAR2(5) NOT NULL |
Case Source
How this case origianated
Prompt Table: RC_SOURCE_TBL |
9 | CASE_TYPE | Character(5) | VARCHAR2(5) NOT NULL |
Case Type
Prompt Table: RC_CASETYPE_VW |
10 | RC_CATEGORY | Character(5) | VARCHAR2(5) NOT NULL |
CallCenter Category. Used in HD.
Prompt Table: RC_CATEGORY_VW |
11 | ASSESS_DESCR | Character(30) | VARCHAR2(30) NOT NULL | ASSESS_DESCR |
12 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
13 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
14 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
15 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
16 | 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. |
17 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |