[Home] [Help]
[Dependency Information]
Object Name: | PA_PROJ_RETN_DEFAULTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | Oracle RowId | |
RETENTION_RULE_ID | NUMBER | (15) | Yes | |
RETENTION_LEVEL_CODE | VARCHAR2 | (30) | Yes | Retention level code indicates the level of the retention setup |
RETENTION_LEVEL_NAME | VARCHAR2 | (80) | Retention level name indicates the level name of the retention setup | |
PROJECT_ID | NUMBER | (15) | Yes | The identifier of the project to which retention is retained |
PROJECT_NUMBER | VARCHAR2 | (25) | Number of the project to which retention is retained | |
PROJECT_NAME | VARCHAR2 | (30) | Name of the project to which retention is retained | |
TASK_ID | NUMBER | (15) | The identifier of the task to which retention is retained | |
TASK_NUMBER | VARCHAR2 | (25) | Number of the task to which retention is retained | |
TASK_NAME | VARCHAR2 | (20) | Name of the task to which retention is retained | |
AGREEMENT_ID | NUMBER | (15) | Yes | The identifier of the agreement to which retention is retained |
AGREEMENT_NUM | VARCHAR2 | (50) | Yes | Number of the agreement to which retention is retained |
CUSTOMER_ID | NUMBER | (15) | Yes | The identifier of the customer to which retention is retained |
CUSTOMER_NUMBER | VARCHAR2 | (30) | Yes | Name of the customer to which retention is retained |
CUSTOMER_NAME | VARCHAR2 | (50) | Number of the customer to which retention is retained | |
EFFECTIVE_START_DATE | DATE | Yes | Effective start date | |
EFFECTIVE_END_DATE | DATE | Effective end date | ||
RETENTION_PERCENTAGE | NUMBER | Retention percentage to which retention rule is setup | ||
RETENTION_AMOUNT | NUMBER | Retention amount. This amount is in the invoice processing currency | ||
THRESHOLD_AMOUNT | NUMBER | Maximum threshold amount. This amount is in the invoice processing currency | ||
INVPROC_CURRENCY_CODE | VARCHAR2 | (15) | Yes | The identifier of the invoice processing currency |
TOTAL_RETAINED | NUMBER | Total retained amount for a project or top task based on the retention billing rule. This amount is in the invoice processing currency | ||
FUNDING_CURRENCY_CODE | VARCHAR2 | (15) | Yes | The identifier of the funding currency |
FUNDING_TOTAL_RETAINED | NUMBER | Total retained amount for a project or top task based on the retention billing rule. This amount is in the funding currency | ||
PROJECT_CURRENCY_CODE | VARCHAR2 | (15) | Yes | The identifier of the project currency |
PROJECT_TOTAL_RETAINED | NUMBER | Total retained amount for a project or top task based on the retention billing rule. This amount is in the project currency | ||
PROJFUNC_CURRENCY_CODE | VARCHAR2 | (15) | Yes | The identifier of the project functional currency |
PROJFUNC_TOTAL_RETAINED | NUMBER | Total retained amount for a project or top task based on the retention billing rule. This amount is in the project functional currency |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, RETENTION_RULE_ID
, RETENTION_LEVEL_CODE
, RETENTION_LEVEL_NAME
, PROJECT_ID
, PROJECT_NUMBER
, PROJECT_NAME
, TASK_ID
, TASK_NUMBER
, TASK_NAME
, AGREEMENT_ID
, AGREEMENT_NUM
, CUSTOMER_ID
, CUSTOMER_NUMBER
, CUSTOMER_NAME
, EFFECTIVE_START_DATE
, EFFECTIVE_END_DATE
, RETENTION_PERCENTAGE
, RETENTION_AMOUNT
, THRESHOLD_AMOUNT
, INVPROC_CURRENCY_CODE
, TOTAL_RETAINED
, FUNDING_CURRENCY_CODE
, FUNDING_TOTAL_RETAINED
, PROJECT_CURRENCY_CODE
, PROJECT_TOTAL_RETAINED
, PROJFUNC_CURRENCY_CODE
, PROJFUNC_TOTAL_RETAINED
FROM APPS.PA_PROJ_RETN_DEFAULTS_V;
APPS.PA_PROJ_RETN_DEFAULTS_V is not referenced by any database object
|
|
|