PA_BUDGET_AUDIT
Project Accounting audit history
tableFINPA
PA_BUDGET_AUDIT — Project Accounting audit history. FIN table in the standard Ross ERP 8.0 schema: 10 columns, used by 6 programs. Columns, data types, keys, foreign keys and relationships.
Open PA_BUDGET_AUDIT in the interactive Data Dictionary →Part of PA tables & objects · all tables, views & procedures
Columns
| # | Column | Type | Key | Description |
|---|---|---|---|---|
| 1 | GEM_DBKEY | int | GEMBASE internal surrogate primary key: a system-generated unique row identifier (the database key). Not a business field; every table carries one. | |
| 2 | COMPANY_CODE | varchar(10) | PK | Company Code |
| 3 | PA_PROJECT_CODE | varchar(10) | PK | PA Project Code |
| 4 | SYS_VERSION_NUMBER | int | PK | Version Number |
| 5 | SEQUENCE | smallint | PK | Sequence Number |
| 6 | PA_BUDGET_OPT_CODE | varchar(1) | ||
| 7 | SYSTEM_DATE | datetime | System Date Transaction Made | |
| 8 | AUDIT_REASON_CODE | varchar(6) | Audit Reason Code | |
| 9 | USER_ID | varchar(20) | User Identification Code | |
| 10 | APPROVE_REJECT_COMMENT | varchar(30) |