DBA Data[Home] [Help]

APPS.BEN_PET_BUS dependencies on BEN_PET_SHD

Line 48: l_api_updating := ben_pet_shd.api_updating

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

Line 55: <> ben_pet_shd.g_old_rec.popl_enrt_typ_cycl_id) then

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

Line 59: ben_pet_shd.constraint_error('BEN_POPL_ENRT_TYP_CYCL_PK');

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

Line 69: ben_pet_shd.constraint_error('BEN_POPL_ENRT_TYP_CYCL_PK');

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

Line 136: l_api_updating := ben_pet_shd.api_updating

132: Begin
133: --
134: hr_utility.set_location('Entering:'||l_proc, 5);
135: --
136: l_api_updating := ben_pet_shd.api_updating
137: (p_popl_enrt_typ_cycl_id => p_popl_enrt_typ_cycl_id,
138: p_effective_date => p_effective_date,
139: p_object_version_number => p_object_version_number);
140: --

Line 143: <> nvl(ben_pet_shd.g_old_rec.enrt_typ_cycl_cd,hr_api.g_varchar2)

139: p_object_version_number => p_object_version_number);
140: --
141: if (l_api_updating
142: and p_enrt_typ_cycl_cd
143: <> nvl(ben_pet_shd.g_old_rec.enrt_typ_cycl_cd,hr_api.g_varchar2)
144: or not l_api_updating) then
145: --
146: -- check if value of lookup falls within lookup type.
147: --

Line 474: (p_rec in ben_pet_shd.g_rec_type,

470: -- ----------------------------------------------------------------------------
471: -- |---------------------------< insert_validate >----------------------------|
472: -- ----------------------------------------------------------------------------
473: Procedure insert_validate
474: (p_rec in ben_pet_shd.g_rec_type,
475: p_effective_date in date,
476: p_datetrack_mode in varchar2,
477: p_validation_start_date in date,
478: p_validation_end_date in date) is

Line 513: (p_rec in ben_pet_shd.g_rec_type,

509: -- ----------------------------------------------------------------------------
510: -- |---------------------------< update_validate >----------------------------|
511: -- ----------------------------------------------------------------------------
512: Procedure update_validate
513: (p_rec in ben_pet_shd.g_rec_type,
514: p_effective_date in date,
515: p_datetrack_mode in varchar2,
516: p_validation_start_date in date,
517: p_validation_end_date in date) is

Line 561: (p_rec in ben_pet_shd.g_rec_type,

557: -- ----------------------------------------------------------------------------
558: -- |---------------------------< delete_validate >----------------------------|
559: -- ----------------------------------------------------------------------------
560: Procedure delete_validate
561: (p_rec in ben_pet_shd.g_rec_type,
562: p_effective_date in date,
563: p_datetrack_mode in varchar2,
564: p_validation_start_date in date,
565: p_validation_end_date in date) is