DBA Data[Home] [Help]

APPS.PQH_BGT_INS dependencies on PQH_BUDGETS

Line 56: -- Insert the row into: pqh_budgets

52: hr_utility.set_location('Entering:'||l_proc, 5);
53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: --
56: -- Insert the row into: pqh_budgets
57: --
58: insert into pqh_budgets
59: ( budget_id,
60: business_group_id,

Line 58: insert into pqh_budgets

54: --
55: --
56: -- Insert the row into: pqh_budgets
57: --
58: insert into pqh_budgets
59: ( budget_id,
60: business_group_id,
61: start_organization_id,
62: org_structure_version_id,

Line 179: Cursor C_Sel1 is select pqh_budgets_s.nextval from sys.dual;

175: Procedure pre_insert(p_rec in out nocopy pqh_bgt_shd.g_rec_type) is
176: --
177: l_proc varchar2(72) := g_package||'pre_insert';
178: --
179: Cursor C_Sel1 is select pqh_budgets_s.nextval from sys.dual;
180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --

Line 282: (p_module_name => 'pqh_budgets'

278: --
279: when hr_api.cannot_find_prog_unit then
280: --
281: hr_api.cannot_find_prog_unit_error
282: (p_module_name => 'pqh_budgets'
283: ,p_hook_type => 'AI');
284: --
285: end;
286: --