ALT_BUGL_VW(SQL View) |
Index Back |
---|---|
Alternate Accounts Bu GL Vw |
SELECT A.SETID, A.ALTACCT, A.EFFDT, A.EFF_STATUS, A.DESCR, A.DESCRSHORT, A.SYSTEM_MAINT_ACCT, A.PAYROLL_ACCOUNT, A.ACCOUNTING_OWNER, A.ACCOUNT_TYPE, A.UNIT_OF_MEASURE, A.OPEN_ITEM, A.OPEN_ITEM_DESCR, A.OPEN_ITEM_EDIT_REC, A.OPEN_ITEM_EDIT_FLD, A.STATISTICS_ACCOUNT FROM PS_ALTACCT_TBL A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_FS.SETID Prompt Table: SP_SETID_NONVW |
2 | ALTACCT | Character(10) | VARCHAR2(10) NOT NULL | Alternate Account |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |
7 | SYSTEM_MAINT_ACCT | Character(1) | VARCHAR2(1) NOT NULL |
System Maintained Account
Y/N Table Edit Default Value: N |
8 | PAYROLL_ACCOUNT | Character(1) | VARCHAR2(1) NOT NULL |
Budget Override Account
Y/N Table Edit Default Value: N |
9 | ACCOUNTING_OWNER | Character(30) | VARCHAR2(30) NOT NULL | Accounting Owner |
10 | ACCOUNT_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Identifies a category of accounts that appears on the balance sheet or income statement of the enterprise. Each general ledger account (ACCOUNT) is associated with an account type (also called a ""monetary account type""). PeopleSoft delivers standard account types such as asset, liability, expense, and revenue.
Prompt Table: ACCT_TYPE_TBL |
11 | UNIT_OF_MEASURE | Character(3) | VARCHAR2(3) NOT NULL |
Used on an approval rule set.
MHR=Muti Hourly PER=Percentage SQF=Square Footage Prompt Table: UNITS_TBL |
12 | OPEN_ITEM | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates whether or not (Y or N) to activate processing for tracking debits and credits that post to a general ledger account. Accounts that are not OpenItem track only net posted amounts.
Y/N Table Edit Default Value: N |
13 | OPEN_ITEM_DESCR | Character(10) | VARCHAR2(10) NOT NULL | Describes the OpenItem key that must be specified in the reference field on journal entry panels when an open item account number is used. It appears on prompt lists, reports, and online inquiries related to an open item account in the general ledger. |
14 | OPEN_ITEM_EDIT_REC | Character(15) | VARCHAR2(15) NOT NULL |
Specifies the name of the prompt table you want to use to validate the OpenItem search key, and applies only to OpenItem accounts in the general ledger.
Prompt Table: RECDEFN_VW |
15 | OPEN_ITEM_EDIT_FLD | Character(18) | VARCHAR2(18) NOT NULL |
Specifies the name of the field in the OpenItem Edit Record (OPEN_ITEM_EDIT_REC) to use for validating the OpenItem search key, and applies only to OpenItem accounts in the general ledger.
Prompt Table: RECFLD_ACCT_VW |
16 | STATISTICS_ACCOUNT | Character(1) | VARCHAR2(1) NOT NULL |
A flag that indicates whether or not (Y or N) a general ledger account is used to track statistical amounts rather than monetary amounts. Statistical amounts represent information such as square footage, head count, or number of units. A unit of measure (UNIT_OF_MEASURE) must be specified with a statistical account.
Y/N Table Edit Default Value: N |