HPIP_AC_X_VW

(SQL View)
Index Back

GL Expense Accounts

This view selects all expense accounts from the table GL_ACCOUNT_TBL. It replaces the field SETID by SETID_GL_ACCT.

SELECT SETID ,ACCOUNT ,EFFDT ,DESCR ,EFF_STATUS FROM PS_GL_ACCOUNT_TBL WHERE ACCOUNT_TYPE = 'X'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID_GL_ACCT Character(5) VARCHAR2(5) NOT NULL GL Set ID for Accounts

Prompt Table: SETID_TBL

2 ACCOUNT Character(10) VARCHAR2(10) NOT NULL Account
3 EFFDT Date(10) DATE NOT NULL Effective Date

Default Value: %date

4 DESCR Character(30) VARCHAR2(30) NOT NULL Description
5 EFF_STATUS Character(1) VARCHAR2(1) NOT NULL Effective Status
A=Active
I=Inactive