DBA Data[Home] [Help]

APPS.BEN_ECL_BUS dependencies on BEN_ECL_SHD

Line 48: l_api_updating := ben_ecl_shd.api_updating

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

Line 55: <> ben_ecl_shd.g_old_rec.elig_comp_lvl_prte_id) then

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

Line 59: ben_ecl_shd.constraint_error('BEN_ELIG_COMP_LVL_PK');

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

Line 69: ben_ecl_shd.constraint_error('BEN_ELIG_COMP_LVL_PK');

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

Line 140: l_api_updating := ben_ecl_shd.api_updating

136: Begin
137: --
138: hr_utility.set_location('Entering:'||l_proc,5);
139: --
140: l_api_updating := ben_ecl_shd.api_updating
141: (p_elig_comp_lvl_prte_id => p_elig_comp_lvl_prte_id,
142: p_effective_date => p_effective_date,
143: p_object_version_number => p_object_version_number);
144: --

Line 147: <> nvl(ben_ecl_shd.g_old_rec.comp_lvl_fctr_id,hr_api.g_number)

143: p_object_version_number => p_object_version_number);
144: --
145: if (l_api_updating
146: and nvl(p_comp_lvl_fctr_id,hr_api.g_number)
147: <> nvl(ben_ecl_shd.g_old_rec.comp_lvl_fctr_id,hr_api.g_number)
148: or not l_api_updating) then
149: --
150: -- check if comp_lvl_fctr_id value exists in ben_comp_lvl_fctr table
151: --

Line 162: ben_ecl_shd.constraint_error('BEN_ELIG_COMP_LVL_FK1');

158: --
159: -- raise error as FK does not relate to PK in ben_comp_lvl_fctr
160: -- table.
161: --
162: ben_ecl_shd.constraint_error('BEN_ELIG_COMP_LVL_FK1');
163: --
164: end if;
165: --
166: close c1;

Line 371: l_api_updating := ben_ecl_shd.api_updating

367: Begin
368: --
369: hr_utility.set_location('Entering:'||l_proc, 5);
370: --
371: l_api_updating := ben_ecl_shd.api_updating
372: (p_elig_comp_lvl_prte_id => p_elig_comp_lvl_prte_id,
373: p_effective_date => p_effective_date,
374: p_object_version_number => p_object_version_number);
375: --

Line 378: <> nvl(ben_ecl_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

374: p_object_version_number => p_object_version_number);
375: --
376: if (l_api_updating
377: and p_excld_flag
378: <> nvl(ben_ecl_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
379: or not l_api_updating) then
380: --
381: -- check if value of lookup falls within lookup type.
382: --

Line 666: (p_rec in ben_ecl_shd.g_rec_type,

662: -- ----------------------------------------------------------------------------
663: -- |---------------------------< insert_validate >----------------------------|
664: -- ----------------------------------------------------------------------------
665: Procedure insert_validate
666: (p_rec in ben_ecl_shd.g_rec_type,
667: p_effective_date in date,
668: p_datetrack_mode in varchar2,
669: p_validation_start_date in date,
670: p_validation_end_date in date) is

Line 720: (p_rec in ben_ecl_shd.g_rec_type,

716: -- ----------------------------------------------------------------------------
717: -- |---------------------------< update_validate >----------------------------|
718: -- ----------------------------------------------------------------------------
719: Procedure update_validate
720: (p_rec in ben_ecl_shd.g_rec_type,
721: p_effective_date in date,
722: p_datetrack_mode in varchar2,
723: p_validation_start_date in date,
724: p_validation_end_date in date) is

Line 778: (p_rec in ben_ecl_shd.g_rec_type,

774: -- ----------------------------------------------------------------------------
775: -- |---------------------------< delete_validate >----------------------------|
776: -- ----------------------------------------------------------------------------
777: Procedure delete_validate
778: (p_rec in ben_ecl_shd.g_rec_type,
779: p_effective_date in date,
780: p_datetrack_mode in varchar2,
781: p_validation_start_date in date,
782: p_validation_end_date in date) is