DBA Data[Home] [Help]

APPS.PER_QTT_BUS dependencies on PER_QTT_SHD

Line 42: l_api_updating := per_qtt_shd.api_updating

38: --
39: Begin
40: hr_utility.set_location('Entering:'||l_proc, 5);
41: --
42: l_api_updating := per_qtt_shd.api_updating
43: (p_qualification_type_id => p_qualification_type_id,
44: p_language => p_language
45: );
46: --

Line 48: if ( (l_api_updating and (per_qtt_shd.g_old_rec.name

44: p_language => p_language
45: );
46: --
47:
48: if ( (l_api_updating and (per_qtt_shd.g_old_rec.name
49: <> nvl(p_name,hr_api.g_varchar2))
50: ) or
51: (NOT l_api_updating)
52: ) then

Line 115: (p_rec in per_qtt_shd.g_rec_type

111: --
112: -- {End Of Comments}
113: -- ----------------------------------------------------------------------------
114: Procedure chk_non_updateable_args
115: (p_rec in per_qtt_shd.g_rec_type
116: ) IS
117: --
118: l_proc varchar2(72) := g_package || 'chk_non_updateable_args';
119: --

Line 125: IF NOT per_qtt_shd.api_updating

121: --
122: -- Only proceed with the validation if a row exists for the current
123: -- record in the HR Schema.
124: --
125: IF NOT per_qtt_shd.api_updating
126: (p_qualification_type_id => p_rec.qualification_type_id
127: ,p_language => p_rec.language
128: ) THEN
129: fnd_message.set_name('PER', 'HR_6153_ALL_PROCEDURE_FAIL');

Line 143: (p_rec in per_qtt_shd.g_rec_type

139: -- ----------------------------------------------------------------------------
140: -- |------------------------< validate_translation>--------------------------|
141: -- ----------------------------------------------------------------------------
142: Procedure validate_translation
143: (p_rec in per_qtt_shd.g_rec_type
144: ,p_qualification_type_id in per_qualification_types_tl.qualification_type_id%TYPE default null
145: ) IS
146: --
147: l_proc varchar2(72) := g_package||'validate_translation';

Line 170: (p_rec in per_qtt_shd.g_rec_type

166: -- ----------------------------------------------------------------------------
167: -- |---------------------------< insert_validate >----------------------------|
168: -- ----------------------------------------------------------------------------
169: Procedure insert_validate
170: (p_rec in per_qtt_shd.g_rec_type
171: ,p_qualification_type_id in per_qualification_types_tl.qualification_type_id%TYPE
172: ) is
173: --
174: l_proc varchar2(72) := g_package||'insert_validate';

Line 207: (p_rec in per_qtt_shd.g_rec_type

203: -- ----------------------------------------------------------------------------
204: -- |---------------------------< update_validate >----------------------------|
205: -- ----------------------------------------------------------------------------
206: Procedure update_validate
207: (p_rec in per_qtt_shd.g_rec_type
208: ) is
209: --
210: l_proc varchar2(72) := g_package||'update_validate';
211: --

Line 248: (p_rec in per_qtt_shd.g_rec_type

244: -- ----------------------------------------------------------------------------
245: -- |---------------------------< delete_validate >----------------------------|
246: -- ----------------------------------------------------------------------------
247: Procedure delete_validate
248: (p_rec in per_qtt_shd.g_rec_type
249: ) is
250: --
251: l_proc varchar2(72) := g_package||'delete_validate';
252: --