PSDMT_RUN_AM_VW(SQL View) |
Index Back |
---|---|
AM MTM Transactions PromptUsed in Interface Approval. Shows only AM MTM Transactions. |
SELECT A.PS_OWNER , A.PSDMUNIT_ID , A.DESCR50 , B.OPRCLASS FROM %Table(PSDMT_UNIT_HDR) A , %Table(PSDMT_OSECURITY) B WHERE A.ACTIVE_STATUS = 'A' AND A.PUBLIC_SW = 'Y' AND A.PS_OWNER = B.PS_OWNER AND A.PSDMUNIT_ID = B.PSDMUNIT_ID AND A.PS_OWNER = 'AM' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | PS_OWNER | Character(2) | VARCHAR2(2) NOT NULL |
PeopleSoft Owner
AM=Asset Management AP=Accounts Payable AR=Accounts Receivable BD=Budgets BI=Billing CA=Contracts CM=Cost Management CS=Customer Service EN=Engineering EX=Expenses GL=General Ledger HR=Human Resources IN=Inventory MG=Manufacturing OM=Order Management PC=Project Costing PL=Planning PO=Purchasing PR=Production Control PT=PeopleTools TL=Time and Labor TR=Treasury |
2 | PSDMUNIT_ID | Character(30) | VARCHAR2(30) NOT NULL | Transaction |
3 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
4 | OPRCLASS | Character(30) | VARCHAR2(30) NOT NULL | Operator Class |