[Home] [Help]
49: Begin
50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: --
53: -- Delete the pqh_txn_category_attributes row.
54: --
55: delete from pqh_txn_category_attributes
56: where txn_category_attribute_id = p_rec.txn_category_attribute_id;
57: --
51: --
52: --
53: -- Delete the pqh_txn_category_attributes row.
54: --
55: delete from pqh_txn_category_attributes
56: where txn_category_attribute_id = p_rec.txn_category_attribute_id;
57: --
58: --
59: hr_utility.set_location(' Leaving:'||l_proc, 10);
175: --
176: when hr_api.cannot_find_prog_unit then
177: --
178: hr_api.cannot_find_prog_unit_error
179: (p_module_name => 'pqh_txn_category_attributes'
180: ,p_hook_type => 'AD');
181: --
182: end;
183: --