ACTN_LST1_VW(SQL View) |
Index Back |
---|---|
Action List View |
SELECT A.SETID , A.CUST_ID , A.ASSN_OPRID , MIN(A.PRIORITY) , C. CONDITION_ID , C.DESCR50 , A.ACTION_CODE , B.DESCR FROM PS_ACTION_LST A , PS_ACTION_TBL B , PS_AR_COND_DEF C WHERE A.ACTION_STATUS IN ('NEW' ,'PND') AND A.PROPOSED_AUTOMATED = 'P' AND A.SETID = B.SETID AND A.SETID = B.SETID AND A.ACTION_CODE = B.ACTION_CODE AND A.CONDITION_ID = C.CONDITION_ID AND A.ACTION_CODE = B.ACTION_CODE AND A.CONDITION_ID = C.CONDITION_ID GROUP BY A.SETID, A.CUST_ID, A.ASSN_OPRID, C. CONDITION_ID , C.DESCR50 , A.ACTION_CODE , B.DESCR |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
2 | CUST_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. |
3 | ASSN_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Specifies the operator ID of the person who will enter items in a group. This is used when one person enters the control totals and another person enters the actual transactions. The assigned operator is also the person who processes the group and the person who is shown on group inquiry and processing panels. |
4 | PRIORITY | Number(3,0) | SMALLINT NOT NULL | Priority |
5 | CONDITION_ID | Character(4) | VARCHAR2(4) NOT NULL |
Condition ID
ACLA=Approaching Credit Limit ACLD=Approaching Credit Limit Exp CCEX=Approaching CC expiration date CCHD=Cancel Credit Hold CFLU=Conversation Follow Up CHLD=Credit Hold Code Exists COLL=Collection CPDB=Customer Promise Date Broken CPDR=Customer Promise Date Review DEDN=Deduction Item DISP=Disputed Item EBIL=eBill selection by user ECLA=Exceeded Credit Limit ECLD=Exceed CR Limit Expiration Dt ETRC=Entry Type / Reason Code KSTE=Key Statistics Exceeded LACD=Large Amount Coming Due ONLN=Online selection by user RISK=Risk Score WBDC=Welcome Back Dormant Customer WCNC=Welcome New Customer |
6 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
7 | ACTION_CODE | Character(4) | VARCHAR2(4) NOT NULL |
Action Code
ALRT=Alert CALL=Call the Customer CRDT=Review Customer Credit Limit DLTR=Dunning Letter DNGD=Downgrade Credit Rating FEBN=Follow up eBill Note HOLD=Place Customer on Hold OLTR=Send Other Letter POD=Proof of Delivery PRBK=Review Broken Promise Date PRFO=Review Promise Date REFR=Refer to Collection Agency STMT=Send Statement of Account WOFF=Write off Customer Balance |
8 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |