DBA Data[Home] [Help]

APPS.PA_PROJ_STRUCTURE_UTILS dependencies on PA_PROJ_ELEMENTS

Line 319: FROM PA_PROJ_ELEMENTS ppe,

315: -- This cursor selects the enable_wf_flag
316: -- for the given structure and for given project.
317: CURSOR C IS
318: SELECT ENABLE_WF_FLAG
319: FROM PA_PROJ_ELEMENTS ppe,
320: PA_PROJ_STRUCTURE_TYPES pps,
321: PA_STRUCTURE_TYPES pst
322: WHERE ppe.project_id = p_project_id
323: AND ppe.object_type = 'PA_STRUCTURES'