DBA Data[Home] [Help]

APPS.PA_PROJ_TASK_STRUC_PUB dependencies on PA_DELIVERABLE_PUB

Line 8268: PA_DELIVERABLE_PUB.copy_deliverables

8264: IF 'N' = l_workplan_enabled AND 'N' = l_fin_enabled THEN
8265: --If deliverables is enabled and deliverables are selected for copying
8266: IF ( 'Y' = l_dlv_enabled AND 'Y' = l_wp_deliverables_flag ) THEN
8267:
8268: PA_DELIVERABLE_PUB.copy_deliverables
8269: (p_source_project_id => p_src_project_id
8270: ,p_target_project_id => p_dest_project_id
8271: ,p_item_details_flag => l_wp_dlv_item_det_flag
8272: ,p_dlv_actions_flag => 'Y'

Line 10629: PA_DELIVERABLE_PUB.copy_deliverables

10625: END IF;
10626:
10627: IF ( 'Y' = l_dlv_enabled AND 'Y' = l_wp_deliverables_flag ) THEN
10628:
10629: PA_DELIVERABLE_PUB.copy_deliverables
10630: (p_source_project_id => p_src_project_id
10631: ,p_target_project_id => p_dest_project_id
10632: ,p_item_details_flag => l_wp_dlv_item_det_flag
10633: ,p_dlv_actions_flag => 'Y'