DBA Data[Home] [Help]

APPS.OTA_BJT_SHD dependencies on HR_UTILITY

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

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

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

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

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

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