[Home] [Help]
[Dependency Information]
Object Name: | PSB_BUDGET_PERIODS |
---|---|
Object Type: | TABLE |
Owner: | PSB |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PSB_BUDGET_PERIODS stores information about budget years, budget
periods, and calculation periods. The different types of periods are
identified by PERIOD_TYPE. All types have the basic information of
name, start date, and end date.
Budget years in a calendar must belong to one of the year types
defined in PSB_BUDGET_YEAR_TYPES. Historical balances are retrieved
for prior and current years from General Ledger. Budget estimates are
projected for current and proposed years.
Budget periods are breakdowns of the budget years. The yearly budget
estimates are allocated to the budget periods using period allocation
rules. Budget years can be broken down to Monthly, Quarterly, or
Semi-Annual budget periods.
Calculation periods are also breakdowns of budget years. They are the
smallest period at which position calculations are made. They can be
different from budget periods. For example, an organization can have a
budget period of Quarter, but position cost calculations can be
made monthly. Calculation periods are not visible to the users.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PSB_BUDGET_PERIODS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
PSB_BUDGET_PERIODS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
PSB_BUDGET_PERIODS_N2 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
BUDGET_PERIOD_ID | NUMBER | (20) | Yes | Budget period unique identifier |
BUDGET_CALENDAR_ID | NUMBER | (20) | Yes | Budget calendar unique identifier. Calendar in which this budget period exists. |
DESCRIPTION | VARCHAR2 | (240) | Period description | |
START_DATE | DATE | Yes | Period start date | |
END_DATE | DATE | Yes | Period end date | |
NAME | VARCHAR2 | (15) | Yes | Period name |
BUDGET_YEAR_TYPE_ID | NUMBER | (20) | Budget year type unique identifier. If the budget period type is a year this identifies if it is PY (Prior year), CY (Current year), and PP (Proposed year). | |
PARENT_BUDGET_PERIOD_ID | NUMBER | (20) | Indicates the year to which this period belongs | |
BUDGET_PERIOD_TYPE | VARCHAR2 | (10) | Yes | Period type. Valid values are Y (Year), P (Budget Period), and C (Calculation Period). |
PERIOD_DISTRIBUTION_TYPE | VARCHAR2 | (10) | Indicates the number of periods for a budget year. Valid Values are M (Months), Q (Quarter), S (Semi-annual), and Y (Year). There are no periods for Year. | |
CALCULATION_PERIOD_TYPE | VARCHAR2 | (10) | Indicates the frequency at which position costs are calculated. Valid Values are M (Months), Q (Quarter), S (Semi-annual), and Y (Year). | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flexfield segment column | |
ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flexfield segment column | |
ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flexfield segment column | |
ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flexfield segment column | |
ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flexfield segment column | |
ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flexfield segment column | |
ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flexfield segment column | |
ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flexfield segment column | |
ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flexfield segment column | |
ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flexfield segment column | |
CONTEXT | VARCHAR2 | (30) | Descriptive Flexfield context |
Cut, paste (and edit) the following text to query this object:
SELECT BUDGET_PERIOD_ID
, BUDGET_CALENDAR_ID
, DESCRIPTION
, START_DATE
, END_DATE
, NAME
, BUDGET_YEAR_TYPE_ID
, PARENT_BUDGET_PERIOD_ID
, BUDGET_PERIOD_TYPE
, PERIOD_DISTRIBUTION_TYPE
, CALCULATION_PERIOD_TYPE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, CONTEXT
FROM PSB.PSB_BUDGET_PERIODS;
PSB.PSB_BUDGET_PERIODS does not reference any database object
PSB.PSB_BUDGET_PERIODS is referenced by following:
|
|
|