DBA Data[Home] [Help]

APPS.HR_PFT_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 => 'POSITION_ID'

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

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

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

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

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