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


VIEW: APPS.PA_PROJECTS_LOV_V

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
PROJECT_ID NUMBER (15) Yes The system-generated number that uniquely identifies the project
NAME VARCHAR2 (30) Yes User-defined name that uniquely identifies the project
SEGMENT1 VARCHAR2 (25) Yes The project number that uniquely identifies the project. The project number can be user-entered or system-generated as defined in the implementation options
PROJECT_TYPE VARCHAR2 (20) Yes The project type that classifies the project and defaults project information upon project entry
CARRYING_OUT_ORGANIZATION_ID NUMBER (15) Yes The identifier of the organization that is responsible for the project work
CARRYING_OUT_ORGANIZATION_NAME VARCHAR2 (240)
Name of the organization
DESCRIPTION VARCHAR2 (250)
The description of the project
START_DATE DATE

The date on which the project starts; expenditure items with item dates before the start date cannot be entered for the project
COMPLETION_DATE DATE

The date on which the project is completed, expenditure items with item dates after the completion date cannot be entered for the project
TEMPLATE_FLAG VARCHAR2 (1)
Indicates whether the project is a Template or not
CREATED_FROM_PROJECT_ID NUMBER (15)
Holds the Project id of the source project. This value would be null for templates
PROJECT_CURRENCY_CODE VARCHAR2 (15) Yes Currency code of the project
WORK_TYPE_ID NUMBER (15)
Work types are pre-defined types of work, for example, Vacation, Training, and Administration
WORK_TYPE_NAME VARCHAR2 (80)
Name of work type
CALENDAR_ID NUMBER (15)
Define a calendar with calendar exceptions primarily public holidays
CALENDAR_NAME VARCHAR2 (50)
Name of calendar
COUNTRY_NAME VARCHAR2 (80)
Country name
REGION VARCHAR2 (240)
Region code used to identify a location
CITY VARCHAR2 (80)
City code used to identify a location
ADMINISTRATIVE_FLAG VARCHAR2 (1)
The Adminstrative type of indirect project type
RECORD_VERSION_NUMBER NUMBER (15)
Stores locking sequence number
UNASSIGNED_TIME VARCHAR2 (1)
This column specifies the desired project type to which all unassigned time of a resource should be designated.
Query Text

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


SELECT PROJECT_ID
,      NAME
,      SEGMENT1
,      PROJECT_TYPE
,      CARRYING_OUT_ORGANIZATION_ID
,      CARRYING_OUT_ORGANIZATION_NAME
,      DESCRIPTION
,      START_DATE
,      COMPLETION_DATE
,      TEMPLATE_FLAG
,      CREATED_FROM_PROJECT_ID
,      PROJECT_CURRENCY_CODE
,      WORK_TYPE_ID
,      WORK_TYPE_NAME
,      CALENDAR_ID
,      CALENDAR_NAME
,      COUNTRY_NAME
,      REGION
,      CITY
,      ADMINISTRATIVE_FLAG
,      RECORD_VERSION_NUMBER
,      UNASSIGNED_TIME
FROM APPS.PA_PROJECTS_LOV_V;

Dependencies

[top of page]

APPS.PA_PROJECTS_LOV_V references the following:

SchemaAPPS
ViewFND_TERRITORIES_VL
SynonymHR_ALL_ORGANIZATION_UNITS_TL
ViewJTF_CALENDARS_VL
SynonymPA_LOCATIONS
SynonymPA_PROJECTS_ALL
SynonymPA_PROJECT_TYPES_ALL
PL/SQL PackagePA_SECURITY - show dependent code
ViewPA_WORK_TYPES_VL

APPS.PA_PROJECTS_LOV_V is not referenced by any database object