DBA Data[Home] [Help]

APPS.PER_GDT_SHD dependencies on HR_UTILITY

Line 126: hr_utility.set_location('Entering:'||l_proc, 5);

122: --
123: l_proc varchar2(72) := g_package||'lck';
124: --
125: Begin
126: hr_utility.set_location('Entering:'||l_proc, 5);
127: --
128: hr_api.mandatory_arg_error
129: (p_api_name => l_proc
130: ,p_argument => 'GRADE_ID'

Line 133: hr_utility.set_location(l_proc,6);

129: (p_api_name => l_proc
130: ,p_argument => 'GRADE_ID'
131: ,p_argument_value => p_grade_id
132: );
133: hr_utility.set_location(l_proc,6);
134: hr_api.mandatory_arg_error
135: (p_api_name => l_proc
136: ,p_argument => 'LANGUAGE'
137: ,p_argument_value => p_language

Line 153: hr_utility.set_location(' Leaving:'||l_proc, 10);

149: End If;
150: Close C_Sel1;
151: --
152: --
153: hr_utility.set_location(' Leaving:'||l_proc, 10);
154: --
155: -- We need to trap the ORA LOCK exception
156: --
157: Exception

Line 211: hr_utility.set_location('Entering:'||l_proc, 5);

207: l_proc varchar2(72) := g_package||'add_language';
208: --
209: Begin
210: --
211: hr_utility.set_location('Entering:'||l_proc, 5);
212: --
213: delete from PER_GRADES_TL T
214: where not exists
215: (select NULL

Line 266: hr_utility.set_location(' Leaving:'||l_proc, 10);

262: End loop;
263: --
264: hr_kflex_utility.set_session_language_code( l_userenv_language_code );
265: --
266: hr_utility.set_location(' Leaving:'||l_proc, 10);
267: --
268: Exception
269: --
270: When Others Then