SEC_KKPCBU_PVW(SQL View) |
Index Back |
---|---|
CFS: KK Projects ViewChartField Security: The view provides an easy to use on-line prompt for the project table. It will return PCBU values that are associated with active projects, including summary level projects. |
SELECT C.ROWSECCLASS , C.PRODSRCID , B.BUSINESS_UNIT_GL , A.BUSINESS_UNIT , A.PROJECT_ID , A.DESCR FROM PS_PROJECT A , PS_PC_INT_TMPL_GL B , PS_SEC_PROJ_PERM C WHERE A.EFF_STATUS = 'A' AND A.INTEGRATION_TMPL = B.INTEGRATION_TMPL AND B.SETID = ( SELECT SETID FROM PS_SET_CNTRL_REC WHERE RECNAME = 'PC_INT_TMPL_GL' AND SETCNTRLVALUE = A.BUSINESS_UNIT) AND %Join(COMMON_KEYS, PROJECT A, PROJECT C) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ROWSECCLASS | Character(30) | VARCHAR2(30) NOT NULL | The class used to determine row level security |
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_GL | Character(5) | VARCHAR2(5) NOT NULL | GL Business Unit |
4 | BUSINESS_UNIT_PC | Character(5) | VARCHAR2(5) NOT NULL | PC Business Unit |
5 | PROJECT_ID | Character(15) | VARCHAR2(15) NOT NULL | Project Id ChartField |
6 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |