DBA Data[Home] [Help]

APPS.BEN_LRE_BUS dependencies on BEN_LRE_SHD

Line 48: l_api_updating := ben_lre_shd.api_updating

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

Line 55: <> ben_lre_shd.g_old_rec.ler_rqrs_enrt_ctfn_id) then

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

Line 59: ben_lre_shd.constraint_error('BEN_LER_RQRS_ENRT_CTFN_F_PK');

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

Line 69: ben_lre_shd.constraint_error('BEN_LER_RQRS_ENRT_CTFN_F_PK');

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

Line 118: l_api_updating := ben_lre_shd.api_updating

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

Line 125: <> ben_lre_shd.g_old_rec.ctfn_rqd_when_rl

121: p_object_version_number => p_object_version_number);
122: --
123: if (l_api_updating
124: and nvl(p_ctfn_rqd_when_rl,hr_api.g_number)
125: <> ben_lre_shd.g_old_rec.ctfn_rqd_when_rl
126: or not l_api_updating)
127: and p_ctfn_rqd_when_rl is not null then
128: --
129: -- check if value of formula rule is valid.

Line 190: l_api_updating := ben_lre_shd.api_updating

186: Begin
187: --
188: hr_utility.set_location('Entering:'||l_proc, 5);
189: --
190: l_api_updating := ben_lre_shd.api_updating
191: (p_ler_rqrs_enrt_ctfn_id => p_ler_rqrs_enrt_ctfn_id,
192: p_effective_date => p_effective_date,
193: p_object_version_number => p_object_version_number);
194: --

Line 197: <> nvl(ben_lre_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

193: p_object_version_number => p_object_version_number);
194: --
195: if (l_api_updating
196: and p_excld_flag
197: <> nvl(ben_lre_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
198: or not l_api_updating) then
199: --
200: -- check if value of lookup falls within lookup type.
201: --

Line 461: (p_rec in ben_lre_shd.g_rec_type,

457: -- ----------------------------------------------------------------------------
458: -- |---------------------------< insert_validate >----------------------------|
459: -- ----------------------------------------------------------------------------
460: Procedure insert_validate
461: (p_rec in ben_lre_shd.g_rec_type,
462: p_effective_date in date,
463: p_datetrack_mode in varchar2,
464: p_validation_start_date in date,
465: p_validation_end_date in date) is

Line 502: (p_rec in ben_lre_shd.g_rec_type,

498: -- ----------------------------------------------------------------------------
499: -- |---------------------------< update_validate >----------------------------|
500: -- ----------------------------------------------------------------------------
501: Procedure update_validate
502: (p_rec in ben_lre_shd.g_rec_type,
503: p_effective_date in date,
504: p_datetrack_mode in varchar2,
505: p_validation_start_date in date,
506: p_validation_end_date in date) is

Line 553: (p_rec in ben_lre_shd.g_rec_type,

549: -- ----------------------------------------------------------------------------
550: -- |---------------------------< delete_validate >----------------------------|
551: -- ----------------------------------------------------------------------------
552: Procedure delete_validate
553: (p_rec in ben_lre_shd.g_rec_type,
554: p_effective_date in date,
555: p_datetrack_mode in varchar2,
556: p_validation_start_date in date,
557: p_validation_end_date in date) is