DBA Data[Home] [Help]

APPS.PA_PROJ_FP_OPTIONS_PUB dependencies on PA_PROJ_ELEM_VER_STRUCTURE

Line 4273: pa_proj_elem_ver_structure ver

4269:
4270: CURSOR last_published_wp_version_cur IS
4271: select bv.budget_version_id
4272: from pa_budget_versions bv,
4273: pa_proj_elem_ver_structure ver
4274: where bv.project_id = p_target_project_id
4275: and bv.wp_version_flag = 'Y'
4276: and bv.project_id = ver.project_id
4277: and bv.project_structure_version_id = ver.element_version_id

Line 4283: pa_proj_elem_ver_structure ver

4279:
4280: CURSOR baselined_wp_version_cur IS
4281: select bv.budget_version_id
4282: from pa_budget_versions bv,
4283: pa_proj_elem_ver_structure ver
4284: where bv.project_id = p_target_project_id
4285: and bv.wp_version_flag = 'Y'
4286: and bv.project_id = ver.project_id
4287: and bv.project_structure_version_id = ver.element_version_id

Line 4293: pa_proj_elem_ver_structure ver

4289:
4290: CURSOR current_working_wp_version_cur IS
4291: select bv.budget_version_id
4292: from pa_budget_versions bv,
4293: pa_proj_elem_ver_structure ver
4294: where bv.project_id = p_target_project_id
4295: and bv.wp_version_flag = 'Y'
4296: and bv.project_id = ver.project_id
4297: and bv.project_structure_version_id = ver.element_version_id