[Home] [Help]
[Dependency Information]
| Object Name: | PA_UTILIZATION_OPTIONS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_UTILIZATION_OPTIONS_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 |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | ||
| ORG_ID | NUMBER | Identifier of the Operating Unit for multi-organization installations | ||
| OPERATING_UNIT | VARCHAR2 | (240) | Yes | Description or name of the Operating Unit for multi-organization installations |
| GL_PERIOD_FLAG | VARCHAR2 | (1) | Yes | Indicates if utilization information is available by GL Periods.=> Default Value for this column is "N" |
| PA_PERIOD_FLAG | VARCHAR2 | (1) | Yes | Indicates if utilization information is available by PA Periods.=> Default Value for this column is "N" |
| GLOBAL_EXP_PERIOD_FLAG | VARCHAR2 | (1) | Yes | Indicates if utlization information is available by Global Expenditure Periods.=> Default Value for this column is "N" |
| FORECAST_THRU_DATE | DATE | Date to which forecast utilization has been calculated | ||
| ACTUALS_THRU_DATE | DATE | Date to which actuals utilization has been calculated | ||
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ORG_ID
, OPERATING_UNIT
, GL_PERIOD_FLAG
, PA_PERIOD_FLAG
, GLOBAL_EXP_PERIOD_FLAG
, FORECAST_THRU_DATE
, ACTUALS_THRU_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM APPS.PA_UTILIZATION_OPTIONS_V;
APPS
MO_GLOBAL
- show dependent code
PA_OPERATING_UNITS_V
PA_UTILIZATION_OPTIONS
APPS.PA_UTILIZATION_OPTIONS_V is not referenced by any database object
|
|
|
|