DBA Data[Home] [Help]

APPS.PER_RVT_SHD dependencies on HR_UTILITY

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

114: --
115: l_proc varchar2(72) := g_package||'lck';
116: --
117: Begin
118: hr_utility.set_location('Entering:'||l_proc, 5);
119: --
120: hr_api.mandatory_arg_error
121: (p_api_name => l_proc
122: ,p_argument => 'WORKBENCH_VIEW_REPORT_CODE'

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

121: (p_api_name => l_proc
122: ,p_argument => 'WORKBENCH_VIEW_REPORT_CODE'
123: ,p_argument_value => p_workbench_view_report_code
124: );
125: hr_utility.set_location(l_proc,6);
126: hr_api.mandatory_arg_error
127: (p_api_name => l_proc
128: ,p_argument => 'LANGUAGE'
129: ,p_argument_value => p_language

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

141: End If;
142: Close C_Sel1;
143: --
144: --
145: hr_utility.set_location(' Leaving:'||l_proc, 10);
146: --
147: -- We need to trap the ORA LOCK exception
148: --
149: Exception