DBA Data[Home] [Help]

APPS.PA_DELIVERABLE_UTILS dependencies on PA_PROJ_ELEMENTS_UTILS

Line 5414: l_latest_pub_wp_struct_id := PA_PROJ_ELEMENTS_UTILS.latest_published_ver_id(p_project_id);

5410: BEGIN
5411:
5412: -- retrieve published wp structure version id
5413:
5414: l_latest_pub_wp_struct_id := PA_PROJ_ELEMENTS_UTILS.latest_published_ver_id(p_project_id);
5415:
5416: -- check whether task exists for published wp structure
5417: -- if yes
5418: -- retrieve task version id, set is_task_in_published_ver to 'Y' and task version id in local variable

Line 6111: l_latest_pub_wp_struct_id := PA_PROJ_ELEMENTS_UTILS.latest_published_ver_id(p_project_id);

6107:
6108: -- retrieve published wp structure version id
6109: -- if task is in in latest published wp verion, return task version id and parent structure version id
6110:
6111: l_latest_pub_wp_struct_id := PA_PROJ_ELEMENTS_UTILS.latest_published_ver_id(p_project_id);
6112:
6113: IF l_latest_pub_wp_struct_id IS NOT NULL THEN
6114:
6115: OPEN c_task_exists(l_latest_pub_wp_struct_id);