DBA Data[Home] [Help]

APPS.BEN_LGL_BUS dependencies on BEN_LGL_SHD

Line 48: l_api_updating := ben_lgl_shd.api_updating

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

Line 55: <> ben_lgl_shd.g_old_rec.lgl_enty_rt_id) then

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

Line 59: ben_lgl_shd.constraint_error('BEN_LGL_ENTY_RTS_F_PK');

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

Line 69: ben_lgl_shd.constraint_error('BEN_LGL_ENTY_RTS_F_PK');

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

Line 198: l_api_updating := ben_lgl_shd.api_updating

194: BEGIN
195: --
196: hr_utility.set_location('Entering:'||l_proc, 5);
197: --
198: l_api_updating := ben_lgl_shd.api_updating
199: (p_lgl_enty_rt_id => p_lgl_enty_rt_id,
200: p_effective_date => p_effective_date,
201: p_object_version_number => p_object_version_number);
202: --

Line 204: and p_organization_id <> nvl(ben_lgl_shd.g_old_rec.organization_id,hr_api.g_number)

200: p_effective_date => p_effective_date,
201: p_object_version_number => p_object_version_number);
202: --
203: if (l_api_updating
204: and p_organization_id <> nvl(ben_lgl_shd.g_old_rec.organization_id,hr_api.g_number)
205: or not l_api_updating) then
206:
207: open c_dup;
208: fetch c_dup into l_exists;

Line 325: l_api_updating := ben_lgl_shd.api_updating

321: Begin
322: --
323: hr_utility.set_location('Entering:'||l_proc, 5);
324: --
325: l_api_updating := ben_lgl_shd.api_updating
326: (p_lgl_enty_rt_id => p_lgl_enty_rt_id,
327: p_effective_date => p_effective_date,
328: p_object_version_number => p_object_version_number);
329: --

Line 332: <> nvl(ben_lgl_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

328: p_object_version_number => p_object_version_number);
329: --
330: if (l_api_updating
331: and p_excld_flag
332: <> nvl(ben_lgl_shd.g_old_rec.excld_flag,hr_api.g_varchar2)
333: or not l_api_updating) then
334: --
335: -- check if value of lookup falls within lookup type.
336: --

Line 563: (p_rec in ben_lgl_shd.g_rec_type,

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

Line 619: (p_rec in ben_lgl_shd.g_rec_type,

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

Line 683: (p_rec in ben_lgl_shd.g_rec_type,

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