DBA Data[Home] [Help]

APPS.PA_PROJ_TASK_STRUC_PUB dependencies on PA_DELIVERABLE_PUB

Line 8007: PA_DELIVERABLE_PUB.copy_deliverables

8003: IF 'N' = l_workplan_enabled AND 'N' = l_fin_enabled THEN
8004: --If deliverables is enabled and deliverables are selected for copying
8005: IF ( 'Y' = l_dlv_enabled AND 'Y' = l_wp_deliverables_flag ) THEN
8006:
8007: PA_DELIVERABLE_PUB.copy_deliverables
8008: (p_source_project_id => p_src_project_id
8009: ,p_target_project_id => p_dest_project_id
8010: ,p_item_details_flag => l_wp_dlv_item_det_flag
8011: ,p_dlv_actions_flag => 'Y'

Line 10335: PA_DELIVERABLE_PUB.copy_deliverables

10331: END IF;
10332:
10333: IF ( 'Y' = l_dlv_enabled AND 'Y' = l_wp_deliverables_flag ) THEN
10334:
10335: PA_DELIVERABLE_PUB.copy_deliverables
10336: (p_source_project_id => p_src_project_id
10337: ,p_target_project_id => p_dest_project_id
10338: ,p_item_details_flag => l_wp_dlv_item_det_flag
10339: ,p_dlv_actions_flag => 'Y'