DBA Data[Home] [Help]

APPS.PER_ASG_BUS1 dependencies on HR_GENERAL

Line 4736: IF NOT hr_general2.is_person_type(p_person_id,'CWK',p_effective_date) THEN

4732: end if;
4733: --
4734: -- If the person is not a contractor then raise an error
4735: --
4736: IF NOT hr_general2.is_person_type(p_person_id,'CWK',p_effective_date) THEN
4737: --
4738: hr_utility.set_message(801, 'HR_289646_PER_TYPE_NOT_CWK');
4739: hr_utility.raise_error;
4740: --

Line 6269: and (business_group_id= nvl(hr_general.get_business_group_id,business_group_id)

6265: cursor csr_valid_location_ins is
6266: select inactive_date
6267: from hr_locations_all
6268: where location_id = p_location_id
6269: and (business_group_id= nvl(hr_general.get_business_group_id,business_group_id)
6270: or business_group_id is null);
6271: -- Bug 4116879 Ends
6272: --
6273: begin