DBA Data[Home] [Help]

APPS.PA_WORKPLAN_WORKFLOW_CLIENT dependencies on PA_OBJECT_RELATIONSHIPS

Line 529: from pa_object_relationships obj

525: where object_type = 'PA_PROJECTS'
526: --and object_id = l_project_id Bug 4562762
527: -- Bug 4562762 : Added logic to select program too
528: and object_id IN (select ver.project_id
529: from pa_object_relationships obj
530: , pa_proj_element_versions ver
531: where obj.object_id_to1=l_structure_version_id
532: and obj.relationship_type = 'LW'
533: and obj.object_id_from1=ver.element_version_id