DBA Data[Home] [Help]

APPS.HR_ASSIGNMENT_INTERNAL dependencies on HR_ASSIGNMENT

Line 1: Package Body hr_assignment_internal as

1: Package Body hr_assignment_internal as
2: /* $Header: peasgbsi.pkb 120.37.12020000.3 2012/12/12 07:28:52 shpatro ship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := ' hr_assignment_internal.';

2: /* $Header: peasgbsi.pkb 120.37.12020000.3 2012/12/12 07:28:52 shpatro ship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' hr_assignment_internal.';
7: --
8: -- Start of 3335915
9: g_debug boolean := hr_utility.debug_enabled;
10: -- End of 3335915

Line 1708: hr_assignment_internal.create_emp_asg

1704: hr_utility.set_location(l_proc, 20);
1705: --
1706: -- Create employee assignment.
1707: --
1708: hr_assignment_internal.create_emp_asg
1709: (p_effective_date => p_effective_date
1710: ,p_legislation_code => l_legislation_code
1711: ,p_business_group_id => p_business_group_id
1712: ,p_person_id => p_person_id

Line 1861: hr_assignment_internal.create_emp_asg

1857: hr_utility.set_location('Entering:'|| l_proc, 1);
1858: --
1859: l_assignment_status_type_id := p_assignment_status_type_id;
1860:
1861: hr_assignment_internal.create_emp_asg
1862: (p_effective_date => p_effective_date
1863: ,p_legislation_code => p_legislation_code
1864: ,p_business_group_id => p_business_group_id
1865: ,p_person_id => p_person_id

Line 2238: hr_assignment.load_budget_values

2234: --
2235: -- Create budget values for this assignment.
2236: -- 16-APR-1998 Change to include effective dates. SASmith
2237: --
2238: hr_assignment.load_budget_values
2239: (p_assignment_id => l_assignment_id
2240: ,p_business_group_id => p_business_group_id
2241: ,p_userid => null
2242: ,p_login => null

Line 2247: hr_assignment.load_assignment_allocation

2243: ,p_effective_start_date => l_effective_start_date
2244: ,p_effective_end_date => l_effective_end_date
2245: );
2246: --
2247: hr_assignment.load_assignment_allocation
2248: (p_assignment_id => l_assignment_id
2249: ,p_business_group_id => p_business_group_id
2250: ,p_effective_date =>l_effective_start_date
2251: ,p_position_id => p_position_id);

Line 5327: hr_assignment.load_budget_values

5323: --
5324: -- Create assignment budget values.
5325: --Change 16-APR-1998 Include effective dates. SASmith
5326: --
5327: hr_assignment.load_budget_values
5328: (p_assignment_id => l_assignment_id
5329: ,p_business_group_id => p_business_group_id
5330: ,p_userid => null
5331: ,p_login => null

Line 5446: hr_assignment_internal.create_cwk_asg

5442: hr_utility.set_location(l_proc, 20);
5443: --
5444: -- Create the contingent worker assignment.
5445: --
5446: hr_assignment_internal.create_cwk_asg
5447: (p_effective_date => p_effective_date
5448: ,p_legislation_code => l_legislation_code
5449: ,p_business_group_id => p_business_group_id
5450: ,p_person_id => p_person_id

Line 5809: hr_assignment_internal.create_apl_asg

5805: -- Bug 4325900 Ends
5806: --
5807: -- Create applicant assignment.
5808: --
5809: hr_assignment_internal.create_apl_asg
5810: (p_effective_date => p_effective_date
5811: ,p_legislation_code => l_legislation_code
5812: ,p_business_group_id => p_business_group_id
5813: ,p_person_id => p_person_id

Line 6661: hr_assignment.tidy_up_ref_int ( p_rec.assignment_id, -- p_assignment_id,

6657: --
6658: if ( p_datetrack_mode in ('FUTURE_CHANGE','DELETE_NEXT_CHANGE' ) ) then
6659: if ( p_appl_asg_new_end_date is null ) then
6660: if ( p_validation_end_date = hr_api.g_eot ) then
6661: hr_assignment.tidy_up_ref_int ( p_rec.assignment_id, -- p_assignment_id,
6662: 'FUTURE',
6663: p_validation_end_date, -- p_validation_end_date,
6664: per_asg_shd.g_old_rec.effective_end_date, -- p_effective_end_date,
6665: null,

Line 6671: else hr_assignment.tidy_up_ref_int ( p_rec.assignment_id, -- p_assignment_id,

6667: l_appl_cost_warning) ; -- used to catch the cost warning
6668: -- but as Apl asg's can't have costing
6669: -- records no need to return to caller.
6670: end if;
6671: else hr_assignment.tidy_up_ref_int ( p_rec.assignment_id, -- p_assignment_id,
6672: 'FUTURE',
6673: p_validation_end_date, -- p_new_end_date,
6674: per_asg_shd.g_old_rec.effective_end_date, -- p_effective_end_date,
6675: null,

Line 6953: end hr_assignment_internal;

6949: fnd_message.set_token('ERRORMSG',l_error_message);
6950: hr_utility.set_warning;
6951: end auto_calc_fte;
6952:
6953: end hr_assignment_internal;