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


VIEW: APPS.PA_SECURED_PROJECTS_V

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

View Type

A Web view designed to simplify access from Oracle Self-Service Web Applications.


This view shows a list of secured projects.


[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
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
Query Text

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;

Dependencies

[top of page]

APPS.PA_SECURED_PROJECTS_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
SynonymPA_PROJECTS_ALL
SynonymPA_PROJECT_PARTIES
PL/SQL PackagePA_PROJECT_STRUCTURE_UTILS - show dependent code
PL/SQL PackagePA_SECURITY_PVT - show dependent code
PL/SQL PackagePA_UTILS - show dependent code
PL/SQL PackagePA_WORKPLAN_ATTR_UTILS - show dependent code

APPS.PA_SECURED_PROJECTS_V is not referenced by any database object