[Home] [Help]
[Dependency Information]
| Object Name: | PA_FINANCIAL_YRS_IT |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_FINANCIAL_YRS_IT
|
| Subobject Name: | |
| Status: | VALID |
PA_FINANCIAL_YRS_IT stores information about financial years
for Oracle Project Analysis Collection Pack. This table provides
information for the financial year level for the standard hierarchy
on the time dimension.
| Tablespace: | APPS_TS_SUMMARY |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_FINANCIAL_YRS_IT_U1 | NORMAL | UNIQUE |
APPS_TS_SUMMARY
|
FINANCIAL_YEAR
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| FINANCIAL_YEAR | NUMBER | (15) | Yes | The Identifier of the Financial Year for Time Dimension |
| ALL_FINANCIAL_YEARS | VARCHAR2 | (30) | Yes | The Dimension Value for the top level for Standard Hierarchy for Time dimension |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column | |
| REQUEST_ID | NUMBER | (15) | Standard Who Column | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Standard Who Column | |
| PROGRAM_ID | NUMBER | (15) | Standard Who Column | |
| PROGRAM_UPDATE_DATE | DATE | Standard Who Column | ||
| STATUS_CODE | VARCHAR2 | (1) | The flag that indicates whether this row has any updates or not. | |
| START_DATE | DATE | Start date for the period | ||
| END_DATE | DATE | End date for the period | ||
| TIMESPAN | NUMBER | (15) | Timespan for the period |
Cut, paste (and edit) the following text to query this object:
SELECT FINANCIAL_YEAR
, ALL_FINANCIAL_YEARS
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, STATUS_CODE
, START_DATE
, END_DATE
, TIMESPAN
FROM PA.PA_FINANCIAL_YRS_IT;
PA.PA_FINANCIAL_YRS_IT does not reference any database object
PA.PA_FINANCIAL_YRS_IT is referenced by following:
APPS
PA_FINANCIAL_YRS_IT
|
|
|
|