DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.PA_PROJ_RETN_EVENTS_V

Object Details
Object Name: PA_PROJ_RETN_EVENTS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_PROJ_RETN_EVENTS_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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
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
REVENUE_CATEGORY_CODE VARCHAR2 (30)
The identifier of the revenue category to which retention rule is setup
REVENUE_CATEGORY_DESC VARCHAR2 (80) Yes The description of the revenue category to which retention rule is setup
EVENT_TYPE VARCHAR2 (30)
The identifier of the event type to which retention rule is setup
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ROW_ID
,      RETENTION_RULE_ID
,      RETENTION_LEVEL_CODE
,      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
,      REVENUE_CATEGORY_CODE
,      REVENUE_CATEGORY_DESC
,      EVENT_TYPE
,      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_EVENTS_V;

Dependencies

[top of page]

APPS.PA_PROJ_RETN_EVENTS_V references the following:

SchemaAPPS
SynonymHZ_CUST_ACCOUNTS
SynonymHZ_PARTIES
SynonymPA_AGREEMENTS_ALL
ViewPA_LOOKUPS
SynonymPA_PROJECTS_ALL
SynonymPA_PROJECT_RETENTIONS
SynonymPA_PROJ_RETN_RULES
PL/SQL PackagePA_SECURITY - show dependent code
SynonymPA_TASKS

APPS.PA_PROJ_RETN_EVENTS_V is not referenced by any database object