DBA Data[Home] [Help]

APPS.BEN_OUR_BUS dependencies on BEN_OUR_SHD

Line 48: l_api_updating := ben_our_shd.api_updating

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

Line 55: <> ben_our_shd.g_old_rec.org_unit_rt_id) then

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

Line 59: ben_our_shd.constraint_error('BEN_ORG_UNIT_RT_PK');

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

Line 69: ben_our_shd.constraint_error('BEN_ORG_UNIT_RT_PK');

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

Line 117: l_api_updating := ben_our_shd.api_updating

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

Line 124: <> nvl(ben_our_shd.g_old_rec.excld_flag,hr_api.g_varchar2)

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

Line 265: l_api_updating := ben_our_shd.api_updating

261: BEGIN
262: --
263: hr_utility.set_location('Entering:'||l_proc, 5);
264: --
265: l_api_updating := ben_our_shd.api_updating
266: (p_org_unit_rt_id => p_org_unit_rt_id,
267: p_effective_date => p_effective_date,
268: p_object_version_number => p_object_version_number);
269: --

Line 271: and p_organization_id <> nvl(ben_our_shd.g_old_rec.organization_id,hr_api.g_number)

267: p_effective_date => p_effective_date,
268: p_object_version_number => p_object_version_number);
269: --
270: if (l_api_updating
271: and p_organization_id <> nvl(ben_our_shd.g_old_rec.organization_id,hr_api.g_number)
272: or not l_api_updating) then
273:
274: open c_dup;
275: fetch c_dup into l_exists;

Line 570: (p_rec in ben_our_shd.g_rec_type,

566: -- ----------------------------------------------------------------------------
567: -- |---------------------------< insert_validate >----------------------------|
568: -- ----------------------------------------------------------------------------
569: Procedure insert_validate
570: (p_rec in ben_our_shd.g_rec_type,
571: p_effective_date in date,
572: p_datetrack_mode in varchar2,
573: p_validation_start_date in date,
574: p_validation_end_date in date) is

Line 629: (p_rec in ben_our_shd.g_rec_type,

625: -- ----------------------------------------------------------------------------
626: -- |---------------------------< update_validate >----------------------------|
627: -- ----------------------------------------------------------------------------
628: Procedure update_validate
629: (p_rec in ben_our_shd.g_rec_type,
630: p_effective_date in date,
631: p_datetrack_mode in varchar2,
632: p_validation_start_date in date,
633: p_validation_end_date in date) is

Line 696: (p_rec in ben_our_shd.g_rec_type,

692: -- ----------------------------------------------------------------------------
693: -- |---------------------------< delete_validate >----------------------------|
694: -- ----------------------------------------------------------------------------
695: Procedure delete_validate
696: (p_rec in ben_our_shd.g_rec_type,
697: p_effective_date in date,
698: p_datetrack_mode in varchar2,
699: p_validation_start_date in date,
700: p_validation_end_date in date) is