DBA Data[Home] [Help]

APPS.BEN_BCM_BUS dependencies on BEN_BCM_SHD

Line 189: ,p_rec in ben_bcm_shd.g_rec_type

185: -- {End Of Comments}
186: -- ----------------------------------------------------------------------------
187: Procedure chk_non_updateable_args
188: (p_effective_date in date
189: ,p_rec in ben_bcm_shd.g_rec_type
190: ) IS
191: --
192: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
193: --

Line 199: IF NOT ben_bcm_shd.api_updating

195: --
196: -- Only proceed with the validation if a row exists for the current
197: -- record in the HR Schema.
198: --
199: IF NOT ben_bcm_shd.api_updating
200: (p_cwb_matrix_id => p_rec.cwb_matrix_id
201: ,p_object_version_number => p_rec.object_version_number
202: ) THEN
203: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 256: l_api_updating := ben_bcm_shd.api_updating

252: Begin
253: --
254: hr_utility.set_location('Entering:'||l_proc, 5);
255: --
256: l_api_updating := ben_bcm_shd.api_updating
257: (p_cwb_matrix_id => p_cwb_matrix_id,
258: p_object_version_number => p_object_version_number);
259: --
260: if (l_api_updating

Line 262: <> nvl(ben_bcm_shd.g_old_rec.row_crit_cd, hr_api.g_varchar2)

258: p_object_version_number => p_object_version_number);
259: --
260: if (l_api_updating
261: and p_row_crit_cd
262: <> nvl(ben_bcm_shd.g_old_rec.row_crit_cd, hr_api.g_varchar2)
263: or not l_api_updating) then
264: --
265: -- check if value of lookup falls within lookup type.
266: --

Line 285: <> nvl(ben_bcm_shd.g_old_rec.col_crit_cd, hr_api.g_varchar2)

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

Line 309: <> nvl(ben_bcm_shd.g_old_rec.alct_by_cd, hr_api.g_varchar2)

305: end if;
306: --
307: if (l_api_updating
308: and p_alct_by_cd
309: <> nvl(ben_bcm_shd.g_old_rec.alct_by_cd, hr_api.g_varchar2)
310: or not l_api_updating) then
311: --
312: -- check if value of lookup falls within lookup type.
313: --

Line 339: ,p_rec in ben_bcm_shd.g_rec_type

335: -- |---------------------------< insert_validate >----------------------------|
336: -- ----------------------------------------------------------------------------
337: Procedure insert_validate
338: (p_effective_date in date
339: ,p_rec in ben_bcm_shd.g_rec_type
340: ) is
341: --
342: l_proc varchar2(72) := g_package||'insert_validate';
343: --

Line 351: ,p_associated_column1 => ben_bcm_shd.g_tab_nam

347: -- Call all supporting business operations
348: --
349: hr_api.validate_bus_grp_id
350: (p_business_group_id => p_rec.business_group_id
351: ,p_associated_column1 => ben_bcm_shd.g_tab_nam
352: || '.BUSINESS_GROUP_ID');
353: --
354: -- After validating the set of important attributes,
355: -- if Multiple Message detection is enabled and at least

Line 378: ,p_rec in ben_bcm_shd.g_rec_type

374: -- |---------------------------< update_validate >----------------------------|
375: -- ----------------------------------------------------------------------------
376: Procedure update_validate
377: (p_effective_date in date
378: ,p_rec in ben_bcm_shd.g_rec_type
379: ) is
380: --
381: l_proc varchar2(72) := g_package||'update_validate';
382: --

Line 390: ,p_associated_column1 => ben_bcm_shd.g_tab_nam

386: -- Call all supporting business operations
387: --
388: hr_api.validate_bus_grp_id
389: (p_business_group_id => p_rec.business_group_id
390: ,p_associated_column1 => ben_bcm_shd.g_tab_nam
391: || '.BUSINESS_GROUP_ID');
392: --
393: -- After validating the set of important attributes,
394: -- if Multiple Message detection is enabled and at least

Line 423: (p_rec in ben_bcm_shd.g_rec_type

419: -- ----------------------------------------------------------------------------
420: -- |---------------------------< delete_validate >----------------------------|
421: -- ----------------------------------------------------------------------------
422: Procedure delete_validate
423: (p_rec in ben_bcm_shd.g_rec_type
424: ) is
425: --
426: l_proc varchar2(72) := g_package||'delete_validate';
427: --