DBA Data[Home] [Help]

APPS.PQH_BCE_INS dependencies on PQH_BDGT_CMMTMNT_ELMNTS

Line 58: -- Insert the row into: pqh_bdgt_cmmtmnt_elmnts

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

Line 60: insert into pqh_bdgt_cmmtmnt_elmnts

56: --
57: --
58: -- Insert the row into: pqh_bdgt_cmmtmnt_elmnts
59: --
60: insert into pqh_bdgt_cmmtmnt_elmnts
61: ( bdgt_cmmtmnt_elmnt_id,
62: budget_id,
63: actual_commitment_type,
64: element_type_id,

Line 149: Cursor C_Sel1 is select pqh_bdgt_cmmtmnt_elmnts_s.nextval from sys.dual;

145: Procedure pre_insert(p_rec in out nocopy pqh_bce_shd.g_rec_type) is
146: --
147: l_proc varchar2(72) := g_package||'pre_insert';
148: --
149: Cursor C_Sel1 is select pqh_bdgt_cmmtmnt_elmnts_s.nextval from sys.dual;
150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --

Line 231: (p_module_name => 'pqh_bdgt_cmmtmnt_elmnts'

227: --
228: when hr_api.cannot_find_prog_unit then
229: --
230: hr_api.cannot_find_prog_unit_error
231: (p_module_name => 'pqh_bdgt_cmmtmnt_elmnts'
232: ,p_hook_type => 'AI');
233: --
234: end;
235: --