DBA Data[Home] [Help]

APPS.BEN_PCX_BUS dependencies on BEN_PCX_SHD

Line 48: l_api_updating := ben_pcx_shd.api_updating

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

Line 55: <> ben_pcx_shd.g_old_rec.pl_bnf_ctfn_id) then

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

Line 59: ben_pcx_shd.constraint_error('BEN_PL_BNF_CTFN_PK');

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

Line 69: ben_pcx_shd.constraint_error('BEN_PL_BNF_CTFN_PK');

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

Line 200: l_api_updating := ben_pcx_shd.api_updating

196: Begin
197: --
198: hr_utility.set_location('Entering:'||l_proc, 5);
199: --
200: l_api_updating := ben_pcx_shd.api_updating
201: (p_pl_bnf_ctfn_id => p_pl_bnf_ctfn_id,
202: p_effective_date => p_effective_date,
203: p_object_version_number => p_object_version_number);
204: --

Line 207: <> ben_pcx_shd.g_old_rec.ctfn_rqd_when_rl

203: p_object_version_number => p_object_version_number);
204: --
205: if (l_api_updating
206: and nvl(p_ctfn_rqd_when_rl,hr_api.g_number)
207: <> ben_pcx_shd.g_old_rec.ctfn_rqd_when_rl
208: or not l_api_updating)
209: and p_ctfn_rqd_when_rl is not null then
210: --
211: -- check if value of formula rule is valid.

Line 278: l_api_updating := ben_pcx_shd.api_updating

274: Begin
275: --
276: hr_utility.set_location('Entering:'||l_proc, 5);
277: --
278: l_api_updating := ben_pcx_shd.api_updating
279: (p_pl_bnf_ctfn_id => p_pl_bnf_ctfn_id,
280: p_effective_date => p_effective_date,
281: p_object_version_number => p_object_version_number);
282: --

Line 285: <> nvl(ben_pcx_shd.g_old_rec.pfd_flag,hr_api.g_varchar2)

281: p_object_version_number => p_object_version_number);
282: --
283: if (l_api_updating
284: and p_pfd_flag
285: <> nvl(ben_pcx_shd.g_old_rec.pfd_flag,hr_api.g_varchar2)
286: or not l_api_updating)
287: and p_pfd_flag is not null then
288: --
289: -- check if value of lookup falls within lookup type.

Line 347: l_api_updating := ben_pcx_shd.api_updating

343: Begin
344: --
345: hr_utility.set_location('Entering:'||l_proc, 5);
346: --
347: l_api_updating := ben_pcx_shd.api_updating
348: (p_pl_bnf_ctfn_id => p_pl_bnf_ctfn_id,
349: p_effective_date => p_effective_date,
350: p_object_version_number => p_object_version_number);
351: --

Line 354: <> nvl(ben_pcx_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag,hr_api.g_varchar2)

350: p_object_version_number => p_object_version_number);
351: --
352: if (l_api_updating
353: and p_lack_ctfn_sspnd_enrt_flag
354: <> nvl(ben_pcx_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag,hr_api.g_varchar2)
355: or not l_api_updating)
356: and p_lack_ctfn_sspnd_enrt_flag is not null then
357: --
358: -- check if value of lookup falls within lookup type.

Line 416: l_api_updating := ben_pcx_shd.api_updating

412: Begin
413: --
414: hr_utility.set_location('Entering:'||l_proc, 5);
415: --
416: l_api_updating := ben_pcx_shd.api_updating
417: (p_pl_bnf_ctfn_id => p_pl_bnf_ctfn_id,
418: p_effective_date => p_effective_date,
419: p_object_version_number => p_object_version_number);
420: --

Line 423: <> nvl(ben_pcx_shd.g_old_rec.bnf_ctfn_typ_cd,hr_api.g_varchar2)

419: p_object_version_number => p_object_version_number);
420: --
421: if (l_api_updating
422: and p_bnf_ctfn_typ_cd
423: <> nvl(ben_pcx_shd.g_old_rec.bnf_ctfn_typ_cd,hr_api.g_varchar2)
424: or not l_api_updating)
425: and p_bnf_ctfn_typ_cd is not null then
426: --
427: -- check if value of lookup falls within lookup type.

Line 653: (p_rec in ben_pcx_shd.g_rec_type,

649: -- ----------------------------------------------------------------------------
650: -- |---------------------------< insert_validate >----------------------------|
651: -- ----------------------------------------------------------------------------
652: Procedure insert_validate
653: (p_rec in ben_pcx_shd.g_rec_type,
654: p_effective_date in date,
655: p_datetrack_mode in varchar2,
656: p_validation_start_date in date,
657: p_validation_end_date in date) is

Line 715: (p_rec in ben_pcx_shd.g_rec_type,

711: -- ----------------------------------------------------------------------------
712: -- |---------------------------< update_validate >----------------------------|
713: -- ----------------------------------------------------------------------------
714: Procedure update_validate
715: (p_rec in ben_pcx_shd.g_rec_type,
716: p_effective_date in date,
717: p_datetrack_mode in varchar2,
718: p_validation_start_date in date,
719: p_validation_end_date in date) is

Line 785: (p_rec in ben_pcx_shd.g_rec_type,

781: -- ----------------------------------------------------------------------------
782: -- |---------------------------< delete_validate >----------------------------|
783: -- ----------------------------------------------------------------------------
784: Procedure delete_validate
785: (p_rec in ben_pcx_shd.g_rec_type,
786: p_effective_date in date,
787: p_datetrack_mode in varchar2,
788: p_validation_start_date in date,
789: p_validation_end_date in date) is