DBA Data[Home] [Help]

APPS.BEN_EMP_BUS dependencies on BEN_EMP_SHD

Line 48: l_api_updating := ben_emp_shd.api_updating

44: Begin
45: --
46: hr_utility.set_location('Entering:'||l_proc, 5);
47: --
48: l_api_updating := ben_emp_shd.api_updating
49: (p_effective_date => p_effective_date,
50: p_ELIG_MRTL_STS_PRTE_id => p_ELIG_MRTL_STS_PRTE_id,
51: p_object_version_number => p_object_version_number);
52: --

Line 55: <> ben_emp_shd.g_old_rec.ELIG_MRTL_STS_PRTE_id) then

51: p_object_version_number => p_object_version_number);
52: --
53: if (l_api_updating
54: and nvl(p_ELIG_MRTL_STS_PRTE_id,hr_api.g_number)
55: <> ben_emp_shd.g_old_rec.ELIG_MRTL_STS_PRTE_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_emp_shd.constraint_error('BEN_ELIG_MRTL_STS_PRTE_PK');

Line 59: ben_emp_shd.constraint_error('BEN_ELIG_MRTL_STS_PRTE_PK');

55: <> ben_emp_shd.g_old_rec.ELIG_MRTL_STS_PRTE_id) then
56: --
57: -- raise error as PK has changed
58: --
59: ben_emp_shd.constraint_error('BEN_ELIG_MRTL_STS_PRTE_PK');
60: --
61: elsif not l_api_updating then
62: --
63: -- check if PK is null

Line 69: ben_emp_shd.constraint_error('BEN_ELIG_MRTL_STS_PRTE_PK');

65: if p_ELIG_MRTL_STS_PRTE_id is not null then
66: --
67: -- raise error as PK is not null
68: --
69: ben_emp_shd.constraint_error('BEN_ELIG_MRTL_STS_PRTE_PK');
70: --
71: end if;
72: --
73: end if;

Line 117: l_api_updating := ben_emp_shd.api_updating

113: Begin
114: --
115: hr_utility.set_location('Entering:'||l_proc, 5);
116: --
117: l_api_updating := ben_emp_shd.api_updating
118: (p_ELIG_MRTL_STS_PRTE_id => p_ELIG_MRTL_STS_PRTE_id,
119: p_effective_date => p_effective_date,
120: p_object_version_number => p_object_version_number);
121: --

Line 124: <> nvl(ben_emp_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_emp_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 162: l_api_updating := ben_emp_shd.api_updating

158: Begin
159: --
160: hr_utility.set_location('Entering:'||l_proc, 5);
161: --
162: l_api_updating := ben_emp_shd.api_updating
163: (p_ELIG_MRTL_STS_PRTE_id => p_ELIG_MRTL_STS_PRTE_id,
164: p_effective_date => p_effective_date,
165: p_object_version_number => p_object_version_number);
166: --

Line 169: <> nvl(ben_emp_shd.g_old_rec.marital_status,hr_api.g_varchar2)

165: p_object_version_number => p_object_version_number);
166: --
167: if (l_api_updating
168: and p_marital_status
169: <> nvl(ben_emp_shd.g_old_rec.marital_status,hr_api.g_varchar2)
170: or not l_api_updating) then
171: --
172: -- check if value of lookup falls within lookup type.
173: --

Line 400: (p_rec in ben_emp_shd.g_rec_type,

396: -- ----------------------------------------------------------------------------
397: -- |---------------------------< insert_validate >----------------------------|
398: -- ----------------------------------------------------------------------------
399: Procedure insert_validate
400: (p_rec in ben_emp_shd.g_rec_type,
401: p_effective_date in date,
402: p_datetrack_mode in varchar2,
403: p_validation_start_date in date,
404: p_validation_end_date in date) is

Line 441: (p_rec in ben_emp_shd.g_rec_type,

437: -- ----------------------------------------------------------------------------
438: -- |---------------------------< update_validate >----------------------------|
439: -- ----------------------------------------------------------------------------
440: Procedure update_validate
441: (p_rec in ben_emp_shd.g_rec_type,
442: p_effective_date in date,
443: p_datetrack_mode in varchar2,
444: p_validation_start_date in date,
445: p_validation_end_date in date) is

Line 489: (p_rec in ben_emp_shd.g_rec_type,

485: -- ----------------------------------------------------------------------------
486: -- |---------------------------< delete_validate >----------------------------|
487: -- ----------------------------------------------------------------------------
488: Procedure delete_validate
489: (p_rec in ben_emp_shd.g_rec_type,
490: p_effective_date in date,
491: p_datetrack_mode in varchar2,
492: p_validation_start_date in date,
493: p_validation_end_date in date) is