DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_API dependencies on HR_PSF_SHD

Line 13125: hr_psf_shd.get_position_job_org(p_position_id, p_effective_date,

13121: -- This procedure will return the job_id and organization_id of a position
13122: --
13123: if (p_called_from_mass_update = TRUE and p_position_id is not null) then
13124: if (l_job_id is null) or (l_org_id is null) then
13125: hr_psf_shd.get_position_job_org(p_position_id, p_effective_date,
13126: l_job_id, l_org_id);
13127: end if;
13128: end if;
13129: -- End of 3553286

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

15420: -- position_id is not null and it is called from Mass Update form.
15421: --
15422: -- if (p_called_from_mass_update = TRUE and p_position_id is not null) then
15423: -- if (p_jobid is null) or (p_org_id is null) then
15424: -- hr_psf_shd.get_position_job_org(p_position_id, p_effective_date,
15425: -- p_jobid, p_org_id);
15426: -- end if;
15427: -- end if;
15428: --

Line 16464: hr_psf_shd.get_position_job_org(p_position_id, p_effective_date,

16460: -- This procedure will return the job_id and organization_id of a position
16461: --
16462: if (p_called_from_mass_update = TRUE and p_position_id is not null) then
16463: if (l_job_id is null) or (l_org_id is null) then
16464: hr_psf_shd.get_position_job_org(p_position_id, p_effective_date,
16465: l_job_id, l_org_id);
16466: end if;
16467: end if;
16468: -- End of 3553286