[Home] [Help]
[Dependency Information]
| Object Name: | PA_PROJECTS_UPDATE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_PROJECTS_UPDATE_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 |
|---|---|---|---|---|
| ORG_ID | NUMBER | (15) | Operating unit identifier for multi-organization installations | |
| PROJECT_ID | NUMBER | (15) | Yes | |
| PROJECT_NUMBER | VARCHAR2 | (25) | Yes | |
| PROJECT_NAME | VARCHAR2 | (30) | Yes | |
| PROJECT_TYPE | VARCHAR2 | (30) | ||
| TEMPLATE_FLAG | VARCHAR2 | (1) | ||
| INVPROC_CURRENCY_TYPE | VARCHAR2 | (30) | Invoice processing currency code | |
| REVPROC_CURRENCY_CODE | VARCHAR2 | (15) | Revenue Processing Currency | |
| PROJECT_CURRENCY_CODE | VARCHAR2 | (15) | Yes | Project Currency Code |
| PROJECT_BIL_RATE_DATE_CODE | VARCHAR2 | (30) | Exchange rate date type for determining the date to use for conversion from bill transaction currency or funding currency to project currency for customer billing | |
| PROJECT_BIL_RATE_TYPE | VARCHAR2 | (30) | Exchange rate type to use for conversion from bill transaction currency or funding currency to project currency for customer billing | |
| PROJECT_BIL_RATE_DATE | DATE | Exchange rate date to use for conversion from bill transaction currency/ funding currency to project currency if Fixed Date rate date type is used for customer billing. | ||
| PROJECT_BIL_EXCHANGE_RATE | NUMBER | Exchange rate to use for conversion from bill transaction currency or funding currency to project currency if User exchange rate type is used | ||
| PROJFUNC_CURRENCY_CODE | VARCHAR2 | (15) | Project functional currency. The default value is the value entered for the associated set of books. | |
| PROJFUNC_BIL_RATE_DATE_CODE | VARCHAR2 | (30) | Exchange rate date type for determining the date to use for conversion from bill transaction currency or funding currency to project functional currency for customer billing. | |
| PROJFUNC_BIL_RATE_TYPE | VARCHAR2 | (30) | Exchange rate type to use for conversion from bill transaction currency or funding currency to project functional currency for customer billing. | |
| PROJFUNC_BIL_RATE_DATE | DATE | Exchange rate date to use for conversion from bill transaction currency or funding currency to project functional currency if Fixed Date rate date type is used for customer billing. | ||
| PROJFUNC_BIL_EXCHANGE_RATE | NUMBER | Exchange rate to use for conversion from bill transaction currency or funding currency to project functional if User exchange rate type is used. | ||
| FUNDING_RATE_DATE_CODE | VARCHAR2 | (30) | Exchange rate date type for determining the date to use for conversion from bill transaction currency to funding currency for customer billing | |
| FUNDING_RATE_TYPE | VARCHAR2 | (30) | Exchange rate type to use for conversion from bill transaction currency to funding currency for customer billing. | |
| FUNDING_RATE_DATE | DATE | Exchange rate date to use for conversion from bill transaction currency to funding currency if Fixed Date rate date type is used for customer billing. | ||
| FUNDING_EXCHANGE_RATE | NUMBER | Exchange rate to use for conversion from bill transaction currency to project or functional currency if User exchange rate type is used. | ||
| BASELINE_FUNDING_FLAG | VARCHAR2 | (1) | Flag indicating whether the funding can be baselined without revenue budget. | |
| MULTI_CURRENCY_BILLING_FLAG | VARCHAR2 | (1) | Flag indicating if multi-currency billing is allowed for this project | |
| CC_PRVDR_FLAG | VARCHAR2 | (1) | Flag indicating whether Project is used for Inter company billing | |
| PROJECT_STATUS_CODE | VARCHAR2 | (30) | Yes | Status code for determining the status of this project |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_ID
, PROJECT_ID
, PROJECT_NUMBER
, PROJECT_NAME
, PROJECT_TYPE
, TEMPLATE_FLAG
, INVPROC_CURRENCY_TYPE
, REVPROC_CURRENCY_CODE
, PROJECT_CURRENCY_CODE
, PROJECT_BIL_RATE_DATE_CODE
, PROJECT_BIL_RATE_TYPE
, PROJECT_BIL_RATE_DATE
, PROJECT_BIL_EXCHANGE_RATE
, PROJFUNC_CURRENCY_CODE
, PROJFUNC_BIL_RATE_DATE_CODE
, PROJFUNC_BIL_RATE_TYPE
, PROJFUNC_BIL_RATE_DATE
, PROJFUNC_BIL_EXCHANGE_RATE
, FUNDING_RATE_DATE_CODE
, FUNDING_RATE_TYPE
, FUNDING_RATE_DATE
, FUNDING_EXCHANGE_RATE
, BASELINE_FUNDING_FLAG
, MULTI_CURRENCY_BILLING_FLAG
, CC_PRVDR_FLAG
, PROJECT_STATUS_CODE
FROM APPS.PA_PROJECTS_UPDATE_V;
APPS
PA_PROJECTS_ALL
PA_PROJECT_TYPES
PA_SECURITY
- show dependent code
SYS
DUAL
APPS.PA_PROJECTS_UPDATE_V is not referenced by any database object
|
|
|
|