DBA Data[Home] [Help]

APPS.PQH_BFS_DEL dependencies on PQH_BUDGET_FUND_SRCS

Line 53: -- Delete the pqh_budget_fund_srcs row.

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

Line 55: delete from pqh_budget_fund_srcs

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

Line 175: (p_module_name => 'pqh_budget_fund_srcs'

171: --
172: when hr_api.cannot_find_prog_unit then
173: --
174: hr_api.cannot_find_prog_unit_error
175: (p_module_name => 'pqh_budget_fund_srcs'
176: ,p_hook_type => 'AD');
177: --
178: end;
179: --