DBA Data[Home] [Help]

APPS.PER_JBT_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 => 'JOB_ID'

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

129: (p_api_name => l_proc
130: ,p_argument => 'JOB_ID'
131: ,p_argument_value => p_job_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 210: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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