DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PUB dependencies on PA_PROJ_STRUCTURE_TYPES

Line 6403: pa_proj_structure_types a,

6399: CURSOR get_template_struct_ver IS
6400: select c.element_version_id
6401: from pa_proj_element_versions c,
6402: pa_proj_elements b,
6403: pa_proj_structure_types a,
6404: pa_structure_types d
6405: where d.structure_type_class_code = 'WORKPLAN'
6406: and d.structure_type_id = a.structure_type_id
6407: and a.proj_element_id = b.proj_element_id