DBA Data[Home] [Help]

APPS.BEN_LCT_BUS dependencies on BEN_LCT_SHD

Line 48: l_api_updating := ben_lct_shd.api_updating

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

Line 55: <> ben_lct_shd.g_old_rec.ler_chg_ptip_enrt_id) then

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

Line 59: ben_lct_shd.constraint_error('BEN_LER_CHG_PTIP_ENRT_PK');

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

Line 69: ben_lct_shd.constraint_error('BEN_LER_CHG_PTIP_ENRT_PK');

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

Line 117: l_api_updating := ben_lct_shd.api_updating

113: Begin
114: --
115: hr_utility.set_location('Entering:'||l_proc, 5);
116: --
117: l_api_updating := ben_lct_shd.api_updating
118: (p_ler_chg_ptip_enrt_id => p_ler_chg_ptip_enrt_id,
119: p_effective_date => p_effective_date,
120: p_object_version_number => p_object_version_number);
121: --

Line 124: <> nvl(ben_lct_shd.g_old_rec.tco_chg_enrt_cd,hr_api.g_varchar2)

120: p_object_version_number => p_object_version_number);
121: --
122: if (l_api_updating
123: and p_tco_chg_enrt_cd
124: <> nvl(ben_lct_shd.g_old_rec.tco_chg_enrt_cd,hr_api.g_varchar2)
125: or not l_api_updating)
126: and p_tco_chg_enrt_cd is not null then
127: --
128: -- check if value of lookup falls within lookup type.

Line 189: l_api_updating := ben_lct_shd.api_updating

185: Begin
186: --
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: l_api_updating := ben_lct_shd.api_updating
190: (p_ler_chg_ptip_enrt_id => p_ler_chg_ptip_enrt_id,
191: p_effective_date => p_effective_date,
192: p_object_version_number => p_object_version_number);
193: --

Line 196: <> ben_lct_shd.g_old_rec.enrt_rl

192: p_object_version_number => p_object_version_number);
193: --
194: if (l_api_updating
195: and nvl(p_enrt_rl,hr_api.g_number)
196: <> ben_lct_shd.g_old_rec.enrt_rl
197: or not l_api_updating)
198: and p_enrt_rl is not null then
199: --
200: -- check if value of formula rule is valid.

Line 261: l_api_updating := ben_lct_shd.api_updating

257: Begin
258: --
259: hr_utility.set_location('Entering:'||l_proc, 5);
260: --
261: l_api_updating := ben_lct_shd.api_updating
262: (p_ler_chg_ptip_enrt_id => p_ler_chg_ptip_enrt_id,
263: p_effective_date => p_effective_date,
264: p_object_version_number => p_object_version_number);
265: --

Line 268: <> nvl(ben_lct_shd.g_old_rec.enrt_mthd_cd,hr_api.g_varchar2)

264: p_object_version_number => p_object_version_number);
265: --
266: if (l_api_updating
267: and p_enrt_mthd_cd
268: <> nvl(ben_lct_shd.g_old_rec.enrt_mthd_cd,hr_api.g_varchar2)
269: or not l_api_updating)
270: and p_enrt_mthd_cd is not null then
271: --
272: -- check if value of lookup falls within lookup type.

Line 332: l_api_updating := ben_lct_shd.api_updating

328: Begin
329: --
330: hr_utility.set_location('Entering:'||l_proc, 5);
331: --
332: l_api_updating := ben_lct_shd.api_updating
333: (p_ler_chg_ptip_enrt_id => p_ler_chg_ptip_enrt_id,
334: p_effective_date => p_effective_date,
335: p_object_version_number => p_object_version_number);
336: --

Line 339: <> nvl(ben_lct_shd.g_old_rec.enrt_cd,hr_api.g_varchar2)

335: p_object_version_number => p_object_version_number);
336: --
337: if (l_api_updating
338: and p_enrt_cd
339: <> nvl(ben_lct_shd.g_old_rec.enrt_cd,hr_api.g_varchar2)
340: or not l_api_updating)
341: and p_enrt_cd is not null then
342: --
343: -- check if value of lookup falls within lookup type.

Line 404: l_api_updating := ben_lct_shd.api_updating

400: Begin
401: --
402: hr_utility.set_location('Entering:'||l_proc, 5);
403: --
404: l_api_updating := ben_lct_shd.api_updating
405: (p_ler_chg_ptip_enrt_id => p_ler_chg_ptip_enrt_id,
406: p_effective_date => p_effective_date,
407: p_object_version_number => p_object_version_number);
408: --

Line 411: <> ben_lct_shd.g_old_rec.dflt_enrt_rl

407: p_object_version_number => p_object_version_number);
408: --
409: if (l_api_updating
410: and nvl(p_dflt_enrt_rl,hr_api.g_number)
411: <> ben_lct_shd.g_old_rec.dflt_enrt_rl
412: or not l_api_updating)
413: and p_dflt_enrt_rl is not null then
414: --
415: -- check if value of formula rule is valid.

Line 476: l_api_updating := ben_lct_shd.api_updating

