DBA Data[Home] [Help]

APPS.PER_CANCEL_HIRE_OR_APL_PKG dependencies on PER_CANCEL_HIRE_OR_APL_PKG

Line 1: PACKAGE BODY per_cancel_hire_or_apl_pkg AS

1: PACKAGE BODY per_cancel_hire_or_apl_pkg AS
2: /* $Header: pecanhir.pkb 120.27.12020000.9 2012/08/27 10:59:19 sclakkar ship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package VARCHAR2(33) := 'per_cancel_hire_or_apl_pkg.';

2: /* $Header: pecanhir.pkb 120.27.12020000.9 2012/08/27 10:59:19 sclakkar ship $ */
3: --
4: -- Package Variables
5: --
6: g_package VARCHAR2(33) := 'per_cancel_hire_or_apl_pkg.';
7: --
8: -- procedure created for bug 8405711 to get the preivous person type of the person
9: --
10: -- ---------------------------------------------------------------------------

Line 1144: (per_cancel_hire_or_apl_pkg.return_legislation_code(p_person_id)='US') then

1140: -- check for US pay actions.Start Bug 6798826
1141:
1142: hr_utility.set_location('cancel_hire_or_apl.pre_cancel_checks',31);
1143: if
1144: (per_cancel_hire_or_apl_pkg.return_legislation_code(p_person_id)='US') then
1145:
1146:
1147: hr_utility.set_location('cancel_hire_or_apl.pre_cancel_checks',32);
1148: open csr_payactions_us;

Line 1989: per_cancel_hire_or_apl_pkg.update_person_list(p_person_id => p_person_id);

1985: and assignment_type = 'A'
1986: and sysdate between effective_start_date and effective_end_date
1987: );
1988:
1989: per_cancel_hire_or_apl_pkg.update_person_list(p_person_id => p_person_id);
1990: --
1991: for asg_rec in c_assignments loop
1992: --
1993: hr_utility.set_location('cancel_emp_apl_hire', 551);

Line 3114: per_cancel_hire_or_apl_pkg.update_person_list(p_person_id => p_person_id);

3110: -- p_leaving_reason => null,
3111: -- p_old_date_start => null,
3112: -- p_old_leaving_reason => null);
3113: --
3114: per_cancel_hire_or_apl_pkg.update_person_list(p_person_id => p_person_id);
3115: --
3116: for asg_rec in c_assignments loop
3117: --
3118: hr_utility.set_location('cancel_hire_or_apl.do_cancel_hire', 501);

Line 3948: per_cancel_hire_or_apl_pkg.update_person_list (p_person_id => p_person_id);

3944:
3945: end if;
3946: -- Bug 4095559 Ends
3947: --
3948: per_cancel_hire_or_apl_pkg.update_person_list (p_person_id => p_person_id);
3949: --
3950: for asg_sec_rec in csr_asg_sec loop
3951: --
3952: hr_security_internal.add_to_person_list(

Line 5528: per_cancel_hire_or_apl_pkg.update_person_list(p_person_id => p_person_id);

5524: --
5525: END IF;
5526: -- end of fix 6992346
5527: --
5528: per_cancel_hire_or_apl_pkg.update_person_list(p_person_id => p_person_id);
5529: --
5530: for asg_sec_rec in csr_asg_sec loop
5531: --
5532: hr_utility.set_location(l_proc,300);

Line 5601: END per_cancel_hire_or_apl_pkg;

5597: RETURN l_legislation_code;
5598: --
5599: END return_legislation_code;
5600: --
5601: END per_cancel_hire_or_apl_pkg;