DBA Data[Home] [Help]

APPS.PQH_BGM_INS dependencies on PQH_BUDGET_GL_FLEX_MAPS

Line 59: -- Insert the row into: pqh_budget_gl_flex_maps

55: hr_utility.set_location('Entering:'||l_proc, 5);
56: p_rec.object_version_number := 1; -- Initialise the object version
57: --
58: --
59: -- Insert the row into: pqh_budget_gl_flex_maps
60: --
61: insert into pqh_budget_gl_flex_maps
62: ( budget_gl_flex_map_id,
63: budget_id,

Line 61: insert into pqh_budget_gl_flex_maps

57: --
58: --
59: -- Insert the row into: pqh_budget_gl_flex_maps
60: --
61: insert into pqh_budget_gl_flex_maps
62: ( budget_gl_flex_map_id,
63: budget_id,
64: gl_account_segment,
65: payroll_cost_segment,

Line 136: Cursor C_Sel1 is select pqh_budget_gl_flex_maps_s.nextval from sys.dual;

132: Procedure pre_insert(p_rec in out nocopy pqh_bgm_shd.g_rec_type) is
133: --
134: l_proc varchar2(72) := g_package||'pre_insert';
135: --
136: Cursor C_Sel1 is select pqh_budget_gl_flex_maps_s.nextval from sys.dual;
137: --
138: Begin
139: hr_utility.set_location('Entering:'||l_proc, 5);
140: --

Line 209: (p_module_name => 'pqh_budget_gl_flex_maps'

205: --
206: when hr_api.cannot_find_prog_unit then
207: --
208: hr_api.cannot_find_prog_unit_error
209: (p_module_name => 'pqh_budget_gl_flex_maps'
210: ,p_hook_type => 'AI');
211: --
212: end;
213: --