UPG_RC_CASE_TMP(SQL Table) |
Index Back |
---|---|
Call Center CaseMain Case Record for CRM Call Center product. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | CASE_ID | Number(15,0) | DECIMAL(15) NOT NULL |
Case ID. This is a unique ID assigned to a case when it is saved. Unique ID is ensured by getting the next value from the auto-numbering table and updating the table.
Default Value: 999999999999999 |
2 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: SP_RC_VR_NONVW |
3 | DISP_TMPL_ID | Character(30) | VARCHAR2(30) NOT NULL | Template identifier to define the display template. |
4 | RC_VERTICAL | Character(4) | VARCHAR2(4) NOT NULL |
Specifies the CallCenter type.
See translates for valid values.
HD=HelpDesk SW=Support |
5 | MARKET | Character(3) | VARCHAR2(3) NOT NULL | Market |
6 | CASE_TYPE | Character(5) | VARCHAR2(5) NOT NULL |
Case Type
Default Value: BUS_UNIT_DEF_VW.CASE_TYPE Prompt Table: RC_CASETYPE_TBL |
7 | PERSON_PIN | Character(40) | VARCHAR2(40) NOT NULL |
This field is used to store the Personal Identification Number of a person for use in agreements
Prompt Table: RC_PIN_VW3 |
8 | SIN | Character(40) | VARCHAR2(40) NOT NULL |
This field is used to represent the Site Identification Number
Prompt Table: RC_SIN_VW2 |
9 | SETID_CUSTOMER | Character(5) | VARCHAR2(5) NOT NULL | Customer SetID |
10 | CUST_ID | Character(15) | VARCHAR2(15) NOT NULL | Customer ID |
11 | SITE_ID | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies an organizational entity that purchases goods or services from the enterprise. Represents the sold-to customer which is the customer organization that places orders. The CUST_ID may or may not be the same as the identifiers for the bill-to and ship-to locations. |
12 | CASE_CONTACT | Character(15) | VARCHAR2(15) NOT NULL |
Contact Identifier for Treasury Contacts
Prompt Table: RC_CNTCT_VW |
13 | CONTACT_ID | Character(15) | VARCHAR2(15) NOT NULL | Contact Identifier for Treasury Contacts |
14 | BO_ID_CUST | Number(31,0) | DECIMAL(31) NOT NULL |
This field stores the Business Object ID for the customer.
Prompt Table: BO |
15 | ROLE_TYPE_ID_CUST | Number(12,0) | DECIMAL(12) NOT NULL |
Stores ROLE_TYPE_ID for the customer
Prompt Table: BO_ROLE_TYPE |
16 | ROLE_TYPE_ID_CNTCT | Number(12,0) | DECIMAL(12) NOT NULL |
Stores ROLE_TYPE_ID for the contact
Prompt Table: BO_ROLE_TYPE |
17 | BO_ID_SITE | Number(31,0) | DECIMAL(31) NOT NULL |
Business Object ID
Prompt Table: RC_CUST_SITE_VW |
18 | ROLE_TYPE_ID_SITE | Number(12,0) | DECIMAL(12) NOT NULL | Role Type ID |
19 | BO_ID_CONTACT | Number(31,0) | DECIMAL(31) NOT NULL |
This field indicates the Business Object ID for the contact.
Prompt Table: BO |
20 | BO_ID_ALT_CNCT | Number(31,0) | DECIMAL(31) NOT NULL | Alternate Contact Business Object. Used in RC_CASE |
21 | BO_ID_PARTNER | Signed Number(32,0) | DECIMAL(31) NOT NULL |
Business Object ID of Partner Company.
Prompt Table: RC_PTNR_SRCH_VW |
22 | ROLE_TYPE_ID_PART | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the partner |
23 | BO_ID_PART_CONT | Signed Number(32,0) | DECIMAL(31) NOT NULL |
This is the business object identifier for the partner contact.
Prompt Table: RC_PTNR_REPS_VW |
24 | ROLE_TYPE_ID_PARTC | Number(12,0) | DECIMAL(12) NOT NULL | Stores ROLE_TYPE_ID for the partner contact |
25 | SETID_ENTL | Character(5) | VARCHAR2(5) NOT NULL | SetID |
26 | AGREEMENT_CODE | Character(30) | VARCHAR2(30) NOT NULL | This field represents the agreement code (name) for an agreement |
27 | 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) |
28 | AGREEMENT_LINE | Character(10) | VARCHAR2(10) NOT NULL | This field records the value for the agreement line number |
29 | WARRANTY_NAME | Character(40) | VARCHAR2(40) NOT NULL | This field is used to store the name of the warranty. |
30 | RC_PAY_FOR_SVC_FLG | Character(1) | VARCHAR2(1) NOT NULL |
This flag determines if "pay for service" is applicable for a support case. By default this is applicable unless otherwise the selected entitlement (agreement/warranty) determines it is not necessary.
Y/N Table Edit Default Value: N |
31 | SETID_PRODUCT | Character(5) | VARCHAR2(5) NOT NULL | Product SetID |
32 | INST_PROD_ID | Character(20) | VARCHAR2(20) NOT NULL |
This field is used to represent the installed product ID (key field)
Prompt Table: %EDITTABLE15 |
33 | PRODUCT_ID | Character(18) | VARCHAR2(18) NOT NULL |
Product ID
Prompt Table: PROD_ITEM |
34 | COMPETENCY | Character(8) | VARCHAR2(8) NOT NULL | Competency - this field is brought over from HRMS |
35 | SERIAL_ID | Character(20) | VARCHAR2(20) NOT NULL |
This field is used to represent the Serial ID of an item or installed product
Prompt Table: %EDITTABLE14 |
36 | ASSETTAG | Character(40) | VARCHAR2(40) NOT NULL |
Asset Tag
Prompt Table: %EDITTABLE17 |
37 | PHONE_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
phone type field to store value of phone type.
BUSN=Business Phone CAMP=Campus CELL=Cellular Phone DFLT=Default DORM=Dormitory FAX=FAX HOME=Home Phone MAIN=Main OTR=Other PGR1=Pager 1 PGR2=Pager 2 TELX=Telex WORK=Work |
38 | E_ADDR_TYPE | Character(4) | VARCHAR2(4) NOT NULL |
Address type field used in HD_360_RESPONSE_SYNC message.
BUSN=Business CAMP=Campus DORM=Dorm HOME=Home OTHR=Other |
39 | DISTRIBUTOR_ID | Character(30) | VARCHAR2(30) NOT NULL | Purchased From |
40 | RC_SOURCE | Character(5) | VARCHAR2(5) NOT NULL |
Case Source
How this case origianated
Default Value: BUS_UNIT_DEF_VW.RC_SOURCE Prompt Table: RC_SOURCE_TBL |
41 | RC_CONTACT_METHOD | Character(5) | VARCHAR2(5) NOT NULL | Contact Method for the Case |
42 | RC_CONTACT_INFO | Character(70) | VARCHAR2(70) NOT NULL | This field displays the phone number with extension or email address based on the selection (phone/email) from the case page (support/helpdesk). If the user has overridden the value displayed then this is stored on the case record. |
43 | CM_TYPE_ID | Number(6,0) | INTEGER NOT NULL |
Contact Method Type ID
Prompt Table: RC_CM_TYPE |
44 | CM_ID | Number(31,0) | DECIMAL(31) NOT NULL | Contact Method ID |
45 | RB_LOCATION_DETAIL | Character(254) | VARCHAR2(254) NOT NULL | RB_LOCATION_DETAIL |
46 | RC_CM_CUST_REP_FLG | Character(1) | VARCHAR2(1) NOT NULL |
RC_CM_CUST_REP_FLG
A=Alternate Contact C=Customer E=Employee R=Contact |
47 | PROFILE_CM_SEQ_ADD | Number(31,0) | DECIMAL(31) NOT NULL |
This field is used to store the profile contact method sequence number for an address.
Prompt Table: RC_ADDRESS_VW2 |
48 | PROFILE_CM_SEQ_PHN | Number(31,0) | DECIMAL(31) NOT NULL |
Used to store the contact method sequence number for a phone number.
Prompt Table: RC_PHONE_VW1 |
49 | PROFILE_CM_SEQ_PGR | Number(31,0) | DECIMAL(31) NOT NULL | Used to store the contact method sequence number for a pager number. |
50 | PROFILE_CM_SEQ_EML | Number(31,0) | DECIMAL(31) NOT NULL |
Used to store the contact method sequence number for a email address.
Prompt Table: RC_EMAIL_VW1 |
51 | REGION_ID | Character(15) | VARCHAR2(15) NOT NULL | This field stores the region id value. |
52 | SETID_PROV_GRP | Character(5) | VARCHAR2(5) NOT NULL | SetID |
53 | PROVIDER_GRP_ID | Character(10) | VARCHAR2(10) NOT NULL |
Identification number for the provider group.
Prompt Table:
RF_PROVGRP_VW2
|
54 | PRIOR_PRVDR_GRP_ID | Character(10) | VARCHAR2(10) NOT NULL | PRIOR PROVIDER GROUP ID field is used to store prior value of the Provider Group. |
55 | ASSIGNED_TO | Character(15) | VARCHAR2(15) NOT NULL |
This is a field to store assignment information.
Prompt Table:
RC_GRP_MEM_VW
|
56 | PRIOR_ASSIGNED_TO | Character(15) | VARCHAR2(15) NOT NULL | This is a field to store assignment information. |
57 | RC_STATUS | Character(5) | VARCHAR2(5) NOT NULL |
Case Status
Default Value: BUS_UNIT_DEF_VW.RC_STATUS Prompt Table: RC_STATUS_TBL |
58 | RC_PRIORITY | Character(5) | VARCHAR2(5) NOT NULL |
Case Priority
Default Value: BUS_UNIT_DEF_VW.RC_PRIORITY Prompt Table: RC_PRIORITY_TBL |
59 | RC_IMPACT | Character(5) | VARCHAR2(5) NOT NULL |
Case severity
Prompt Table: RC_IMPACT_TBL |
60 | RC_SEVERITY | Character(5) | VARCHAR2(5) NOT NULL |
Case severity
Default Value: BUS_UNIT_DEF_VW.RC_SEVERITY Prompt Table: RC_SEVERITY_TBL |
61 | BUS_PROC_INSTANCE | Number(18,0) | DECIMAL(18) NOT NULL | Business Project Instance. This is the Business Project instance of a business project. |
62 | RC_CATEGORY | Character(5) | VARCHAR2(5) NOT NULL |
CallCenter Category. Used in HD.
Prompt Table:
RC_CTD_CAT_F_VW
|
63 | RC_TYPE | Character(5) | VARCHAR2(5) NOT NULL |
Specialty type. Used on HD case.
Prompt Table:
RC_CTD_TYP_F_VW
|
64 | RC_DETAIL | Character(5) | VARCHAR2(5) NOT NULL |
Detail field on HD Case. Used in Quick Code.
Prompt Table:
RC_CTD_DET_F_VW
|
65 | PROBLEM_TYPE | Character(8) | VARCHAR2(8) NOT NULL |
Problem Type for Support Cases
Prompt Table:
RC_PROBTYPE_TBL
|
66 | RC_FIRST_CONTACT | Character(1) | VARCHAR2(1) NOT NULL |
Marked Y if the case is resolved on the first call.
Y/N Table Edit Default Value: Y |
67 | RES_FIRST_CNTCT | Character(1) | VARCHAR2(1) NOT NULL |
Resolved by First Contact
Y/N Table Edit Default Value: N |
68 | CREATION_DATE | Date(10) | DATE | Creation date of the case. |
69 | CLOSED_DATE | Date(10) | DATE | Date Closed |
70 | CLOSED_DTTM | DateTime(26) | TIMESTAMP | Date Time stamp for when the case status category was changed to closed. |
71 | CLOSED_BY_OPRID | Character(30) | VARCHAR2(30) NOT NULL | This field is indicate closed by oprid. |
72 | RC_SUMMARY | Character(80) | VARCHAR2(80) NOT NULL | Typically a summary of a long field. |
73 | RC_TRACKING_NBR | Character(30) | VARCHAR2(30) NOT NULL | Customer Tracking Number Field. |
74 | ERROR_ID | Number(9,0) | DECIMAL(9) NOT NULL | Error ID |
75 | RC_REOPN_REASON_CD | Character(10) | VARCHAR2(10) NOT NULL |
Case Reopen Reason Code
Prompt Table: RC_ROPN_SS_VW |
76 | RC_CLOSE_REASON_CD | Character(10) | VARCHAR2(10) NOT NULL |
Case Close Reason Code. This is being used in SS
Prompt Table: RC_CLOSE_SS_VW |
77 | ERROR_CODE | Character(20) | VARCHAR2(20) NOT NULL | Error Code |
78 | ERROR_MESSAGE | Character(254) | VARCHAR2(254) NOT NULL | For Standard Journal (SJE) |
79 | RC_RESP_DATE | Date(10) | DATE | Response date |
80 | RC_RESP_TIME | Time(15) | TIMESTAMP | Response Time |
81 | RC_RESPMET_DATE | Date(10) | DATE | Response Date Met |
82 | RC_RESPMET_TIME | Time(15) | TIMESTAMP | Response Time Met |
83 | RC_RESP_IND | Character(4) | VARCHAR2(4) NOT NULL |
Response Indicator, to indicate different stage of response for SLA.
A=Pending N=Late NA=Not Applicable Y=On-Time Default Value: NA |
84 | RC_REST_DATE | Date(10) | DATE | Restore Date |
85 | RC_REST_TIME | Time(15) | TIMESTAMP | Restore Time |
86 | RC_RESTMET_DATE | Date(10) | DATE | Restore Date Met |
87 | RC_RESTMET_TIME | Time(15) | TIMESTAMP | Restore Time Met |
88 | RC_REST_IND | Character(4) | VARCHAR2(4) NOT NULL |
Restore Indicator, indicate different stage of restore for SLA
A=Pending N=Late NA=Not Applicable Y=On-Time Default Value: NA |
89 | REMOTE_CASE_ID | Character(18) | VARCHAR2(18) NOT NULL | Remote system case ID. Used to store case unique identify ID from 3rd party system. |
90 | RB_ANONYMOUS_FLAG | Character(1) | VARCHAR2(1) NOT NULL |
RB_ANONYMOUS_FLAG
Y/N Table Edit Default Value: N |
91 | RB_SITE_NOCUST_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Site without customer flag
Y/N Table Edit Default Value: N |
92 | SECURE_CASE_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Used in HRHD to Secure the case so that only people in the provider group assigned to the case can access the case.
N=No Y=Yes Default Value: N |
93 | CASE_SUBTYPE | Character(5) | VARCHAR2(5) NOT NULL |
Field to capture the case subtype.
Prompt Table: RC_CASE_SUBTYPE |
94 | CASE_VISIBILITY | Character(4) | VARCHAR2(4) NOT NULL |
Field to capture the case visibility.
EXCL=Internal, exclude Case Contact EXTL=External INTL=Internal Default Value: EXTL |
95 | FIN_ACCOUNT_ID | Character(20) | VARCHAR2(20) NOT NULL |
Financial Account Number
Prompt Table: RBF_FIN_ACCOUNT |
96 | TARGET_CLOSE_DATE | Date(10) | DATE | Target close date |
97 | SALES_ENTRY_ID | Character(15) | VARCHAR2(15) NOT NULL | sales entry id |
98 | TRANSACTION_NO | Character(15) | VARCHAR2(15) NOT NULL | Transaction table's primary key. |
99 | RC_BS_INSTANCE | Number(15,0) | DECIMAL(15) NOT NULL | RC_BS_INSTANCE |
100 | FORM_INSTANCE_ID | Number(15,0) | DECIMAL(15) NOT NULL | Instance ID |
101 | CONFIG_CODE | Character(50) | VARCHAR2(50) NOT NULL | Product Configurator |
102 | RBTACCTID | Character(15) | VARCHAR2(15) NOT NULL |
Unique service account indentifier
Prompt Table: RCF_BILL_AC_VW2 |
103 | KEYWORDS | Character(100) | VARCHAR2(100) NOT NULL | Query Keywords |
104 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
105 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
106 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
107 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
108 | 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. |
109 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
110 | RC_DESCRLONG | Long Character | CLOB | Long description used in CallCenter for Problem, Solution... |