DBA Data[Home] [Help]

APPS.PQH_BPR_DEL dependencies on PQH_BUDGET_PERIODS

Line 53: -- Delete the pqh_budget_periods row.

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

Line 55: delete from pqh_budget_periods

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

Line 182: (p_module_name => 'pqh_budget_periods'

178: --
179: when hr_api.cannot_find_prog_unit then
180: --
181: hr_api.cannot_find_prog_unit_error
182: (p_module_name => 'pqh_budget_periods'
183: ,p_hook_type => 'AD');
184: --
185: end;
186: --