[Home] [Help]
[Dependency Information]
Object Name: | PA_SECURED_PROJECTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
This view shows a list of secured projects.
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 |
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 | |
STRUCT_WORKPLAN_ENABLED | VARCHAR2 | (4000) | Indicates whether the workplan is enabled | |
STRUCT_VERSIONS_ENABLED | VARCHAR2 | (4000) | Indicates whether workplan versioning is enabled | |
STRUCT_SHARING_ENABLED | VARCHAR2 | (4000) | Indicates whether sharing workplan and financial structures is enabled | |
STRUCT_AUTO_PUBLISH_ENABLED | VARCHAR2 | (4000) | Indicates whether workplan auto publishing is enabled | |
STRUCT_APPROVAL_REQUIRED | VARCHAR2 | (4000) | Indicates whether workplan approval is required |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, NAME
, SEGMENT1
, TEMPLATE_FLAG
, CREATED_FROM_PROJECT_ID
, STRUCT_WORKPLAN_ENABLED
, STRUCT_VERSIONS_ENABLED
, STRUCT_SHARING_ENABLED
, STRUCT_AUTO_PUBLISH_ENABLED
, STRUCT_APPROVAL_REQUIRED
FROM APPS.PA_SECURED_PROJECTS_V;
APPS.PA_SECURED_PROJECTS_V is not referenced by any database object
|
|
|