DBA Data[Home] [Help]

APPS.PA_DELIVERABLE_UTILS dependencies on PA_PROGRESS_UTILS

Line 1358: x_deliverable_has_progress := PA_PROGRESS_UTILS.check_object_has_prog(

1354: BEGIN
1355:
1356: -- 3279978 added function call to check progress records for deliverable
1357:
1358: x_deliverable_has_progress := PA_PROGRESS_UTILS.check_object_has_prog(
1359: p_project_id => p_project_id
1360: ,p_object_id => p_proj_element_id
1361: ,p_object_type => 'PA_DELIVERABLES'
1362: );