AQS_FUND_R_VW(SQL View) |
Index Back |
---|---|
CFS: Fund TableChartfield Security: Stores the Fund Code security values by Role. |
SELECT DISTINCT C.ROLEUSER , A.PRODSRCID , B.BUSINESS_UNIT , %Sql(FUND_CODE, A.) FROM PS_SEC_FUND_ROLE A , PS_OI_BUSET_MAP B , PSROLEUSER C WHERE A.SETID = B.FUNDCD_SETID AND A.ROLENAME = C.ROLENAME |
# | 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 | PRODSRCID | Character(4) | VARCHAR2(4) NOT NULL |
Chartfield Security: Source Product
DBI=Billing DCM=Cost Management DIN=Inventory DMI=Mobile Inventory DOM=Order Management DPO=Purchasing DPV=eProcurement DSP=Service Procurement FAM=Asset Management FAP=Payables FAR=Receivables FCA=Contracts FEX=Expenses FGL=General Ledger FGM=Grants Management FPC=Project Costing FTR=Treasury KK=Commitment Control |
3 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
4 | FUND_CODE | Character(5) | VARCHAR2(5) NOT NULL |
Fund Code
Prompt Table: FUND_TBL |