DBA Data[Home] [Help]

APPS.PER_VAC_BUS dependencies on PER_VAC_BUS

Line 1: Package Body per_vac_bus as

1: Package Body per_vac_bus as
2: /* $Header: pevacrhi.pkb 120.0 2005/05/31 22:51:12 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' per_vac_bus.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_vac_bus.'; -- Global package name
9: --
10: -- The following two global variables are only to be
11: -- used by the return_legislation_code function.
12: --

Line 113: if ( nvl(per_vac_bus.g_vacancy_id, hr_api.g_number)

109: ,p_argument => 'vacancy_id'
110: ,p_argument_value => p_vacancy_id
111: );
112: --
113: if ( nvl(per_vac_bus.g_vacancy_id, hr_api.g_number)
114: = p_vacancy_id) then
115: --
116: -- The legislation code has already been found with a previous
117: -- call to this function. Just return the value in the global

Line 120: l_legislation_code := per_vac_bus.g_legislation_code;

116: -- The legislation code has already been found with a previous
117: -- call to this function. Just return the value in the global
118: -- variable.
119: --
120: l_legislation_code := per_vac_bus.g_legislation_code;
121: hr_utility.set_location(l_proc, 20);
122: else
123: --
124: -- The ID is different to the last call to this function

Line 144: per_vac_bus.g_vacancy_id := p_vacancy_id;

140: -- Set the global variables so the values are
141: -- available for the next call to this function.
142: --
143: close csr_leg_code;
144: per_vac_bus.g_vacancy_id := p_vacancy_id;
145: per_vac_bus.g_legislation_code := l_legislation_code;
146: end if;
147: hr_utility.set_location(' Leaving:'|| l_proc, 40);
148: return l_legislation_code;

Line 145: per_vac_bus.g_legislation_code := l_legislation_code;

141: -- available for the next call to this function.
142: --
143: close csr_leg_code;
144: per_vac_bus.g_vacancy_id := p_vacancy_id;
145: per_vac_bus.g_legislation_code := l_legislation_code;
146: end if;
147: hr_utility.set_location(' Leaving:'|| l_proc, 40);
148: return l_legislation_code;
149: end return_legislation_code;

Line 2401: per_vac_bus.chk_job_id_grade_id

2397: );
2398: --
2399: hr_utility.set_location(l_proc, 140);
2400: --
2401: per_vac_bus.chk_job_id_grade_id
2402: (p_vacancy_id => p_rec.vacancy_id
2403: ,p_job_id => p_rec.job_id
2404: ,p_grade_id => p_rec.grade_id
2405: ,p_effective_date => p_effective_date

Line 2481: per_vac_bus.chk_df(p_rec);

2477: );
2478: --
2479: hr_utility.set_location(l_proc, 230);
2480: --
2481: per_vac_bus.chk_df(p_rec);
2482: --
2483: hr_utility.set_location(l_proc, 240);
2484: --
2485: p_inv_job_grade_warning:=l_inv_job_grade_warning;

Line 2621: per_vac_bus.chk_job_id_grade_id

2617: );
2618: --
2619: hr_utility.set_location(l_proc, 120);
2620: --
2621: per_vac_bus.chk_job_id_grade_id
2622: (p_vacancy_id => p_rec.vacancy_id
2623: ,p_job_id => p_rec.job_id
2624: ,p_grade_id => p_rec.grade_id
2625: ,p_effective_date => p_effective_date

Line 2710: per_vac_bus.chk_df(p_rec);

2706: );
2707: --
2708: hr_utility.set_location(l_proc, 220);
2709: --
2710: per_vac_bus.chk_df(p_rec);
2711: --
2712: p_inv_job_grade_warning:=l_inv_job_grade_warning;
2713: p_inv_pos_grade_warning:=l_inv_pos_grade_warning;
2714: --

Line 2735: end per_vac_bus;

2731: --
2732: hr_utility.set_location(' Leaving:'||l_proc, 10);
2733: End delete_validate;
2734: --
2735: end per_vac_bus;