DBA Data[Home] [Help]

APPS.BEN_EBU_BUS dependencies on HR_API

Line 54: and nvl(p_elig_brgng_unit_prte_id,hr_api.g_number)

50: p_elig_brgng_unit_prte_id => p_elig_brgng_unit_prte_id,
51: p_object_version_number => p_object_version_number);
52: --
53: if (l_api_updating
54: and nvl(p_elig_brgng_unit_prte_id,hr_api.g_number)
55: <> ben_ebu_shd.g_old_rec.elig_brgng_unit_prte_id) then
56: --
57: -- raise error as PK has changed
58: --

Line 124: <> nvl(ben_ebu_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and p_excld_flag
124: <> nvl(ben_ebu_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
125: or not l_api_updating) then
126: --
127: -- check if value of lookup falls within lookup type.
128: --

Line 130: if hr_api.not_exists_in_hr_lookups

126: --
127: -- check if value of lookup falls within lookup type.
128: --
129: --
130: if hr_api.not_exists_in_hr_lookups
131: (p_lookup_type => 'YES_NO',
132: p_lookup_code => p_excld_flag,
133: p_effective_date => p_effective_date) then
134: --

Line 193: and elig_brgng_unit_prte_id <> nvl(p_elig_brgng_unit_prte_id,hr_api.g_number)

189: select null
190: from ben_elig_brgng_unit_prte_f
191: where brgng_unit_cd = p_brgng_unit_cd
192: and eligy_prfl_id = p_eligy_prfl_id
193: and elig_brgng_unit_prte_id <> nvl(p_elig_brgng_unit_prte_id,hr_api.g_number)
194: and business_group_id + 0 = p_business_group_id
195: and p_validation_start_date <= effective_end_date
196: and p_validation_end_date >= effective_start_date
197: ;

Line 210: <> nvl(ben_ebu_shd.g_old_rec.brgng_unit_cd,hr_api.g_varchar2)

206: p_object_version_number => p_object_version_number);
207: --
208: if (l_api_updating
209: and p_brgng_unit_cd
210: <> nvl(ben_ebu_shd.g_old_rec.brgng_unit_cd,hr_api.g_varchar2)
211: or not l_api_updating) then
212: --
213: -- check if value of lookup falls within lookup type.
214: --

Line 216: if hr_api.not_exists_in_hr_lookups

212: --
213: -- check if value of lookup falls within lookup type.
214: --
215: --
216: if hr_api.not_exists_in_hr_lookups
217: (p_lookup_type => 'BARGAINING_UNIT_CODE',
218: p_lookup_code => p_brgng_unit_cd,
219: p_effective_date => p_effective_date) then
220: --

Line 336: (p_eligy_prfl_id in number default hr_api.g_number,

332: --
333: -- {End Of Comments}
334: -- ----------------------------------------------------------------------------
335: Procedure dt_update_validate
336: (p_eligy_prfl_id in number default hr_api.g_number,
337: p_datetrack_mode in varchar2,
338: p_validation_start_date in date,
339: p_validation_end_date in date) Is
340: --

Line 350: hr_api.mandatory_arg_error

346: hr_utility.set_location('Entering:'||l_proc, 5);
347: --
348: -- Ensure that the p_datetrack_mode argument is not null
349: --
350: hr_api.mandatory_arg_error
351: (p_api_name => l_proc,
352: p_argument => 'datetrack_mode',
353: p_argument_value => p_datetrack_mode);
354: --

Line 362: hr_api.mandatory_arg_error

358: --
359: --
360: -- Ensure the arguments are not null
361: --
362: hr_api.mandatory_arg_error
363: (p_api_name => l_proc,
364: p_argument => 'validation_start_date',
365: p_argument_value => p_validation_start_date);
366: --

Line 367: hr_api.mandatory_arg_error

363: (p_api_name => l_proc,
364: p_argument => 'validation_start_date',
365: p_argument_value => p_validation_start_date);
366: --
367: hr_api.mandatory_arg_error
368: (p_api_name => l_proc,
369: p_argument => 'validation_end_date',
370: p_argument_value => p_validation_end_date);
371: --

Line 372: If ((nvl(p_eligy_prfl_id, hr_api.g_number) <> hr_api.g_number) and

368: (p_api_name => l_proc,
369: p_argument => 'validation_end_date',
370: p_argument_value => p_validation_end_date);
371: --
372: If ((nvl(p_eligy_prfl_id, hr_api.g_number) <> hr_api.g_number) and
373: NOT (dt_api.check_min_max_dates
374: (p_base_table_name => 'ben_eligy_prfl_f',
375: p_base_key_column => 'eligy_prfl_id',
376: p_base_key_value => p_eligy_prfl_id,

Line 455: hr_api.mandatory_arg_error

451: hr_utility.set_location('Entering:'||l_proc, 5);
452: --
453: -- Ensure that the p_datetrack_mode argument is not null
454: --
455: hr_api.mandatory_arg_error
456: (p_api_name => l_proc,
457: p_argument => 'datetrack_mode',
458: p_argument_value => p_datetrack_mode);
459: --

Line 469: hr_api.mandatory_arg_error

465: --
466: --
467: -- Ensure the arguments are not null
468: --
469: hr_api.mandatory_arg_error
470: (p_api_name => l_proc,
471: p_argument => 'validation_start_date',
472: p_argument_value => p_validation_start_date);
473: --

Line 474: hr_api.mandatory_arg_error

470: (p_api_name => l_proc,
471: p_argument => 'validation_start_date',
472: p_argument_value => p_validation_start_date);
473: --
474: hr_api.mandatory_arg_error
475: (p_api_name => l_proc,
476: p_argument => 'validation_end_date',
477: p_argument_value => p_validation_end_date);
478: --

Line 479: hr_api.mandatory_arg_error

475: (p_api_name => l_proc,
476: p_argument => 'validation_end_date',
477: p_argument_value => p_validation_end_date);
478: --
479: hr_api.mandatory_arg_error
480: (p_api_name => l_proc,
481: p_argument => 'elig_brgng_unit_prte_id',
482: p_argument_value => p_elig_brgng_unit_prte_id);
483: --

Line 526: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

522: --
523: -- Call all supporting business operations
524: --
525: --
526: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
527: --
528: chk_elig_brgng_unit_prte_id
529: (p_elig_brgng_unit_prte_id => p_rec.elig_brgng_unit_prte_id,
530: p_effective_date => p_effective_date,

Line 577: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp

573: --
574: -- Call all supporting business operations
575: --
576: --
577: hr_api.validate_bus_grp_id(p_rec.business_group_id); -- Validate Bus Grp
578: --
579: chk_elig_brgng_unit_prte_id
580: (p_elig_brgng_unit_prte_id => p_rec.elig_brgng_unit_prte_id,
581: p_effective_date => p_effective_date,

Line 671: hr_api.mandatory_arg_error(p_api_name => l_proc,

667: hr_utility.set_location('Entering:'|| l_proc, 10);
668: --
669: -- Ensure that all the mandatory parameter are not null
670: --
671: hr_api.mandatory_arg_error(p_api_name => l_proc,
672: p_argument => 'elig_brgng_unit_prte_id',
673: p_argument_value => p_elig_brgng_unit_prte_id);
674: --
675: open csr_leg_code;