CHART_FLD_VW(SQL View) |
Index Back |
---|---|
Chart Distrib HR to GLThis record defines the mapping of the distribution accounts from Human Resource accounts to General Ledger accounts. |
SELECT setid , activity , account_type , recname , fieldname , SEQ_NO FROM PS_CHART_DIST_HR |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SETID_TBL |
2 | ACTIVITY | Character(3) | VARCHAR2(3) NOT NULL | Payroll Activity |
3 | ACCOUNT_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Account Type
$=Issue Check C=Checking L=Liability N=Non Applicable S=Savings X=Expense |
4 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL |
Record (Table) Name (see PSRECDEFN).
Prompt Table: PSRECDEFN |
5 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL |
Field Name (see PSDBFIELD).
Prompt Table: PSRECFIELD_VW |
6 | SEQ_NO | Number(2,0) | SMALLINT NOT NULL | Sequence Number |