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


VIEW: APPS.PA_TASK_BILLING_INFO_V

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

View Type

A supplementary view used to simplify forms coding.

Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Identifier for the Row.
TASK_ID NUMBER (15) Yes Identifier for the task.
REVENUE_ACCRUAL_METHOD VARCHAR2 (30)
The Revenue Accrual Method Code.
REVENUE_ACCRUAL_METHOD_M VARCHAR2 (80) Yes The Revenue Accrual Method Meaning.
INVOICE_METHOD VARCHAR2 (30)
The Invoice Method Code.
INVOICE_METHOD_M VARCHAR2 (80) Yes The Invoice Method Meaning.
PROJECT_ID NUMBER (15) Yes Identifier for the Project.
ADJ_ON_STD_INV VARCHAR2 (2)
Adjustments Included for standard Invoices
Query Text

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


SELECT ROW_ID
,      TASK_ID
,      REVENUE_ACCRUAL_METHOD
,      REVENUE_ACCRUAL_METHOD_M
,      INVOICE_METHOD
,      INVOICE_METHOD_M
,      PROJECT_ID
,      ADJ_ON_STD_INV
FROM APPS.PA_TASK_BILLING_INFO_V;

Dependencies

[top of page]

APPS.PA_TASK_BILLING_INFO_V references the following:

SchemaAPPS
ViewPA_LOOKUPS
SynonymPA_TASKS

APPS.PA_TASK_BILLING_INFO_V is not referenced by any database object