DBA Data[Home] [Help]

APPS.BEN_BNB_BUS dependencies on BEN_BNB_SHD

Line 48: l_api_updating := ben_bnb_shd.api_updating

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

Line 55: <> ben_bnb_shd.g_old_rec.bnfts_bal_id) then

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

Line 59: ben_bnb_shd.constraint_error('BEN_BNFTS_BAL_PK');

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

Line 69: ben_bnb_shd.constraint_error('BEN_BNFTS_BAL_PK');

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

Line 117: l_api_updating := ben_bnb_shd.api_updating

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

Line 124: <> nvl(ben_bnb_shd.g_old_rec.bnfts_bal_usg_cd,hr_api.g_varchar2)

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

Line 185: l_api_updating := ben_bnb_shd.api_updating

181: Begin
182: --
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: l_api_updating := ben_bnb_shd.api_updating
186: (p_bnfts_bal_id => p_bnfts_bal_id,
187: p_effective_date => p_effective_date,
188: p_object_version_number => p_object_version_number);
189: --

Line 192: <> nvl(ben_bnb_shd.g_old_rec.nnmntry_uom,hr_api.g_varchar2)

188: p_object_version_number => p_object_version_number);
189: --
190: if (l_api_updating
191: and p_nnmntry_uom
192: <> nvl(ben_bnb_shd.g_old_rec.nnmntry_uom,hr_api.g_varchar2)
193: or not l_api_updating)
194: and p_nnmntry_uom is not null then
195: --
196: -- check if value of lookup falls within lookup type.

Line 257: l_api_updating := ben_bnb_shd.api_updating

253: Begin
254: --
255: hr_utility.set_location('Entering:'||l_proc, 5);
256: --
257: l_api_updating := ben_bnb_shd.api_updating
258: (p_bnfts_bal_id => p_bnfts_bal_id,
259: p_effective_date => p_effective_date,
260: p_object_version_number => p_object_version_number);
261: --

Line 264: <> nvl(ben_bnb_shd.g_old_rec.uom,hr_api.g_varchar2)

260: p_object_version_number => p_object_version_number);
261: --
262: if (l_api_updating
263: and nvl(p_uom,hr_api.g_varchar2)
264: <> nvl(ben_bnb_shd.g_old_rec.uom,hr_api.g_varchar2)
265: or not l_api_updating) then
266: --and p_uom is not null then see beabrrhi.pkb
267: --
268: -- check if uom value exists in fnd_currencies_tl table.

Line 550: (p_rec in ben_bnb_shd.g_rec_type,

546: -- ----------------------------------------------------------------------------
547: -- |---------------------------< insert_validate >----------------------------|
548: -- ----------------------------------------------------------------------------
549: Procedure insert_validate
550: (p_rec in ben_bnb_shd.g_rec_type,
551: p_effective_date in date,
552: p_datetrack_mode in varchar2,
553: p_validation_start_date in date,
554: p_validation_end_date in date) is

Line 603: (p_rec in ben_bnb_shd.g_rec_type,

599: -- ----------------------------------------------------------------------------
600: -- |---------------------------< update_validate >----------------------------|
601: -- ----------------------------------------------------------------------------
602: Procedure update_validate
603: (p_rec in ben_bnb_shd.g_rec_type,
604: p_effective_date in date,
605: p_datetrack_mode in varchar2,
606: p_validation_start_date in date,
607: p_validation_end_date in date) is

Line 664: (p_rec in ben_bnb_shd.g_rec_type,

660: -- ----------------------------------------------------------------------------
661: -- |---------------------------< delete_validate >----------------------------|
662: -- ----------------------------------------------------------------------------
663: Procedure delete_validate
664: (p_rec in ben_bnb_shd.g_rec_type,
665: p_effective_date in date,
666: p_datetrack_mode in varchar2,
667: p_validation_start_date in date,
668: p_validation_end_date in date) is