CHART_REC_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 distinct setid, activity, account_type, recname 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 |