DBA Data[Home] [Help]

APPS.BEN_LNC_BUS dependencies on BEN_LNC_SHD

Line 48: l_api_updating := ben_lnc_shd.api_updating

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

Line 55: <> ben_lnc_shd.g_old_rec.ler_enrt_ctfn_id) then

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

Line 59: ben_lnc_shd.constraint_error('BEN_LER_ENRT_CTFN_F_PK');

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

Line 69: ben_lnc_shd.constraint_error('BEN_LER_ENRT_CTFN_F_PK');

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

Line 118: l_api_updating := ben_lnc_shd.api_updating

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

Line 125: <> ben_lnc_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_lnc_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_lnc_shd.api_updating

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

Line 197: <> nvl(ben_lnc_shd.g_old_rec.enrt_ctfn_typ_cd,hr_api.g_varchar2)

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

Line 324: l_api_updating := ben_lnc_shd.api_updating

320: Begin
321: --
322: hr_utility.set_location('Entering:'||l_proc, 5);
323: --
324: l_api_updating := ben_lnc_shd.api_updating
325: (p_ler_enrt_ctfn_id => p_ler_enrt_ctfn_id,
326: p_effective_date => p_effective_date,
327: p_object_version_number => p_object_version_number);
328: --

Line 331: <> nvl(ben_lnc_shd.g_old_rec.rqd_flag,hr_api.g_varchar2)

327: p_object_version_number => p_object_version_number);
328: --
329: if (l_api_updating
330: and p_rqd_flag
331: <> nvl(ben_lnc_shd.g_old_rec.rqd_flag,hr_api.g_varchar2)
332: or not l_api_updating) then
333: --
334: -- check if value of lookup falls within lookup type.
335: --

Line 565: (p_rec in ben_lnc_shd.g_rec_type,

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

Line 620: (p_rec in ben_lnc_shd.g_rec_type,

616: -- ----------------------------------------------------------------------------
617: -- |---------------------------< update_validate >----------------------------|
618: -- ----------------------------------------------------------------------------
619: Procedure update_validate
620: (p_rec in ben_lnc_shd.g_rec_type,
621: p_effective_date in date,
622: p_datetrack_mode in varchar2,
623: p_validation_start_date in date,
624: p_validation_end_date in date) is

Line 683: (p_rec in ben_lnc_shd.g_rec_type,

679: -- ----------------------------------------------------------------------------
680: -- |---------------------------< delete_validate >----------------------------|
681: -- ----------------------------------------------------------------------------
682: Procedure delete_validate
683: (p_rec in ben_lnc_shd.g_rec_type,
684: p_effective_date in date,
685: p_datetrack_mode in varchar2,
686: p_validation_start_date in date,
687: p_validation_end_date in date) is