DBA Data[Home] [Help]

APPS.BEN_RZR_BUS dependencies on BEN_RZR_SHD

Line 48: l_api_updating := ben_rzr_shd.api_updating

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

Line 55: <> ben_rzr_shd.g_old_rec.pstl_zip_rng_id) then

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

Line 59: ben_rzr_shd.constraint_error('BEN_PSTL_ZIP_RNG_PK');

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

Line 69: ben_rzr_shd.constraint_error('BEN_PSTL_ZIP_RNG_PK');

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

Line 455: (p_rec in ben_rzr_shd.g_rec_type,

451: -- ----------------------------------------------------------------------------
452: -- |---------------------------< insert_validate >----------------------------|
453: -- ----------------------------------------------------------------------------
454: Procedure insert_validate
455: (p_rec in ben_rzr_shd.g_rec_type,
456: p_effective_date in date,
457: p_datetrack_mode in varchar2,
458: p_validation_start_date in date,
459: p_validation_end_date in date) is

Line 500: (p_rec in ben_rzr_shd.g_rec_type,

496: -- ----------------------------------------------------------------------------
497: -- |---------------------------< update_validate >----------------------------|
498: -- ----------------------------------------------------------------------------
499: Procedure update_validate
500: (p_rec in ben_rzr_shd.g_rec_type,
501: p_effective_date in date,
502: p_datetrack_mode in varchar2,
503: p_validation_start_date in date,
504: p_validation_end_date in date) is

Line 552: (p_rec in ben_rzr_shd.g_rec_type,

548: -- ----------------------------------------------------------------------------
549: -- |---------------------------< delete_validate >----------------------------|
550: -- ----------------------------------------------------------------------------
551: Procedure delete_validate
552: (p_rec in ben_rzr_shd.g_rec_type,
553: p_effective_date in date,
554: p_datetrack_mode in varchar2,
555: p_validation_start_date in date,
556: p_validation_end_date in date) is