DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on HR_PSF_SHD

Line 12524: hr_psf_shd.get_position_job_org(p_position_id, p_effective_date,

12520: -- This procedure will return the job_id and organization_id of a position
12521: --
12522: if (p_called_from_mass_update = TRUE and p_position_id is not null) then
12523: if (l_job_id is null) or (l_org_id is null) then
12524: hr_psf_shd.get_position_job_org(p_position_id, p_effective_date,
12525: l_job_id, l_org_id);
12526: end if;
12527: end if;
12528: -- End of 3553286

Line 14823: -- hr_psf_shd.get_position_job_org(p_position_id, p_effective_date,

14819: -- position_id is not null and it is called from Mass Update form.
14820: --
14821: -- if (p_called_from_mass_update = TRUE and p_position_id is not null) then
14822: -- if (p_jobid is null) or (p_org_id is null) then
14823: -- hr_psf_shd.get_position_job_org(p_position_id, p_effective_date,
14824: -- p_jobid, p_org_id);
14825: -- end if;
14826: -- end if;
14827: --

Line 15807: hr_psf_shd.get_position_job_org(p_position_id, p_effective_date,

15803: -- This procedure will return the job_id and organization_id of a position
15804: --
15805: if (p_called_from_mass_update = TRUE and p_position_id is not null) then
15806: if (l_job_id is null) or (l_org_id is null) then
15807: hr_psf_shd.get_position_job_org(p_position_id, p_effective_date,
15808: l_job_id, l_org_id);
15809: end if;
15810: end if;
15811: -- End of 3553286