DBA Data[Home] [Help]

APPS.BEN_LCC_BUS dependencies on BEN_LCC_SHD

Line 48: l_api_updating := ben_lcc_shd.api_updating

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

Line 55: <> ben_lcc_shd.g_old_rec.ler_chg_dpnt_cvg_ctfn_id) then

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

Line 59: ben_lcc_shd.constraint_error('BEN_LER_CHG_DPNT_CTFN_PK');

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

Line 69: ben_lcc_shd.constraint_error('BEN_LER_CHG_DPNT_CTFN_PK');

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

Line 118: l_api_updating := ben_lcc_shd.api_updating

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

Line 125: <> nvl(ben_lcc_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd,hr_api.g_varchar2)

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

Line 255: l_api_updating := ben_lcc_shd.api_updating

251: Begin
252: --
253: hr_utility.set_location('Entering:'||l_proc, 5);
254: --
255: l_api_updating := ben_lcc_shd.api_updating
256: (p_ler_chg_dpnt_cvg_ctfn_id => p_ler_chg_dpnt_cvg_ctfn_id,
257: p_effective_date => p_effective_date,
258: p_object_version_number => p_object_version_number);
259: --

Line 262: <> nvl(ben_lcc_shd.g_old_rec.rlshp_typ_cd,hr_api.g_varchar2)

258: p_object_version_number => p_object_version_number);
259: --
260: if (l_api_updating
261: and p_rlshp_typ_cd
262: <> nvl(ben_lcc_shd.g_old_rec.rlshp_typ_cd,hr_api.g_varchar2)
263: or not l_api_updating)
264: and p_rlshp_typ_cd is not null then
265: --
266: -- check if value of lookup falls within lookup type.

Line 327: l_api_updating := ben_lcc_shd.api_updating

323: Begin
324: --
325: hr_utility.set_location('Entering:'||l_proc, 5);
326: --
327: l_api_updating := ben_lcc_shd.api_updating
328: (p_ler_chg_dpnt_cvg_ctfn_id => p_ler_chg_dpnt_cvg_ctfn_id,
329: p_effective_date => p_effective_date,
330: p_object_version_number => p_object_version_number);
331: --

Line 334: <> ben_lcc_shd.g_old_rec.ctfn_rqd_when_rl

330: p_object_version_number => p_object_version_number);
331: --
332: if (l_api_updating
333: and nvl(p_ctfn_rqd_when_rl,hr_api.g_number)
334: <> ben_lcc_shd.g_old_rec.ctfn_rqd_when_rl
335: or not l_api_updating)
336: and p_ctfn_rqd_when_rl is not null then
337: --
338: -- check if value of formula rule is valid.

Line 565: (p_rec in ben_lcc_shd.g_rec_type,

561: -- ----------------------------------------------------------------------------
562: -- |---------------------------< insert_validate >----------------------------|
563: -- ----------------------------------------------------------------------------
564: Procedure insert_validate
565: (p_rec in ben_lcc_shd.g_rec_type,
566: p_effective_date in date,
567: p_datetrack_mode in varchar2,
568: p_validation_start_date in date,
569: p_validation_end_date in date) is

Line 621: (p_rec in ben_lcc_shd.g_rec_type,

617: -- ----------------------------------------------------------------------------
618: -- |---------------------------< update_validate >----------------------------|
619: -- ----------------------------------------------------------------------------
620: Procedure update_validate
621: (p_rec in ben_lcc_shd.g_rec_type,
622: p_effective_date in date,
623: p_datetrack_mode in varchar2,
624: p_validation_start_date in date,
625: p_validation_end_date in date) is

Line 685: (p_rec in ben_lcc_shd.g_rec_type,

681: -- ----------------------------------------------------------------------------
682: -- |---------------------------< delete_validate >----------------------------|
683: -- ----------------------------------------------------------------------------
684: Procedure delete_validate
685: (p_rec in ben_lcc_shd.g_rec_type,
686: p_effective_date in date,
687: p_datetrack_mode in varchar2,
688: p_validation_start_date in date,
689: p_validation_end_date in date) is