AR_SSTYPE_LNGVW(SQL View) |
Index Back |
---|---|
Entry Type Related Lang ViewUsed as prompt in My Preference for Type |
SELECT DISTINCT C.OPRID , E.ENTRY_TYPE , E.LANGUAGE_CD , E.DESCRSHORT FROM PS_AR_SSCUSTAL_LVW C , PS_ENTRY_TY_TBL_LG E WHERE C.SETID = E.SETID AND C.LANGUAGE_CD = E.LANGUAGE_CD |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | ENTRY_TYPE | Character(5) | VARCHAR2(5) NOT NULL | Specifies the type of transaction associated with a pending item. The entry type remains with the item after it is posted and affects many areas of Receivables processing. Some examples of entry types are Invoices Credit Memo Prepayment and Deduction. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |