DBA Data[Home] [Help]

APPS.BEN_BAI_BUS dependencies on BEN_BAI_SHD

Line 46: l_api_updating := ben_bai_shd.api_updating

42: Begin
43: --
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: l_api_updating := ben_bai_shd.api_updating
47: (p_batch_actn_item_id => p_batch_actn_item_id,
48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating

Line 52: <> ben_bai_shd.g_old_rec.batch_actn_item_id) then

48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating
51: and nvl(p_batch_actn_item_id,hr_api.g_number)
52: <> ben_bai_shd.g_old_rec.batch_actn_item_id) then
53: --
54: -- raise error as PK has changed
55: --
56: ben_bai_shd.constraint_error('BEN_BATCH_ACTN_ITEM_INFO_PK');

Line 56: ben_bai_shd.constraint_error('BEN_BATCH_ACTN_ITEM_INFO_PK');

52: <> ben_bai_shd.g_old_rec.batch_actn_item_id) then
53: --
54: -- raise error as PK has changed
55: --
56: ben_bai_shd.constraint_error('BEN_BATCH_ACTN_ITEM_INFO_PK');
57: --
58: elsif not l_api_updating then
59: --
60: -- check if PK is null

Line 66: ben_bai_shd.constraint_error('BEN_BATCH_ACTN_ITEM_INFO_PK');

62: if p_batch_actn_item_id is not null then
63: --
64: -- raise error as PK is not null
65: --
66: ben_bai_shd.constraint_error('BEN_BATCH_ACTN_ITEM_INFO_PK');
67: --
68: end if;
69: --
70: end if;

Line 114: l_api_updating := ben_bai_shd.api_updating

110: Begin
111: --
112: hr_utility.set_location('Entering:'||l_proc, 5);
113: --
114: l_api_updating := ben_bai_shd.api_updating
115: (p_batch_actn_item_id => p_batch_actn_item_id,
116: p_object_version_number => p_object_version_number);
117: --
118: if (l_api_updating

Line 120: <> nvl(ben_bai_shd.g_old_rec.actn_cd,hr_api.g_varchar2)

116: p_object_version_number => p_object_version_number);
117: --
118: if (l_api_updating
119: and p_actn_cd
120: <> nvl(ben_bai_shd.g_old_rec.actn_cd,hr_api.g_varchar2)
121: or not l_api_updating)
122: and p_actn_cd is not null then
123: --
124: -- check if value of lookup falls within lookup type.

Line 182: l_api_updating := ben_bai_shd.api_updating

178: Begin
179: --
180: hr_utility.set_location('Entering:'||l_proc, 5);
181: --
182: l_api_updating := ben_bai_shd.api_updating
183: (p_batch_actn_item_id => p_batch_actn_item_id,
184: p_object_version_number => p_object_version_number);
185: --
186: if (l_api_updating

Line 188: <> nvl(ben_bai_shd.g_old_rec.rqd_flag,hr_api.g_varchar2)

184: p_object_version_number => p_object_version_number);
185: --
186: if (l_api_updating
187: and p_rqd_flag
188: <> nvl(ben_bai_shd.g_old_rec.rqd_flag,hr_api.g_varchar2)
189: or not l_api_updating)
190: and p_rqd_flag is not null then
191: --
192: -- check if value of lookup falls within lookup type.

Line 215: Procedure insert_validate(p_rec in ben_bai_shd.g_rec_type

211: --
212: -- ----------------------------------------------------------------------------
213: -- |---------------------------< insert_validate >----------------------------|
214: -- ----------------------------------------------------------------------------
215: Procedure insert_validate(p_rec in ben_bai_shd.g_rec_type
216: ,p_effective_date in date) is
217: --
218: l_proc varchar2(72) := g_package||'insert_validate';
219: --

Line 252: Procedure update_validate(p_rec in ben_bai_shd.g_rec_type

248: --
249: -- ----------------------------------------------------------------------------
250: -- |---------------------------< update_validate >----------------------------|
251: -- ----------------------------------------------------------------------------
252: Procedure update_validate(p_rec in ben_bai_shd.g_rec_type
253: ,p_effective_date in date) is
254: --
255: l_proc varchar2(72) := g_package||'update_validate';
256: --

Line 289: Procedure delete_validate(p_rec in ben_bai_shd.g_rec_type

285: --
286: -- ----------------------------------------------------------------------------
287: -- |---------------------------< delete_validate >----------------------------|
288: -- ----------------------------------------------------------------------------
289: Procedure delete_validate(p_rec in ben_bai_shd.g_rec_type
290: ,p_effective_date in date) is
291: --
292: l_proc varchar2(72) := g_package||'delete_validate';
293: --