DBA Data[Home] [Help]

APPS.PQP_ERT_SHD dependencies on HR_UTILITY

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

132: --
133: l_proc varchar2(72) := g_package||'lck';
134: --
135: Begin
136: hr_utility.set_location('Entering:'||l_proc, 5);
137: --
138: hr_api.mandatory_arg_error
139: (p_api_name => l_proc
140: ,p_argument => 'EXCEPTION_REPORT_ID'

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

139: (p_api_name => l_proc
140: ,p_argument => 'EXCEPTION_REPORT_ID'
141: ,p_argument_value => p_exception_report_id
142: );
143: hr_utility.set_location(l_proc,6);
144: hr_api.mandatory_arg_error
145: (p_api_name => l_proc
146: ,p_argument => 'LANGUAGE'
147: ,p_argument_value => p_language

Line 149: hr_utility.set_location(l_proc,7);

145: (p_api_name => l_proc
146: ,p_argument => 'LANGUAGE'
147: ,p_argument_value => p_language
148: );
149: hr_utility.set_location(l_proc,7);
150: --
151: Open C_Sel1;
152: Fetch C_Sel1 Into pqp_ert_shd.g_old_rec;
153: If C_Sel1%notfound then

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

159: fnd_message.raise_error;
160: End If;
161: Close C_Sel1;
162: --
163: hr_utility.set_location(' Leaving:'||l_proc, 10);
164: --
165: -- We need to trap the ORA LOCK exception
166: --
167: Exception