DBA Data[Home] [Help]

APPS.BEN_PBB_BUS dependencies on BEN_PBB_SHD

Line 48: l_api_updating := ben_pbb_shd.api_updating

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

Line 55: <> ben_pbb_shd.g_old_rec.per_bnfts_bal_id) then

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

Line 59: ben_pbb_shd.constraint_error('BEN_PER_BNFTS_BAL_PK');

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

Line 69: ben_pbb_shd.constraint_error('BEN_PER_BNFTS_BAL_PK');

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

Line 354: (p_rec in ben_pbb_shd.g_rec_type,

350: -- ----------------------------------------------------------------------------
351: -- |---------------------------< insert_validate >----------------------------|
352: -- ----------------------------------------------------------------------------
353: Procedure insert_validate
354: (p_rec in ben_pbb_shd.g_rec_type,
355: p_effective_date in date,
356: p_datetrack_mode in varchar2,
357: p_validation_start_date in date,
358: p_validation_end_date in date) is

Line 391: (p_rec in ben_pbb_shd.g_rec_type,

387: -- ----------------------------------------------------------------------------
388: -- |---------------------------< update_validate >----------------------------|
389: -- ----------------------------------------------------------------------------
390: Procedure update_validate
391: (p_rec in ben_pbb_shd.g_rec_type,
392: p_effective_date in date,
393: p_datetrack_mode in varchar2,
394: p_validation_start_date in date,
395: p_validation_end_date in date) is

Line 436: (p_rec in ben_pbb_shd.g_rec_type,

432: -- ----------------------------------------------------------------------------
433: -- |---------------------------< delete_validate >----------------------------|
434: -- ----------------------------------------------------------------------------
435: Procedure delete_validate
436: (p_rec in ben_pbb_shd.g_rec_type,
437: p_effective_date in date,
438: p_datetrack_mode in varchar2,
439: p_validation_start_date in date,
440: p_validation_end_date in date) is