[Home] [Help]
[Dependency Information]
| Object Name: | PA_TASK_INV_METHODS_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_TASK_INV_METHODS_LOV_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 |
|---|---|---|---|---|
| INVOICE_METHOD_CODE | VARCHAR2 | (30) | Yes | Identifies the invoice method |
| INVOICE_METHOD | VARCHAR2 | (80) | Yes | The invoice method display name |
| DESCRIPTION | VARCHAR2 | (240) | The invoice method description |
Cut, paste (and edit) the following text to query this object:
SELECT INVOICE_METHOD_CODE
, INVOICE_METHOD
, DESCRIPTION
FROM APPS.PA_TASK_INV_METHODS_LOV_V;
APPS
PA_LOOKUPS
APPS.PA_TASK_INV_METHODS_LOV_V is not referenced by any database object
|
|
|
|