DBA Data[Home] [Help]

APPS.PA_ASSIGNMENTS_PUB dependencies on PA_CANDIDATE_PUB

Line 2720: PA_CANDIDATE_PUB.Copy_Candidates

2716:
2717:
2718: IF l_return_status = FND_API.G_RET_STS_SUCCESS THEN
2719: --Copy the Candidate List from the old requirement to the new requirement
2720: PA_CANDIDATE_PUB.Copy_Candidates
2721: (p_old_requirement_id => l_source_assignment_rec.assignment_id
2722: ,p_new_requirement_id => l_new_open_asgn_id
2723: ,p_new_start_date => l_new_open_assignment_tbl(l_counter).start_date
2724: ,x_return_status => l_return_status

Line 3034: PA_CANDIDATE_PUB.Update_Remaining_Candidates(p_assignment_id => p_assignment_rec.source_assignment_id

3030: --Assign status to the remaining candidates
3031: --This API update the record number.
3032: --IF p_remaining_candidate_code IS NOT NULL AND p_remaining_candidate_code <> FND_API.G_MISS_CHAR THEN
3033:
3034: PA_CANDIDATE_PUB.Update_Remaining_Candidates(p_assignment_id => p_assignment_rec.source_assignment_id
3035: ,p_resource_id => x_resource_id
3036: ,p_status_code => p_remaining_candidate_code
3037: ,p_change_reason_code => p_change_reason_code
3038: ,x_return_status => l_return_status