DBA Data[Home] [Help]

APPS.PA_ASSIGNMENT_APPROVAL_PUB dependencies on PA_CANDIDATE_PUB

Line 1835: ,x_msg => 'Calling PA_CANDIDATE_PUB.Decline_Candidates'

1831:
1832: -- dbms_output.put_line('declining candidates');
1833: IF P_DEBUG_MODE = 'Y' THEN
1834: PA_DEBUG.write_log (x_module => 'pa.plsql.PA_ASSIGNMENT_APPROVAL_PUB.Cancel_Assignment'
1835: ,x_msg => 'Calling PA_CANDIDATE_PUB.Decline_Candidates'
1836: ,x_log_level => 5);
1837: END IF;
1838:
1839: -- Decline all active candidates in the requirement

Line 1840: PA_CANDIDATE_PUB.Decline_Candidates(

1836: ,x_log_level => 5);
1837: END IF;
1838:
1839: -- Decline all active candidates in the requirement
1840: PA_CANDIDATE_PUB.Decline_Candidates(
1841: p_assignment_id => p_assignment_id,
1842: x_return_status => x_return_status,
1843: x_msg_count => x_msg_count,
1844: x_msg_data => x_msg_data);

Line 1963: PA_CANDIDATE_PUB.Copy_Candidates

1959: SET source_assignment_id = p_assignment_id
1960: WHERE assignment_id = l_new_assignment_id;
1961:
1962: --Copy the Candidate List from the old requirement to the new requirement
1963: PA_CANDIDATE_PUB.Copy_Candidates
1964: (p_old_requirement_id => l_source_assignment_id
1965: ,p_new_requirement_id => l_new_assignment_id
1966: ,p_new_start_date => l_req_start_date
1967: ,x_return_status => x_return_status