DBA Data[Home] [Help]

APPS.PQH_BGM_DEL dependencies on PQH_BUDGET_GL_FLEX_MAPS

Line 56: -- Delete the pqh_budget_gl_flex_maps row.

52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: --
56: -- Delete the pqh_budget_gl_flex_maps row.
57: --
58: delete from pqh_budget_gl_flex_maps
59: where budget_gl_flex_map_id = p_rec.budget_gl_flex_map_id;
60: --

Line 58: delete from pqh_budget_gl_flex_maps

54: --
55: --
56: -- Delete the pqh_budget_gl_flex_maps row.
57: --
58: delete from pqh_budget_gl_flex_maps
59: where budget_gl_flex_map_id = p_rec.budget_gl_flex_map_id;
60: --
61: --
62: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 173: (p_module_name => 'pqh_budget_gl_flex_maps'

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