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.27.12010000.2 2008/08/06 09:01:08 ubhat ship $ */
3: --
4: -- Package Variables
5: --

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

2: /* $Header: peasgbsi.pkb 120.27.12010000.2 2008/08/06 09:01:08 ubhat 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 1609: hr_assignment_internal.create_emp_asg

1605: hr_utility.set_location(l_proc, 20);
1606: --
1607: -- Create employee assignment.
1608: --
1609: hr_assignment_internal.create_emp_asg
1610: (p_effective_date => p_effective_date
1611: ,p_legislation_code => l_legislation_code
1612: ,p_business_group_id => p_business_group_id
1613: ,p_person_id => p_person_id

Line 1762: hr_assignment_internal.create_emp_asg

1758: hr_utility.set_location('Entering:'|| l_proc, 1);
1759: --
1760: l_assignment_status_type_id := p_assignment_status_type_id;
1761:
1762: hr_assignment_internal.create_emp_asg
1763: (p_effective_date => p_effective_date
1764: ,p_legislation_code => p_legislation_code
1765: ,p_business_group_id => p_business_group_id
1766: ,p_person_id => p_person_id

Line 2136: hr_assignment.load_budget_values

2132: --
2133: -- Create budget values for this assignment.
2134: -- 16-APR-1998 Change to include effective dates. SASmith
2135: --
2136: hr_assignment.load_budget_values
2137: (p_assignment_id => l_assignment_id
2138: ,p_business_group_id => p_business_group_id
2139: ,p_userid => null
2140: ,p_login => null

Line 2145: hr_assignment.load_assignment_allocation

2141: ,p_effective_start_date => l_effective_start_date
2142: ,p_effective_end_date => l_effective_end_date
2143: );
2144: --
2145: hr_assignment.load_assignment_allocation
2146: (p_assignment_id => l_assignment_id
2147: ,p_business_group_id => p_business_group_id
2148: ,p_effective_date =>l_effective_start_date
2149: ,p_position_id => p_position_id);

Line 5192: hr_assignment.load_budget_values

5188: --
5189: -- Create assignment budget values.
5190: --Change 16-APR-1998 Include effective dates. SASmith
5191: --
5192: hr_assignment.load_budget_values
5193: (p_assignment_id => l_assignment_id
5194: ,p_business_group_id => p_business_group_id
5195: ,p_userid => null
5196: ,p_login => null

Line 5311: hr_assignment_internal.create_cwk_asg

5307: hr_utility.set_location(l_proc, 20);
5308: --
5309: -- Create the contingent worker assignment.
5310: --
5311: hr_assignment_internal.create_cwk_asg
5312: (p_effective_date => p_effective_date
5313: ,p_legislation_code => l_legislation_code
5314: ,p_business_group_id => p_business_group_id
5315: ,p_person_id => p_person_id

Line 5674: hr_assignment_internal.create_apl_asg

5670: -- Bug 4325900 Ends
5671: --
5672: -- Create applicant assignment.
5673: --
5674: hr_assignment_internal.create_apl_asg
5675: (p_effective_date => p_effective_date
5676: ,p_legislation_code => l_legislation_code
5677: ,p_business_group_id => p_business_group_id
5678: ,p_person_id => p_person_id

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

6439: --
6440: if ( p_datetrack_mode in ('FUTURE_CHANGE','DELETE_NEXT_CHANGE' ) ) then
6441: if ( p_appl_asg_new_end_date is null ) then
6442: if ( p_validation_end_date = hr_api.g_eot ) then
6443: hr_assignment.tidy_up_ref_int ( p_rec.assignment_id, -- p_assignment_id,
6444: 'FUTURE',
6445: p_validation_end_date, -- p_validation_end_date,
6446: per_asg_shd.g_old_rec.effective_end_date, -- p_effective_end_date,
6447: null,

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

6449: l_appl_cost_warning) ; -- used to catch the cost warning
6450: -- but as Apl asg's can't have costing
6451: -- records no need to return to caller.
6452: end if;
6453: else hr_assignment.tidy_up_ref_int ( p_rec.assignment_id, -- p_assignment_id,
6454: 'FUTURE',
6455: p_validation_end_date, -- p_new_end_date,
6456: per_asg_shd.g_old_rec.effective_end_date, -- p_effective_end_date,
6457: null,

Line 6541: end hr_assignment_internal;

6537: end if;
6538: --
6539: end;
6540: --3
6541: end hr_assignment_internal;