[Home] [Help]
[Dependency Information]
Object Name: | PA_PROJECT_LISTS_PORTLET_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 | 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 | Name of the organization |
CARRYING_OUT_ORGANIZATION_NAME | VARCHAR2 | (30) | Yes | |
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 | ||
CUSTOMER_NAME | VARCHAR2 | (4000) | Primary customer name | |
RESOURCE_ID | NUMBER | Identifier of the Resource used by the active project manager | ||
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. | ||
LOCATION_ID | NUMBER | (15) | Define a Project work site location. | |
COUNTRY_CODE | VARCHAR2 | (2) | The system generated number that uniquely identifies a location | |
COUNTRY_NAME | VARCHAR2 | (80) | Country name | |
REGION | VARCHAR2 | (240) | This is a free text column which the user enters while creating project, open assignment and staffed assignment. When this column value is defaulted it is the concatenated value of state and city | |
CITY | VARCHAR2 | (80) | The identifier of the city | |
PROBABILITY_MEMBER_ID | NUMBER | (15) | Project probability represents the probability of a project becoming approved. It is used as a weighting average for reporting | |
PROBABILITY_PERCENTAGE | NUMBER | Probability percentage of the project becoming approved | ||
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. | ||
PROGRESS_STATUS_CODE | VARCHAR2 | (30) | The progress status of the project. | |
PROGRESS_STATUS_NAME | VARCHAR2 | (80) | The progress status name of the project. | |
PROGRESS_ASOF_DATE | DATE | The as of date of the project progress status. | ||
RECORD_VERSION_NUMBER | NUMBER | (15) | Stores locking sequence number |
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
, CUSTOMER_NAME
, RESOURCE_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
, LOCATION_ID
, COUNTRY_CODE
, COUNTRY_NAME
, REGION
, CITY
, PROBABILITY_MEMBER_ID
, PROBABILITY_PERCENTAGE
, EXPECTED_APPROVAL_DATE
, PROJECT_VALUE
, PROGRESS_STATUS_CODE
, PROGRESS_STATUS_NAME
, PROGRESS_ASOF_DATE
, RECORD_VERSION_NUMBER
FROM APPS.PA_PROJECT_LISTS_PORTLET_V;
APPS.PA_PROJECT_LISTS_PORTLET_V is not referenced by any database object
|
|
|