[Home] [Help]
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the pay_time_def_usages row.
63: --
64: delete from pay_time_def_usages
65: where time_definition_id = p_rec.time_definition_id
66: and usage_type = p_rec.usage_type;
60: --
61: --
62: -- Delete the pay_time_def_usages row.
63: --
64: delete from pay_time_def_usages
65: where time_definition_id = p_rec.time_definition_id
66: and usage_type = p_rec.usage_type;
67: --
68: --
175: --
176: when hr_api.cannot_find_prog_unit then
177: --
178: hr_api.cannot_find_prog_unit_error
179: (p_module_name => 'PAY_TIME_DEF_USAGES'
180: ,p_hook_type => 'AD');
181: --
182: end;
183: --