DBA Data[Home] [Help]

APPS.PER_SHT_BUS dependencies on PER_SHT_SHD

Line 46: l_api_updating := per_sht_shd.api_updating

42: Begin
43: --
44: hr_utility.set_location('Entering:'||l_proc, 5);
45: --
46: l_api_updating := per_sht_shd.api_updating
47: (p_shared_type_id => p_shared_type_id,
48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating

Line 52: <> per_sht_shd.g_old_rec.shared_type_id) then

48: p_object_version_number => p_object_version_number);
49: --
50: if (l_api_updating
51: and nvl(p_shared_type_id,hr_api.g_number)
52: <> per_sht_shd.g_old_rec.shared_type_id) then
53: --
54: -- raise error as PK has changed
55: --
56: per_sht_shd.constraint_error('PER_SHARED_TYPES_PK');

Line 56: per_sht_shd.constraint_error('PER_SHARED_TYPES_PK');

52: <> per_sht_shd.g_old_rec.shared_type_id) then
53: --
54: -- raise error as PK has changed
55: --
56: per_sht_shd.constraint_error('PER_SHARED_TYPES_PK');
57: --
58: elsif not l_api_updating then
59: --
60: -- check if PK is null

Line 66: per_sht_shd.constraint_error('PER_SHARED_TYPES_PK');

62: if p_shared_type_id is not null then
63: --
64: -- raise error as PK is not null
65: --
66: per_sht_shd.constraint_error('PER_SHARED_TYPES_PK');
67: --
68: end if;
69: --
70: end if;

Line 115: l_api_updating := per_sht_shd.api_updating

111: Begin
112: --
113: hr_utility.set_location('Entering:'||l_proc, 5);
114: --
115: l_api_updating := per_sht_shd.api_updating
116: (p_shared_type_id => p_shared_type_id,
117: p_object_version_number => p_object_version_number);
118: --
119: if (l_api_updating

Line 121: <> nvl(per_sht_shd.g_old_rec.system_type_cd,hr_api.g_varchar2)

117: p_object_version_number => p_object_version_number);
118: --
119: if (l_api_updating
120: and p_system_type_cd
121: <> nvl(per_sht_shd.g_old_rec.system_type_cd,hr_api.g_varchar2)
122: or not l_api_updating) then
123: --
124: -- check if value of lookup falls within lookup type.
125: --

Line 228: Procedure insert_validate(p_rec in per_sht_shd.g_rec_type

224: --
225: -- ----------------------------------------------------------------------------
226: -- |---------------------------< insert_validate >----------------------------|
227: -- ----------------------------------------------------------------------------
228: Procedure insert_validate(p_rec in per_sht_shd.g_rec_type
229: ,p_effective_date in date) is
230: --
231: l_proc varchar2(72) := g_package||'insert_validate';
232: --

Line 264: Procedure update_validate(p_rec in per_sht_shd.g_rec_type

260: --
261: -- ----------------------------------------------------------------------------
262: -- |---------------------------< update_validate >----------------------------|
263: -- ----------------------------------------------------------------------------
264: Procedure update_validate(p_rec in per_sht_shd.g_rec_type
265: ,p_effective_date in date) is
266: --
267: l_proc varchar2(72) := g_package||'update_validate';
268: --

Line 300: Procedure delete_validate(p_rec in per_sht_shd.g_rec_type

296: --
297: -- ----------------------------------------------------------------------------
298: -- |---------------------------< delete_validate >----------------------------|
299: -- ----------------------------------------------------------------------------
300: Procedure delete_validate(p_rec in per_sht_shd.g_rec_type
301: ,p_effective_date in date) is
302: --
303: l_proc varchar2(72) := g_package||'delete_validate';
304: --