[Home] [Help]
[Dependency Information]
| Object Name: | PA_PROJ_RETN_BILL_RULES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_PROJ_RETN_BILL_RULES_V
|
| 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 |
|---|---|---|---|---|
| BILLING_METHOD_CODE | VARCHAR2 | (30) | Yes | This indicates how the retention invoice is generated |
| PROJECT_ID | NUMBER | (15) | Yes | The identifier of the project to which the retention billing rule is setup |
| CUSTOMER_ID | NUMBER | (15) | Yes | The identifier of the customer to which the retention billing rule is setup |
| TASK_ID | NUMBER | (15) | The identifier of the task to which the retention billing rule is setup | |
| TOTAL_RETENTION_AMOUNT | NUMBER | Total retention amount is applicable only if the billing method is total retention amount. This amount is in the invoice processing amount | ||
| CLIENT_EXTENSION_FLAG | VARCHAR2 | (1) | Flag indicates client extension will be used to find the billing percentage or billing amount | |
| RETN_BILLING_PERCENTAGE | NUMBER | Billing percentage is used to bill the retained amount by applying on total unbilled retained amount | ||
| RETN_BILLING_AMOUNT | NUMBER | Billing amount is used to bill the retained amount. This amount is in the invoice processing currency | ||
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| COMPLETED_PERCENTAGE | NUMBER | Completed percentage. Applicable only if the billing method is Percent Complete | ||
| RETN_BILLING_CYCLE_ID | NUMBER | (15) | The identifier of the billing cycle. Applicable only if the billing method is billing cycle | |
| RETN_BILLING_RULE_ID | NUMBER | (15) | Yes | The unique identifier of the retention billing rule |
Cut, paste (and edit) the following text to query this object:
SELECT BILLING_METHOD_CODE
, PROJECT_ID
, CUSTOMER_ID
, TASK_ID
, TOTAL_RETENTION_AMOUNT
, CLIENT_EXTENSION_FLAG
, RETN_BILLING_PERCENTAGE
, RETN_BILLING_AMOUNT
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, COMPLETED_PERCENTAGE
, RETN_BILLING_CYCLE_ID
, RETN_BILLING_RULE_ID
FROM APPS.PA_PROJ_RETN_BILL_RULES_V;
APPS
PA_PROJ_RETN_BILL_RULES
APPS.PA_PROJ_RETN_BILL_RULES_V is not referenced by any database object
|
|
|
|