DBA Data[Home] [Help]

APPS.BEN_LBC_BUS dependencies on BEN_LBC_SHD

Line 48: l_api_updating := ben_lbc_shd.api_updating

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

Line 55: <> ben_lbc_shd.g_old_rec.ler_bnft_rstrn_ctfn_id) then

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

Line 59: ben_lbc_shd.constraint_error('BEN_LER_BNFT_RSTRN_CTFN_F_PK');

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

Line 69: ben_lbc_shd.constraint_error('BEN_LER_BNFT_RSTRN_CTFN_F_PK');

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

Line 117: l_api_updating := ben_lbc_shd.api_updating

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

Line 124: <> nvl(ben_lbc_shd.g_old_rec.rqd_flag,hr_api.g_varchar2)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and p_rqd_flag
124: <> nvl(ben_lbc_shd.g_old_rec.rqd_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 189: l_api_updating := ben_lbc_shd.api_updating

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

Line 196: <> ben_lbc_shd.g_old_rec.ctfn_rqd_when_rl

192: p_object_version_number => p_object_version_number);
193: --
194: if (l_api_updating
195: and nvl(p_ctfn_rqd_when_rl,hr_api.g_number)
196: <> ben_lbc_shd.g_old_rec.ctfn_rqd_when_rl
197: or not l_api_updating)
198: and p_ctfn_rqd_when_rl is not null then
199: --
200: -- check if value of formula rule is valid.

Line 261: l_api_updating := ben_lbc_shd.api_updating

257: Begin
258: --
259: hr_utility.set_location('Entering:'||l_proc, 5);
260: --
261: l_api_updating := ben_lbc_shd.api_updating
262: (p_ler_bnft_rstrn_ctfn_id => p_ler_bnft_rstrn_ctfn_id,
263: p_effective_date => p_effective_date,
264: p_object_version_number => p_object_version_number);
265: --

Line 268: <> nvl(ben_lbc_shd.g_old_rec.enrt_ctfn_typ_cd,hr_api.g_varchar2)

264: p_object_version_number => p_object_version_number);
265: --
266: if (l_api_updating
267: and p_enrt_ctfn_typ_cd
268: <> nvl(ben_lbc_shd.g_old_rec.enrt_ctfn_typ_cd,hr_api.g_varchar2)
269: or not l_api_updating)
270: and p_enrt_ctfn_typ_cd is not null then
271: --
272: -- check if value of lookup falls within lookup type.

Line 567: (p_rec in ben_lbc_shd.g_rec_type,

563: -- ----------------------------------------------------------------------------
564: -- |---------------------------< insert_validate >----------------------------|
565: -- ----------------------------------------------------------------------------
566: Procedure insert_validate
567: (p_rec in ben_lbc_shd.g_rec_type,
568: p_effective_date in date,
569: p_datetrack_mode in varchar2,
570: p_validation_start_date in date,
571: p_validation_end_date in date) is

Line 623: (p_rec in ben_lbc_shd.g_rec_type,

619: -- ----------------------------------------------------------------------------
620: -- |---------------------------< update_validate >----------------------------|
621: -- ----------------------------------------------------------------------------
622: Procedure update_validate
623: (p_rec in ben_lbc_shd.g_rec_type,
624: p_effective_date in date,
625: p_datetrack_mode in varchar2,
626: p_validation_start_date in date,
627: p_validation_end_date in date) is

Line 687: (p_rec in ben_lbc_shd.g_rec_type,

683: -- ----------------------------------------------------------------------------
684: -- |---------------------------< delete_validate >----------------------------|
685: -- ----------------------------------------------------------------------------
686: Procedure delete_validate
687: (p_rec in ben_lbc_shd.g_rec_type,
688: p_effective_date in date,
689: p_datetrack_mode in varchar2,
690: p_validation_start_date in date,
691: p_validation_end_date in date) is