DBA Data[Home] [Help]

APPS.BEN_ECF_BUS dependencies on BEN_ECF_SHD

Line 48: l_api_updating := ben_ecf_shd.api_updating

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

Line 55: <> ben_ecf_shd.g_old_rec.enrt_ctfn_id) then

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

Line 59: ben_ecf_shd.constraint_error('BEN_ENRT_CTFN_F_PK');

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

Line 69: ben_ecf_shd.constraint_error('BEN_ENRT_CTFN_F_PK');

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

Line 117: l_api_updating := ben_ecf_shd.api_updating

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

Line 124: <> nvl(ben_ecf_shd.g_old_rec.enrt_ctfn_typ_cd,hr_api.g_varchar2)

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

Line 255: l_api_updating := ben_ecf_shd.api_updating

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

Line 262: <> nvl(ben_ecf_shd.g_old_rec.rqd_flag,hr_api.g_varchar2)

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

Line 327: l_api_updating := ben_ecf_shd.api_updating

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

Line 334: <> ben_ecf_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_ecf_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 580: (p_rec in ben_ecf_shd.g_rec_type,

576: -- ----------------------------------------------------------------------------
577: -- |---------------------------< insert_validate >----------------------------|
578: -- ----------------------------------------------------------------------------
579: Procedure insert_validate
580: (p_rec in ben_ecf_shd.g_rec_type,
581: p_effective_date in date,
582: p_datetrack_mode in varchar2,
583: p_validation_start_date in date,
584: p_validation_end_date in date) is

Line 636: (p_rec in ben_ecf_shd.g_rec_type,

632: -- ----------------------------------------------------------------------------
633: -- |---------------------------< update_validate >----------------------------|
634: -- ----------------------------------------------------------------------------
635: Procedure update_validate
636: (p_rec in ben_ecf_shd.g_rec_type,
637: p_effective_date in date,
638: p_datetrack_mode in varchar2,
639: p_validation_start_date in date,
640: p_validation_end_date in date) is

Line 701: (p_rec in ben_ecf_shd.g_rec_type,

697: -- ----------------------------------------------------------------------------
698: -- |---------------------------< delete_validate >----------------------------|
699: -- ----------------------------------------------------------------------------
700: Procedure delete_validate
701: (p_rec in ben_ecf_shd.g_rec_type,
702: p_effective_date in date,
703: p_datetrack_mode in varchar2,
704: p_validation_start_date in date,
705: p_validation_end_date in date) is