DBA Data[Home] [Help]

APPS.BEN_CSR_BUS dependencies on BEN_CSR_SHD

Line 48: l_api_updating := ben_csr_shd.api_updating

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

Line 55: <> ben_csr_shd.g_old_rec.css_rltd_per_per_in_ler_id) then

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

Line 59: ben_csr_shd.constraint_error('BEN_CSS_RLTD_PER_PER_IN_LE_PK');

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

Line 69: ben_csr_shd.constraint_error('BEN_CSS_RLTD_PER_PER_IN_LE_PK');

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

Line 144: l_api_updating := ben_csr_shd.api_updating

140: Begin
141: --
142: hr_utility.set_location('Entering:'||l_proc, 5);
143: --
144: l_api_updating := ben_csr_shd.api_updating
145: (p_css_rltd_per_per_in_ler_id => p_css_rltd_per_per_in_ler_id,
146: p_effective_date => p_effective_date,
147: p_object_version_number => p_object_version_number);
148:

Line 151: <> ben_csr_shd.g_old_rec.ordr_to_prcs_num

147: p_object_version_number => p_object_version_number);
148:
149: if (l_api_updating
150: and nvl(p_ordr_to_prcs_num,hr_api.g_number)
151: <> ben_csr_shd.g_old_rec.ordr_to_prcs_num
152: or not l_api_updating) then
153:
154: open l_csr_csr
155: (p_css_rltd_per_per_in_ler_id => p_css_rltd_per_per_in_ler_id

Line 167: ben_csr_shd.constraint_error('BEN_CSS_RLTD_PER_PER_IN_LER_UK2');

163: close l_csr_csr;
164: --
165: -- raise error as there is another record in database with same sequence number.
166: --
167: ben_csr_shd.constraint_error('BEN_CSS_RLTD_PER_PER_IN_LER_UK2');
168: end if;
169: close l_csr_csr;
170:
171: end if;

Line 241: l_api_updating := ben_csr_shd.api_updating

237: Begin
238: --
239: hr_utility.set_location('Entering:'||l_proc, 5);
240: --
241: l_api_updating := ben_csr_shd.api_updating
242: (p_css_rltd_per_per_in_ler_id => p_css_rltd_per_per_in_ler_id,
243: p_effective_date => p_effective_date,
244: p_object_version_number => p_object_version_number);
245:

Line 248: <> ben_csr_shd.g_old_rec.rsltg_ler_id

244: p_object_version_number => p_object_version_number);
245:
246: if (l_api_updating
247: and nvl(p_rsltg_ler_id,hr_api.g_number)
248: <> ben_csr_shd.g_old_rec.rsltg_ler_id
249: or not l_api_updating) then
250:
251: open l_csr_csr
252: (p_css_rltd_per_per_in_ler_id => p_css_rltd_per_per_in_ler_id

Line 265: ben_csr_shd.constraint_error('BEN_CSS_RLTD_PER_PER_IN_LER_UK3');

261: --
262: -- raise error as there is another record in database with same
263: -- Life Event
264: --
265: ben_csr_shd.constraint_error('BEN_CSS_RLTD_PER_PER_IN_LER_UK3');
266: end if;
267: close l_csr_csr;
268:
269: end if;

Line 495: (p_rec in ben_csr_shd.g_rec_type,

491: -- ----------------------------------------------------------------------------
492: -- |---------------------------< insert_validate >----------------------------|
493: -- ----------------------------------------------------------------------------
494: Procedure insert_validate
495: (p_rec in ben_csr_shd.g_rec_type,
496: p_effective_date in date,
497: p_datetrack_mode in varchar2,
498: p_validation_start_date in date,
499: p_validation_end_date in date) is

Line 543: (p_rec in ben_csr_shd.g_rec_type,

539: -- ----------------------------------------------------------------------------
540: -- |---------------------------< update_validate >----------------------------|
541: -- ----------------------------------------------------------------------------
542: Procedure update_validate
543: (p_rec in ben_csr_shd.g_rec_type,
544: p_effective_date in date,
545: p_datetrack_mode in varchar2,
546: p_validation_start_date in date,
547: p_validation_end_date in date) is

Line 600: (p_rec in ben_csr_shd.g_rec_type,

596: -- ----------------------------------------------------------------------------
597: -- |---------------------------< delete_validate >----------------------------|
598: -- ----------------------------------------------------------------------------
599: Procedure delete_validate
600: (p_rec in ben_csr_shd.g_rec_type,
601: p_effective_date in date,
602: p_datetrack_mode in varchar2,
603: p_validation_start_date in date,
604: p_validation_end_date in date) is