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


VIEW: APPS.PA_PROJECTS_CUST_360_V

Object Details
Object Name: PA_PROJECTS_CUST_360_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PA_PROJECTS_CUST_360_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) Yes Name of the organization
PUBLIC_SECTOR_FLAG VARCHAR2 (1) Yes Flag that indicates whether the project is in the public sector or the private sector
PROJECT_STATUS_CODE VARCHAR2 (30) Yes The status of the project.
PROJECT_STATUS_NAME VARCHAR2 (80) Yes The user_defined project status name
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
CLOSED_DATE DATE

The date that the project was closed by changing the project status to Closed
DISTRIBUTION_RULE VARCHAR2 (30)
The distribution rule that specifies the contract projects revenue accrual and billing method
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
TEMPLATE_START_DATE_ACTIVE DATE

The effective start date of the template
TEMPLATE_END_DATE_ACTIVE DATE

Last effective date of the Template
SUMMARY_FLAG VARCHAR2 (1) Yes Flag used with the project key flexfield. The project key flexfield is not implemented
ENABLED_FLAG VARCHAR2 (1) Yes Flag used with the key flexfield. The project key flexfield is not implemented
ORG_ID NUMBER (15)
Operating unit identifier for multi-organization installations
PROJECT_CURRENCY_CODE VARCHAR2 (15) Yes Currency code of the project
PERSON_ID NUMBER (15)
Project manager id
PERSON_NAME VARCHAR2 (240)
Project manager name
CUSTOMER_ID NUMBER

Primary customer id
PM_PRODUCT_CODE VARCHAR2 (30)

PM_PROJECT_REFERENCE VARCHAR2 (25)

ACTUAL_START_DATE DATE

The actual start date of the project. Applicable only for a project that has originated from an external system.
ACTUAL_FINISH_DATE DATE

The actual finish date of the project. Applicable only for a project that has originated from an external system.
EARLY_START_DATE DATE

The early start date of the project. Applicable only for a project that has originated from an external system.
EARLY_FINISH_DATE DATE

The early finish date of the project. Applicable only for a project that has originated from an external system.
LATE_START_DATE DATE

The late start date of the project. Applicable only for a project that has originated from an external system.
LATE_FINISH_DATE DATE

The late finish date of the project. Applicable only for a project that has originated from an external system.
SCHEDULED_START_DATE DATE

The scheduled start date of the project. Applicable only for a project that has originated from an external system.
SCHEDULED_FINISH_DATE DATE

The scheduled finish date of the project. Applicable only for a project that has originated from an external system.
PROBABILITY_MEMBER_ID NUMBER (15)
Project probability represents the probability of a project becoming approved. It is used as a weighting average for reporting
EXPECTED_APPROVAL_DATE DATE

The expected date of the project approval. This is used for information purposes only.
PROJECT_VALUE NUMBER

Project value is used in reporting. For contract projects, it is the revenue amount. For capital and indirect projects, it is the cost amount. It is not assumed that the cost amount is raw or burdened.
RECORD_VERSION_NUMBER NUMBER (15)
Stores locking sequence number
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
,      PUBLIC_SECTOR_FLAG
,      PROJECT_STATUS_CODE
,      PROJECT_STATUS_NAME
,      DESCRIPTION
,      START_DATE
,      COMPLETION_DATE
,      CLOSED_DATE
,      DISTRIBUTION_RULE
,      TEMPLATE_FLAG
,      CREATED_FROM_PROJECT_ID
,      TEMPLATE_START_DATE_ACTIVE
,      TEMPLATE_END_DATE_ACTIVE
,      SUMMARY_FLAG
,      ENABLED_FLAG
,      ORG_ID
,      PROJECT_CURRENCY_CODE
,      PERSON_ID
,      PERSON_NAME
,      CUSTOMER_ID
,      PM_PRODUCT_CODE
,      PM_PROJECT_REFERENCE
,      ACTUAL_START_DATE
,      ACTUAL_FINISH_DATE
,      EARLY_START_DATE
,      EARLY_FINISH_DATE
,      LATE_START_DATE
,      LATE_FINISH_DATE
,      SCHEDULED_START_DATE
,      SCHEDULED_FINISH_DATE
,      PROBABILITY_MEMBER_ID
,      EXPECTED_APPROVAL_DATE
,      PROJECT_VALUE
,      RECORD_VERSION_NUMBER
FROM APPS.PA_PROJECTS_CUST_360_V;

Dependencies

[top of page]

APPS.PA_PROJECTS_CUST_360_V references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
SynonymFND_GRANTS
SynonymFND_OBJECTS
PL/SQL PackageFND_PROFILE - show dependent code
SynonymFND_USER
SynonymHR_ALL_ORGANIZATION_UNITS
SynonymPA_PROJECTS_ALL
PL/SQL PackagePA_PROJECTS_MAINT_UTILS - show dependent code
SynonymPA_PROJECT_PARTIES
SynonymPA_PROJECT_STATUSES
PL/SQL PackagePA_SECURITY_PVT - show dependent code
PL/SQL PackagePA_UTILS - show dependent code
SynonymPER_ALL_PEOPLE_F
SchemaPUBLIC
SynonymDUAL

APPS.PA_PROJECTS_CUST_360_V is not referenced by any database object