PO_A_SYSSRC_VW2(SQL View) |
Index Back |
---|---|
PO Valid System Source ViewThis view identifies which SYSTEM_SOURCE values are valid for PO Intefaces. |
SELECT %Substring(a.fieldvalue, 1, 3) , a.xlatlongname FROM PSXLATITEM a , PS_INSTALLATION b WHERE a.fieldname = 'SYSTEM_SOURCE' AND ((%Substring(a.fieldvalue, 1, 3) = 'PLN' AND b.spl = 'Y') OR (%Substring(a.fieldvalue, 1, 3) = 'POM' AND b.om = 'Y') OR (%Substring(a.fieldvalue, 1, 3) = 'SFC' AND b.mg = 'Y') OR (%Substring(a.fieldvalue, 1, 3) = 'WM' AND b.wo = 'Y') ) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SYSTEM_SOURCE | Character(3) | VARCHAR2(3) NOT NULL |
Identifies the application or source system that generated a journal entry.
Release 8.80 - 11/14/2002 - RVlasic - Removed GDM (JrnlGen - Deduction Management) from Translate Values.
SUJ---Included a label as Product.
Release 8.9 - 05/11/2005 - RVlasic - Added PRV (Variance Pricing) and PKK (KK Budget Journal) and deleted GLK for Project Costing per Brian Cohen.
Prompt Table: PO_A_SYSSRC_VW2 |
2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |