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


VIEW: APPS.PA_DLVR_ACTIONS_AMG_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


PA_DLVR_ACTIONS_AMG_V selects all the attributes of a Deliverable Action.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACTION_ID NUMBER (15) Yes The unique identifier of the deliverable action
ACTION_NAME VARCHAR2 (240) Yes User-defined long name of the action.
DESCRIPTION VARCHAR2 (2000)
Description of the action
ACTION_OWNER_NAME VARCHAR2 (240)
Deliverable action owner name
ACTION_OWNER_ID NUMBER (15)
Deliverbale action owner id
DUE_DATE DATE

Identifies the scheduled finish date of action
COMPLETION_DATE DATE

Identifies the actual finish date of action
COMPLETION_FLAG VARCHAR2 (1)
Identifies whether action is complete or not.
FUNCTION_CODE VARCHAR2 (30)
Identifies action function code
FUNCTION_CODE_NAME VARCHAR2 (4000)
Identifies action function meaning
RECORD_VERSION_NUMBER NUMBER (15)
Identifies record version number of action.
PM_ACTION_REFERENCE VARCHAR2 (25)
The unique identifier of deliverable in external project management system .
PM_SOURCE_CODE VARCHAR2 (30)
The identifier of the external project management system from which the deliverable was imported.
DELIVERABLE_ID NUMBER

The unique identifier of the deliverable action
DELIVERABLE_NAME VARCHAR2 (240) Yes User-defined alphanumeric character for deliverable name
DELIVERABLE_SHORT_NAME VARCHAR2 (100)
User-defined alphanumeric character that uniquely identifies the deliverable within a project
PROJECT_ID NUMBER (15) Yes The identifier of the project to which the action belongs
Query Text

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


SELECT ACTION_ID
,      ACTION_NAME
,      DESCRIPTION
,      ACTION_OWNER_NAME
,      ACTION_OWNER_ID
,      DUE_DATE
,      COMPLETION_DATE
,      COMPLETION_FLAG
,      FUNCTION_CODE
,      FUNCTION_CODE_NAME
,      RECORD_VERSION_NUMBER
,      PM_ACTION_REFERENCE
,      PM_SOURCE_CODE
,      DELIVERABLE_ID
,      DELIVERABLE_NAME
,      DELIVERABLE_SHORT_NAME
,      PROJECT_ID
FROM APPS.PA_DLVR_ACTIONS_AMG_V;

Dependencies

[top of page]

APPS.PA_DLVR_ACTIONS_AMG_V references the following:

SchemaAPPS
SynonymPA_OBJECT_RELATIONSHIPS
SynonymPA_PROJ_ELEMENTS
PL/SQL PackagePA_PROJ_ELEMENTS_UTILS - show dependent code
SynonymPA_PROJ_ELEMENT_VERSIONS
SynonymPA_PROJ_ELEM_VER_SCHEDULE
SynonymPER_ALL_PEOPLE_F

APPS.PA_DLVR_ACTIONS_AMG_V is not referenced by any database object