CA_TICS_PD_VW

(SQL View)
Index Back

Contract Analytics Status View

A view of all the fields that can be selected for the Contracts Analytics Status Metric

SELECT DISTINCT A.BUSINESS_UNIT , A.CURRENCY_CD , A.CA_STATUS , A.CA_PROC_STATUS , A.CONTRACT_NUM , A.CONTRACT_TYPE , A.CA_RQST_SRC , A.REGION_CD , A.CONTRACT_ADMIN , A.SOLD_TO_CUST_ID , A.SUBCUST_QUAL1 , A.SUBCUST_QUAL2 , A.CONTRACT_SIGN_DT , B.PRODUCT_GROUP , B.PRICING_STRUCTURE , A.CONTRACT_TOTAL_BIL , A.CONTRACT_TOTAL_REV , B.RENEWABLE FROM PS_CA_CONTR_HDR A , PS_CA_DETAIL B WHERE A.CONTRACT_NUM = B.CONTRACT_NUM AND A.CA_PROC_STATUS = 'A'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
2 CURRENCY_CD Character(3) VARCHAR2(3) NOT NULL Currency Code
3 CA_STATUS Character(24) VARCHAR2(24) NOT NULL Contract Status
4 CA_PROC_STATUS Character(1) VARCHAR2(1) NOT NULL CA_STATUS is a user defined status field that maps (many to 1) to the contract Processing Status field. Process Status indicates what change processing is available.
A=Active
C=Closed
P=Pending
5 CONTRACT_NUM Character(25) VARCHAR2(25) NOT NULL Contract
6 CONTRACT_TYPE Character(15) VARCHAR2(15) NOT NULL Contract Type
7 CA_RQST_SRC Character(3) VARCHAR2(3) NOT NULL Contract Classification
FED=Federal Reimbursable Agreement
GEN=Generic Application
GOV=Government
INT=Internal
OND=CRM Field Services On Demand
STD=Standard
8 REGION_CD Character(10) VARCHAR2(10) NOT NULL Identifies the Sales Region. Populated on the Item Table to identify the Sales Region the Item is applied to.
9 CONTRACT_ADMIN Character(40) VARCHAR2(40) NOT NULL Contract Administrator defined on CABU.
10 SOLD_TO_CUST_ID Character(15) VARCHAR2(15) NOT NULL Sold To Customer
11 SUBCUST_QUAL1 Character(15) VARCHAR2(15) NOT NULL Specifies a user-defined grouping of customer receivables activity. A subcustomer qualifier provides the ability to record and report receivables activity across multiple business units and/or multiple customers. For example a subcustomer qualifier could represent a sales region or a geographic area. There are two possible subcustomer qualifiers: SUBCUST_QUAL1 and SUBCUST_QUAL2.
12 SUBCUST_QUAL2 Character(15) VARCHAR2(15) NOT NULL Specifies a user-defined grouping of customer receivables activity. A subcustomer qualifier provides the ability to record and report receivables activity across multiple business units and/or multiple customers. For example a subcustomer qualifier could represent a sales region or a geographic area. There are two possible subcustomer qualifiers: SUBCUST_QUAL1 and SUBCUST_QUAL2.
13 CONTRACT_SIGN_DT Date(10) DATE Contract Signed
14 PRODUCT_GROUP Character(10) VARCHAR2(10) NOT NULL Product Group
15 PRICING_STRUCTURE Character(4) VARCHAR2(4) NOT NULL Price Type
AMT=Amount
PCT=Percent
RATE=Rate
RCR=Recurring
16 CONTRACT_TOTAL_BIL Signed Number(28,3) DECIMAL(26,3) NOT NULL Contracts total billing amount
17 CONTRACT_TOTAL_REV Signed Number(28,3) DECIMAL(26,3) NOT NULL Total Revenue Amount
18 RENEWABLE Character(1) VARCHAR2(1) NOT NULL Renewable