AR_CNDSYS2_VW(SQL View) |
Index Back |
---|---|
Condition DefinitionCondition Definition 2 |
SELECT A.SETID , A.CONDITION_ID , A.DESCR50 , A.STATUS , A.DEFINITION_TYPE FROM PS_AR_COND_DEF A WHERE A.DEFINITION_TYPE = 'S' AND A.STATUS = 'A' AND (A.CONDITION_ID <> 'COLL') AND (A.CONDITION_ID <> 'ONLN') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SETID_TBL |
2 | 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 |
3 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
4 | STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status Indicator
A=Active I=Inactive Default Value: A |
5 | DEFINITION_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Definition Type
S=System Defined U=User Defined |