CFS_LED_SEC_VW(SQL View) |
Index Back |
|---|---|
General Led Activity CFs ViewThis view is used as a prompt table by RUN_GL_LEDRPTCF (Record) CHARTFIELD (Field). |
| SELECT DISTINCT b.setid , b.ledger , b.chartfield FROM ps_led_defn_tbl a , PS_LED_FLDS_TBL b WHERE a.setid=b.setid AND a.ledger=b.ledger AND a.ledger_type = 'D' AND b.chartfield <> 'BUSINESS_UNIT' AND b.chartfield <> 'STATISTICS_CODE' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Ledger | |
| 3 | Character(18) | VARCHAR2(18) NOT NULL | ChartField |