[Home] [Help]
[Dependency Information]
| Object Name: | PA_BUDGET_PERIODS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_BUDGET_PERIODS_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERIOD_TYPE_CODE | CHAR | (1) | The unique identifier of the budget period type | |
| PERIOD_TYPE_M | VARCHAR2 | (80) | The meaning of the budget period type | |
| PERIOD_NAME | VARCHAR2 | (20) | The name of the period | |
| PERIOD_START_DATE | DATE | First effective date of the budget period | ||
| PERIOD_END_DATE | DATE | Last effective date of the budget period | ||
| PERIOD_YEAR | NUMBER | Accounting period year |
Cut, paste (and edit) the following text to query this object:
SELECT PERIOD_TYPE_CODE
, PERIOD_TYPE_M
, PERIOD_NAME
, PERIOD_START_DATE
, PERIOD_END_DATE
, PERIOD_YEAR
FROM APPS.PA_BUDGET_PERIODS_V;
APPS
FND_LOOKUP_VALUES
GL_PERIOD_STATUSES
PA_IMPLEMENTATIONS
PA_PERIODS
PA_PERIOD_PROCESS_PKG
- show dependent code
APPS
GMS_BUDGET_PUB
- show dependent code
GMS_BUDGET_UTILS
- show dependent code
PA_BUDGET_CHECK_PVT
- show dependent code
PA_BUDGET_CORE1
- show dependent code
PA_BUDGET_PUB
- show dependent code
PA_FP_COPY_FROM_PKG
- show dependent code
PA_PROJECT_INTEGRATION_PUB
- show dependent code
|
|
|
|