DBA Data[Home] [Help]

APPS.BEN_ELU_BUS dependencies on BEN_ELU_SHD

Line 48: l_api_updating := ben_elu_shd.api_updating

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

Line 55: <> ben_elu_shd.g_old_rec.elig_lbr_mmbr_prte_id) then

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

Line 59: ben_elu_shd.constraint_error('BEN_ELIG_LBR_MMBR_PK');

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

Line 69: ben_elu_shd.constraint_error('BEN_ELIG_LBR_MMBR_PK');

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

Line 134: l_api_updating := ben_elu_shd.api_updating

130: Begin
131: --
132: hr_utility.set_location('Entering:'||l_proc, 5);
133: --
134: l_api_updating := ben_elu_shd.api_updating
135: (p_elig_lbr_mmbr_prte_id => p_elig_lbr_mmbr_prte_id,
136: p_effective_date => p_effective_date,
137: p_object_version_number => p_object_version_number);
138: --

Line 141: <> nvl(ben_elu_shd.g_old_rec.lbr_mmbr_flag,hr_api.g_varchar2)

137: p_object_version_number => p_object_version_number);
138: --
139: if (l_api_updating
140: and p_lbr_mmbr_flag
141: <> nvl(ben_elu_shd.g_old_rec.lbr_mmbr_flag,hr_api.g_varchar2)
142: or not l_api_updating) then
143: --
144: -- check if value of lookup falls within lookup type.
145: --

Line 217: l_api_updating := ben_elu_shd.api_updating

213: Begin
214: --
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: --
217: l_api_updating := ben_elu_shd.api_updating
218: (p_elig_lbr_mmbr_prte_id => p_elig_lbr_mmbr_prte_id,
219: p_effective_date => p_effective_date,
220: p_object_version_number => p_object_version_number);
221: --

Line 224: <> nvl(ben_elu_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

220: p_object_version_number => p_object_version_number);
221: --
222: if (l_api_updating
223: and p_excld_flag
224: <> nvl(ben_elu_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
225: or not l_api_updating) then
226: --
227: -- check if value of lookup falls within lookup type.
228: --

Line 505: (p_rec in ben_elu_shd.g_rec_type,

501: -- ----------------------------------------------------------------------------
502: -- |---------------------------< insert_validate >----------------------------|
503: -- ----------------------------------------------------------------------------
504: Procedure insert_validate
505: (p_rec in ben_elu_shd.g_rec_type,
506: p_effective_date in date,
507: p_datetrack_mode in varchar2,
508: p_validation_start_date in date,
509: p_validation_end_date in date) is

Line 555: (p_rec in ben_elu_shd.g_rec_type,

551: -- ----------------------------------------------------------------------------
552: -- |---------------------------< update_validate >----------------------------|
553: -- ----------------------------------------------------------------------------
554: Procedure update_validate
555: (p_rec in ben_elu_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 613: (p_rec in ben_elu_shd.g_rec_type,

609: -- ----------------------------------------------------------------------------
610: -- |---------------------------< delete_validate >----------------------------|
611: -- ----------------------------------------------------------------------------
612: Procedure delete_validate
613: (p_rec in ben_elu_shd.g_rec_type,
614: p_effective_date in date,
615: p_datetrack_mode in varchar2,
616: p_validation_start_date in date,
617: p_validation_end_date in date) is