CONVR_PYMT_B_VC(SQL View) |
Index Back |
---|---|
Payment BU Prompt for Convers |
SELECT S.OPRCLASS , I.PAYMENT_ID , I.DEPOSIT_BU , I.DEPOSIT_ID , I.PAYMENT_AMT , I.PAYMENT_CURRENCY , I.ACCOUNTING_DT FROM PS_PAYMENT I , PS_SEC_BU_CLS S WHERE S.BUSINESS_UNIT = I.DEPOSIT_BU |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRCLASS | Character(30) | VARCHAR2(30) NOT NULL | Operator Class |
2 | CONVR_QUAL_FIELD | Character(30) | VARCHAR2(30) NOT NULL | Conversation Qualifier Field |
3 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL |
Business Unit
Prompt Table: SP_BUARED_NONVW |
4 | DEPOSIT_ID | Character(15) | VARCHAR2(15) NOT NULL | Uniquely identifies a deposit of customer payments. The deposit ID can be manually assigned or system-generated. |
5 | PAYMENT_AMT | Signed Number(28,3) | DECIMAL(26,3) NOT NULL | Specifies the amount of a customer payment. |
6 | PAYMENT_CURRENCY | Character(3) | VARCHAR2(3) NOT NULL | Identifies the currency of a customer payment. This is generally the same as the currency specified for the deposit but it can be different. |
7 | ACCOUNTING_DT | Date(10) | DATE | The accounting entry construction date for a given transaction (a generic field that crosses multiple |