472: Begin
473: --
474: hr_utility.set_location('Entering:'||l_proc, 5);
475: --
476: l_api_updating := ben_lct_shd.api_updating
477: (p_ler_chg_ptip_enrt_id => p_ler_chg_ptip_enrt_id,
478: p_effective_date => p_effective_date,
479: p_object_version_number => p_object_version_number);
480: --

Line 483: <> nvl(ben_lct_shd.g_old_rec.dflt_enrt_cd,hr_api.g_varchar2)

479: p_object_version_number => p_object_version_number);
480: --
481: if (l_api_updating
482: and p_dflt_enrt_cd
483: <> nvl(ben_lct_shd.g_old_rec.dflt_enrt_cd,hr_api.g_varchar2)
484: or not l_api_updating)
485: and p_dflt_enrt_cd is not null then
486: --
487: -- check if value of lookup falls within lookup type.

Line 547: l_api_updating := ben_lct_shd.api_updating

543: Begin
544: --
545: hr_utility.set_location('Entering:'||l_proc, 5);
546: --
547: l_api_updating := ben_lct_shd.api_updating
548: (p_ler_chg_ptip_enrt_id => p_ler_chg_ptip_enrt_id,
549: p_effective_date => p_effective_date,
550: p_object_version_number => p_object_version_number);
551: --

Line 554: <> nvl(ben_lct_shd.g_old_rec.dflt_flag,hr_api.g_varchar2)

550: p_object_version_number => p_object_version_number);
551: --
552: if (l_api_updating
553: and p_dflt_flag
554: <> nvl(ben_lct_shd.g_old_rec.dflt_flag,hr_api.g_varchar2)
555: or not l_api_updating) then
556: --
557: -- check if value of lookup falls within lookup type.
558: --

Line 618: l_api_updating := ben_lct_shd.api_updating

614: Begin
615: --
616: hr_utility.set_location('Entering:'||l_proc, 5);
617: --
618: l_api_updating := ben_lct_shd.api_updating
619: (p_ler_chg_ptip_enrt_id => p_ler_chg_ptip_enrt_id,
620: p_effective_date => p_effective_date,
621: p_object_version_number => p_object_version_number);
622: --

Line 625: <> nvl(ben_lct_shd.g_old_rec.stl_elig_cant_chg_flag,hr_api.g_varchar2)

621: p_object_version_number => p_object_version_number);
622: --
623: if (l_api_updating
624: and p_stl_elig_cant_chg_flag
625: <> nvl(ben_lct_shd.g_old_rec.stl_elig_cant_chg_flag,hr_api.g_varchar2)
626: or not l_api_updating) then
627: --
628: -- check if value of lookup falls within lookup type.
629: --

Line 689: l_api_updating := ben_lct_shd.api_updating

685: Begin
686: --
687: hr_utility.set_location('Entering:'||l_proc, 5);
688: --
689: l_api_updating := ben_lct_shd.api_updating
690: (p_ler_chg_ptip_enrt_id => p_ler_chg_ptip_enrt_id,
691: p_effective_date => p_effective_date,
692: p_object_version_number => p_object_version_number);
693: --

Line 696: <> nvl(ben_lct_shd.g_old_rec.crnt_enrt_prclds_chg_flag,hr_api.g_varchar2)

692: p_object_version_number => p_object_version_number);
693: --
694: if (l_api_updating
695: and p_crnt_enrt_prclds_chg_flag
696: <> nvl(ben_lct_shd.g_old_rec.crnt_enrt_prclds_chg_flag,hr_api.g_varchar2)
697: or not l_api_updating) then
698: --
699: -- check if value of lookup falls within lookup type.
700: --

Line 939: (p_rec in ben_lct_shd.g_rec_type,

935: -- ----------------------------------------------------------------------------
936: -- |---------------------------< insert_validate >----------------------------|
937: -- ----------------------------------------------------------------------------
938: Procedure insert_validate
939: (p_rec in ben_lct_shd.g_rec_type,
940: p_effective_date in date,
941: p_datetrack_mode in varchar2,
942: p_validation_start_date in date,
943: p_validation_end_date in date) is

Line 1023: (p_rec in ben_lct_shd.g_rec_type,

1019: -- ----------------------------------------------------------------------------
1020: -- |---------------------------< update_validate >----------------------------|
1021: -- ----------------------------------------------------------------------------
1022: Procedure update_validate
1023: (p_rec in ben_lct_shd.g_rec_type,
1024: p_effective_date in date,
1025: p_datetrack_mode in varchar2,
1026: p_validation_start_date in date,
1027: p_validation_end_date in date) is

Line 1116: (p_rec in ben_lct_shd.g_rec_type,

1112: -- ----------------------------------------------------------------------------
1113: -- |---------------------------< delete_validate >----------------------------|
1114: -- ----------------------------------------------------------------------------
1115: Procedure delete_validate
1116: (p_rec in ben_lct_shd.g_rec_type,
1117: p_effective_date in date,
1118: p_datetrack_mode in varchar2,
1119: p_validation_start_date in date,
1120: p_validation_end_date in date) is