DBA Data[Home] [Help]

APPS.PA_ASSIGNMENT_APPROVAL_PUB dependencies on PA_PROJECT_PARTIES_PVT

Line 1892: --dbms_output.put_line('before PA_PROJECT_PARTIES_PVT.Delete_Project_Party');

1888: ,x_return_status => x_return_status);
1889: --dbms_output.put_line('abort assignment result:'||x_return_status);
1890: END IF;
1891:
1892: --dbms_output.put_line('before PA_PROJECT_PARTIES_PVT.Delete_Project_Party');
1893:
1894: --
1895: --Delete the Project Party Role
1896: --

Line 1898: PA_PROJECT_PARTIES_PVT.Delete_Project_Party(

1894: --
1895: --Delete the Project Party Role
1896: --
1897: IF l_project_party_id IS NOT NULL THEN
1898: PA_PROJECT_PARTIES_PVT.Delete_Project_Party(
1899: p_commit => 'F',
1900: p_validate_only => 'F',
1901: p_project_party_id => l_project_party_id,
1902: p_calling_module => 'ASSIGNMENT',

Line 1909: --dbms_output.put_line('after PA_PROJECT_PARTIES_PVT.Delete_Project_Party');

1905: x_msg_count => x_msg_count,
1906: x_msg_data => x_msg_data);
1907: END IF;
1908:
1909: --dbms_output.put_line('after PA_PROJECT_PARTIES_PVT.Delete_Project_Party');
1910: --
1911: --Reverse the Candidate status for the resource assigned
1912: --
1913: PA_CANDIDATE_UTILS.Reverse_Candidate_Status (p_assignment_id => l_source_assignment_id