DBA Data[Home] [Help]

APPS.BEN_ABC_BUS dependencies on BEN_ABC_SHD

Line 48: l_api_updating := ben_abc_shd.api_updating

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

Line 55: <> ben_abc_shd.g_old_rec.acty_base_rt_ctfn_id) then

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

Line 59: ben_abc_shd.constraint_error('BEN_acty_base_rt_ctfn_F_PK');

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

Line 69: ben_abc_shd.constraint_error('BEN_acty_base_rt_ctfn_F_PK');

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

Line 117: l_api_updating := ben_abc_shd.api_updating

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

Line 124: <> nvl(ben_abc_shd.g_old_rec.enrt_ctfn_typ_cd,hr_api.g_varchar2)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and p_enrt_ctfn_typ_cd
124: <> nvl(ben_abc_shd.g_old_rec.enrt_ctfn_typ_cd,hr_api.g_varchar2)
125: or not l_api_updating) then
126: --
127: -- check if value of lookup falls within lookup type.
128: --

Line 252: l_api_updating := ben_abc_shd.api_updating

248: Begin
249: --
250: hr_utility.set_location('Entering:'||l_proc, 5);
251: --
252: l_api_updating := ben_abc_shd.api_updating
253: (p_acty_base_rt_ctfn_id => p_acty_base_rt_ctfn_id,
254: p_effective_date => p_effective_date,
255: p_object_version_number => p_object_version_number);
256: --

Line 259: <> nvl(ben_abc_shd.g_old_rec.rqd_flag,hr_api.g_varchar2)

255: p_object_version_number => p_object_version_number);
256: --
257: if (l_api_updating
258: and p_rqd_flag
259: <> nvl(ben_abc_shd.g_old_rec.rqd_flag,hr_api.g_varchar2)
260: or not l_api_updating) then
261: --
262: -- check if value of lookup falls within lookup type.
263: --

Line 324: l_api_updating := ben_abc_shd.api_updating

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

Line 331: <> ben_abc_shd.g_old_rec.ctfn_rqd_when_rl

327: p_object_version_number => p_object_version_number);
328: --
329: if (l_api_updating
330: and nvl(p_ctfn_rqd_when_rl,hr_api.g_number)
331: <> ben_abc_shd.g_old_rec.ctfn_rqd_when_rl
332: or not l_api_updating)
333: and p_ctfn_rqd_when_rl is not null then
334: --
335: -- check if value of formula rule is valid.

Line 566: (p_rec in ben_abc_shd.g_rec_type,

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

Line 621: (p_rec in ben_abc_shd.g_rec_type,

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

Line 684: (p_rec in ben_abc_shd.g_rec_type,

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