DBA Data[Home] [Help]

APPS.BEN_PBC_BUS dependencies on BEN_PBC_SHD

Line 48: l_api_updating := ben_pbc_shd.api_updating

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

Line 55: <> ben_pbc_shd.g_old_rec.pl_bnf_ctfn_prvdd_id) then

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

Line 59: ben_pbc_shd.constraint_error('PL_BNF_CTFN_PRVDD_PK');

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

Line 69: ben_pbc_shd.constraint_error('PL_BNF_CTFN_PRVDD_PK');

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

Line 117: l_api_updating := ben_pbc_shd.api_updating

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

Line 124: <> nvl(ben_pbc_shd.g_old_rec.bnf_ctfn_rqd_flag,hr_api.g_varchar2)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and p_bnf_ctfn_rqd_flag
124: <> nvl(ben_pbc_shd.g_old_rec.bnf_ctfn_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 203: l_api_updating := ben_pbc_shd.api_updating

199: Begin
200: --
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: l_api_updating := ben_pbc_shd.api_updating
204: (p_pl_bnf_ctfn_prvdd_id => p_pl_bnf_ctfn_prvdd_id,
205: p_effective_date => p_effective_date,
206: p_object_version_number => p_object_version_number);
207: --

Line 210: <> nvl(ben_pbc_shd.g_old_rec.bnf_ctfn_typ_cd,hr_api.g_varchar2)

206: p_object_version_number => p_object_version_number);
207: --
208: if (l_api_updating
209: and p_bnf_ctfn_typ_cd
210: <> nvl(ben_pbc_shd.g_old_rec.bnf_ctfn_typ_cd,hr_api.g_varchar2)
211: or not l_api_updating) then
212: --
213: -- check if value of lookup falls within lookup type.
214: --

Line 467: (p_rec in ben_pbc_shd.g_rec_type,

463: -- ----------------------------------------------------------------------------
464: -- |---------------------------< insert_validate >----------------------------|
465: -- ----------------------------------------------------------------------------
466: Procedure insert_validate
467: (p_rec in ben_pbc_shd.g_rec_type,
468: p_effective_date in date,
469: p_datetrack_mode in varchar2,
470: p_validation_start_date in date,
471: p_validation_end_date in date) is

Line 511: (p_rec in ben_pbc_shd.g_rec_type,

507: -- ----------------------------------------------------------------------------
508: -- |---------------------------< update_validate >----------------------------|
509: -- ----------------------------------------------------------------------------
510: Procedure update_validate
511: (p_rec in ben_pbc_shd.g_rec_type,
512: p_effective_date in date,
513: p_datetrack_mode in varchar2,
514: p_validation_start_date in date,
515: p_validation_end_date in date) is

Line 564: (p_rec in ben_pbc_shd.g_rec_type,

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