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


VIEW: APPS.PA_PROJECT_RETENTION_V

Object Details
Object Name: PA_PROJECT_RETENTION_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_PROJECT_RETENTION_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
PROJECT_ID NUMBER (15) Yes The identifier of the project to which retention is retained
CUSTOMER_ID NUMBER (15) Yes The identifier of the customer to which retention is retained
CUSTOMER_NAME VARCHAR2 (360) Yes Name of the customer to which retention is retained
CUSTOMER_NUMBER VARCHAR2 (30) Yes Number of the customer to which retention is retained
RETENTION_LEVEL_CODE VARCHAR2 (30)
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
INVPROC_CURRENCY_CODE VARCHAR2 (15)
Invoice Processing Currency indicates the invoice processing currency of the retention setup
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
TOTAL_BILLED NUMBER

Total billed amount for a project or top task based on the retention billing rule. This amount is in the invoice processing currency
TOTAL_WRITE_OFF NUMBER

Total write-off amount on retention invoices. This amount is in the invoice processing currency
RECORD_VERSION_NUMBER NUMBER (15)
Locking sequence number
Query Text

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


SELECT PROJECT_ID
,      CUSTOMER_ID
,      CUSTOMER_NAME
,      CUSTOMER_NUMBER
,      RETENTION_LEVEL_CODE
,      RETENTION_LEVEL_NAME
,      INVPROC_CURRENCY_CODE
,      TOTAL_RETAINED
,      TOTAL_BILLED
,      TOTAL_WRITE_OFF
,      RECORD_VERSION_NUMBER
FROM APPS.PA_PROJECT_RETENTION_V;

Dependencies

[top of page]

APPS.PA_PROJECT_RETENTION_V references the following:

SchemaAPPS
ViewPA_CUSTOMERS_V
ViewPA_LOOKUPS
SynonymPA_PROJECT_CUSTOMERS
SynonymPA_SUMMARY_PROJECT_RETN

APPS.PA_PROJECT_RETENTION_V is not referenced by any database object