DBA Data[Home] [Help]

APPS.PQH_BDT_DEL dependencies on PQH_BUDGET_DETAILS

Line 53: -- Delete the pqh_budget_details row.

49: Begin
50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: --
53: -- Delete the pqh_budget_details row.
54: --
55: delete from pqh_budget_details
56: where budget_detail_id = p_rec.budget_detail_id;
57: --

Line 55: delete from pqh_budget_details

51: --
52: --
53: -- Delete the pqh_budget_details row.
54: --
55: delete from pqh_budget_details
56: where budget_detail_id = p_rec.budget_detail_id;
57: --
58: --
59: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 185: (p_module_name => 'pqh_budget_details'

181: --
182: when hr_api.cannot_find_prog_unit then
183: --
184: hr_api.cannot_find_prog_unit_error
185: (p_module_name => 'pqh_budget_details'
186: ,p_hook_type => 'AD');
187: --
188: end;
189: --