PA_BUDGET_DETAIL_PERIODS
Project Accounting Project Budget Details
tableFINPA
PA_BUDGET_DETAIL_PERIODS — Project Accounting Project Budget Details. FIN table in the standard Ross ERP 8.0 schema: 16 columns, used by 7 programs. Columns, data types, keys, foreign keys and relationships.
Open PA_BUDGET_DETAIL_PERIODS 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 | YEAR | smallint | PK | Year Number |
| 6 | PA_WBS_NUMBER | varchar(25) | PK | Project WBS Number |
| 7 | PA_COST_CATEGORY | varchar(6) | PK | PA Category |
| 8 | PERIOD | smallint | PK | Period Number |
| 9 | PA_BUDGET_COST | numeric(20,0) | ||
| 10 | PA_BUDGET_EXPENSE | numeric(20,0) | ||
| 11 | PA_BUDGET_REVENUE | numeric(20,0) | ||
| 12 | PA_BUDGET_SUBTOTAL | numeric(20,2) | ||
| 13 | PA_BUDGET_COST_BASE | numeric(20,0) | ||
| 14 | PA_BUDGET_EXPENSE_BASE | numeric(20,0) | ||
| 15 | PA_BUDGET_REVENUE_BASE | numeric(20,0) | ||
| 16 | PA_BUDGET_SUBTOTAL_BASE | numeric(20,2) |