[Home] [Help]
[Dependency Information]
Object Name: | PA_PROJECT_RETENTION_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 |
---|---|---|---|---|
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 |
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;
APPS.PA_PROJECT_RETENTION_V is not referenced by any database object
|
|
|