[Home] [Help]
[Dependency Information]
Object Name: | PA_TOP_TASK_CUSTOMERS_LOV_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 | Identifies the project to which the customer belongs |
PROJECT_NAME | VARCHAR2 | (30) | Yes | The name of the project to which the customer belongs |
SEGMENT1 | VARCHAR2 | (25) | Yes | The segment1 of the project to which the customer belongs |
CUSTOMER_ID | NUMBER | (15) | Yes | Identifies the customer |
CUSTOMER_NAME | VARCHAR2 | (360) | Yes | The name of the customer |
CUSTOMER_NUMBER | VARCHAR2 | (30) | Yes | The customer number |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, PROJECT_NAME
, SEGMENT1
, CUSTOMER_ID
, CUSTOMER_NAME
, CUSTOMER_NUMBER
FROM APPS.PA_TOP_TASK_CUSTOMERS_LOV_V;
APPS.PA_TOP_TASK_CUSTOMERS_LOV_V is not referenced by any database object
|
|
|