DBA Data[Home] [Help]

APPS.BEN_ASR_BUS dependencies on BEN_ASR_SHD

Line 48: l_api_updating := ben_asr_shd.api_updating

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

Line 55: <> ben_asr_shd.g_old_rec.asnt_set_rt_id) then

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

Line 59: ben_asr_shd.constraint_error('BEN_ASNT_SET_RTS_F_PK');

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

Line 69: ben_asr_shd.constraint_error('BEN_ASNT_SET_RTS_F_PK');

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

Line 140: l_api_updating := ben_asr_shd.api_updating

136: BEGIN
137: --
138: hr_utility.set_location('Entering:'||l_proc, 5);
139: --
140: l_api_updating := ben_asr_shd.api_updating
141: (p_asnt_set_rt_id => p_asnt_set_rt_id,
142: p_effective_date => p_effective_date,
143: p_object_version_number => p_object_version_number);
144: --

Line 146: and p_assignment_set_id <> nvl(ben_asr_shd.g_old_rec.assignment_set_id,hr_api.g_number)

142: p_effective_date => p_effective_date,
143: p_object_version_number => p_object_version_number);
144: --
145: if (l_api_updating
146: and p_assignment_set_id <> nvl(ben_asr_shd.g_old_rec.assignment_set_id,hr_api.g_number)
147: or not l_api_updating) then
148:
149: open c_dup;
150: fetch c_dup into l_exists;

Line 208: l_api_updating := ben_asr_shd.api_updating

204: Begin
205: --
206: hr_utility.set_location('Entering:'||l_proc, 5);
207: --
208: l_api_updating := ben_asr_shd.api_updating
209: (p_asnt_set_rt_id => p_asnt_set_rt_id,
210: p_effective_date => p_effective_date,
211: p_object_version_number => p_object_version_number);
212: --

Line 215: <> nvl(ben_asr_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

211: p_object_version_number => p_object_version_number);
212: --
213: if (l_api_updating
214: and p_excld_flag
215: <> nvl(ben_asr_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
216: or not l_api_updating) then
217: --
218: -- check if value of lookup falls within lookup type.
219: --

Line 508: (p_rec in ben_asr_shd.g_rec_type,

504: -- ----------------------------------------------------------------------------
505: -- |---------------------------< insert_validate >----------------------------|
506: -- ----------------------------------------------------------------------------
507: Procedure insert_validate
508: (p_rec in ben_asr_shd.g_rec_type,
509: p_effective_date in date,
510: p_datetrack_mode in varchar2,
511: p_validation_start_date in date,
512: p_validation_end_date in date) is

Line 559: (p_rec in ben_asr_shd.g_rec_type,

555: -- ----------------------------------------------------------------------------
556: -- |---------------------------< update_validate >----------------------------|
557: -- ----------------------------------------------------------------------------
558: Procedure update_validate
559: (p_rec in ben_asr_shd.g_rec_type,
560: p_effective_date in date,
561: p_datetrack_mode in varchar2,
562: p_validation_start_date in date,
563: p_validation_end_date in date) is

Line 618: (p_rec in ben_asr_shd.g_rec_type,

614: -- ----------------------------------------------------------------------------
615: -- |---------------------------< delete_validate >----------------------------|
616: -- ----------------------------------------------------------------------------
617: Procedure delete_validate
618: (p_rec in ben_asr_shd.g_rec_type,
619: p_effective_date in date,
620: p_datetrack_mode in varchar2,
621: p_validation_start_date in date,
622: p_validation_end_date in date) is