DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PUB dependencies on PA_PROJ_STRUCTURE_TYPES

Line 7109: pa_proj_structure_types a,

7105: CURSOR get_template_struct_ver IS
7106: select c.element_version_id
7107: from pa_proj_element_versions c,
7108: pa_proj_elements b,
7109: pa_proj_structure_types a,
7110: pa_structure_types d
7111: where d.structure_type_class_code = 'WORKPLAN'
7112: and d.structure_type_id = a.structure_type_id
7113: and a.proj_element_id = b.proj_element_id