DBA Data[Home] [Help]

APPS.PQH_PRE_SHD dependencies on HR_UTILITY

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

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

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

138: (p_api_name => l_proc
139: ,p_argument => 'INS_END_REASON_ID'
140: ,p_argument_value => p_ins_end_reason_id
141: );
142: hr_utility.set_location(l_proc,6);
143: hr_api.mandatory_arg_error
144: (p_api_name => l_proc
145: ,p_argument => 'OBJECT_VERSION_NUMBER'
146: ,p_argument_value => p_object_version_number

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

162: fnd_message.set_name('PAY', 'HR_7155_OBJECT_INVALID');
163: fnd_message.raise_error;
164: End If;
165: --
166: hr_utility.set_location(' Leaving:'||l_proc, 10);
167: --
168: -- We need to trap the ORA LOCK exception
169: --
170: Exception