DBA Data[Home] [Help]

APPS.PQH_BST_INS dependencies on PQH_BUDGET_SETS

Line 56: -- Insert the row into: pqh_budget_sets

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_budget_sets
57: --
58: insert into pqh_budget_sets
59: ( budget_set_id,
60: dflt_budget_set_id,

Line 58: insert into pqh_budget_sets

54: --
55: --
56: -- Insert the row into: pqh_budget_sets
57: --
58: insert into pqh_budget_sets
59: ( budget_set_id,
60: dflt_budget_set_id,
61: budget_period_id,
62: budget_unit1_percent,

Line 155: Cursor C_Sel1 is select pqh_budget_sets_s.nextval from sys.dual;

151: Procedure pre_insert(p_rec in out nocopy pqh_bst_shd.g_rec_type) is
152: --
153: l_proc varchar2(72) := g_package||'pre_insert';
154: --
155: Cursor C_Sel1 is select pqh_budget_sets_s.nextval from sys.dual;
156: --
157: Begin
158: hr_utility.set_location('Entering:'||l_proc, 5);
159: --

Line 241: (p_module_name => 'pqh_budget_sets'

237: --
238: when hr_api.cannot_find_prog_unit then
239: --
240: hr_api.cannot_find_prog_unit_error
241: (p_module_name => 'pqh_budget_sets'
242: ,p_hook_type => 'AI');
243: --
244: end;
245: --