DBA Data[Home] [Help]

APPS.PQH_WEL_INS dependencies on PQH_WORKSHEET_BDGT_ELMNTS

Line 56: -- Insert the row into: pqh_worksheet_bdgt_elmnts

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_worksheet_bdgt_elmnts
57: --
58: insert into pqh_worksheet_bdgt_elmnts
59: ( worksheet_bdgt_elmnt_id,
60: worksheet_budget_set_id,

Line 58: insert into pqh_worksheet_bdgt_elmnts

54: --
55: --
56: -- Insert the row into: pqh_worksheet_bdgt_elmnts
57: --
58: insert into pqh_worksheet_bdgt_elmnts
59: ( worksheet_bdgt_elmnt_id,
60: worksheet_budget_set_id,
61: element_type_id,
62: distribution_percentage,

Line 133: Cursor C_Sel1 is select pqh_worksheet_bdgt_elmnts_s.nextval from sys.dual;

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

Line 206: (p_module_name => 'pqh_worksheet_bdgt_elmnts'

202: --
203: when hr_api.cannot_find_prog_unit then
204: --
205: hr_api.cannot_find_prog_unit_error
206: (p_module_name => 'pqh_worksheet_bdgt_elmnts'
207: ,p_hook_type => 'AI');
208: --
209: end;
210: --