DBA Data[Home] [Help]

APPS.BEN_ETU_BUS dependencies on BEN_ETU_SHD

Line 48: l_api_updating := ben_etu_shd.api_updating

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

Line 55: <> ben_etu_shd.g_old_rec.elig_tbco_use_prte_id) then

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

Line 59: ben_etu_shd.constraint_error('BEN_ELIG_TBCO_USE_PRTE_F_PK');

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

Line 69: ben_etu_shd.constraint_error('BEN_ELIG_TBCO_USE_PRTE_F_PK');

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

Line 183: l_api_updating := ben_etu_shd.api_updating

179: Begin
180: --
181: hr_utility.set_location('Entering:'||l_proc, 5);
182: --
183: l_api_updating := ben_etu_shd.api_updating
184: (p_elig_tbco_use_prte_id => p_elig_tbco_use_prte_id,
185: p_effective_date => p_effective_date,
186: p_object_version_number => p_object_version_number);
187: --

Line 248: l_api_updating := ben_etu_shd.api_updating

244: Begin
245: --
246: hr_utility.set_location('Entering:'||l_proc, 5);
247: --
248: l_api_updating := ben_etu_shd.api_updating
249: (p_elig_tbco_use_prte_id => p_elig_tbco_use_prte_id,
250: p_effective_date => p_effective_date,
251: p_object_version_number => p_object_version_number);
252: --

Line 255: <> nvl(ben_etu_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

251: p_object_version_number => p_object_version_number);
252: --
253: if (l_api_updating
254: and p_excld_flag
255: <> nvl(ben_etu_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
256: or not l_api_updating) then
257: --
258: -- check if value of lookup falls within lookup type.
259: --

Line 317: l_api_updating := ben_etu_shd.api_updating

313: Begin
314: --
315: hr_utility.set_location('Entering:'||l_proc, 5);
316: --
317: l_api_updating := ben_etu_shd.api_updating
318: (p_elig_tbco_use_prte_id => p_elig_tbco_use_prte_id,
319: p_effective_date => p_effective_date,
320: p_object_version_number => p_object_version_number);
321: --

Line 324: <> nvl(ben_etu_shd.g_old_rec.uses_tbco_flag,hr_api.g_varchar2)

320: p_object_version_number => p_object_version_number);
321: --
322: if (l_api_updating
323: and p_uses_tbco_flag
324: <> nvl(ben_etu_shd.g_old_rec.uses_tbco_flag,hr_api.g_varchar2)
325: or not l_api_updating) then
326: --
327: -- check if value of lookup falls within lookup type.
328: --

Line 555: (p_rec in ben_etu_shd.g_rec_type,

551: -- ----------------------------------------------------------------------------
552: -- |---------------------------< insert_validate >----------------------------|
553: -- ----------------------------------------------------------------------------
554: Procedure insert_validate
555: (p_rec in ben_etu_shd.g_rec_type,
556: p_effective_date in date,
557: p_datetrack_mode in varchar2,
558: p_validation_start_date in date,
559: p_validation_end_date in date) is

Line 608: (p_rec in ben_etu_shd.g_rec_type,

604: -- ----------------------------------------------------------------------------
605: -- |---------------------------< update_validate >----------------------------|
606: -- ----------------------------------------------------------------------------
607: Procedure update_validate
608: (p_rec in ben_etu_shd.g_rec_type,
609: p_effective_date in date,
610: p_datetrack_mode in varchar2,
611: p_validation_start_date in date,
612: p_validation_end_date in date) is

Line 669: (p_rec in ben_etu_shd.g_rec_type,

665: -- ----------------------------------------------------------------------------
666: -- |---------------------------< delete_validate >----------------------------|
667: -- ----------------------------------------------------------------------------
668: Procedure delete_validate
669: (p_rec in ben_etu_shd.g_rec_type,
670: p_effective_date in date,
671: p_datetrack_mode in varchar2,
672: p_validation_start_date in date,
673: p_validation_end_date in date) is