DBA Data[Home] [Help]

APPS.PQH_BDT_INS dependencies on PQH_BUDGET_DETAILS

Line 56: -- Insert the row into: pqh_budget_details

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_details
57: --
58: insert into pqh_budget_details
59: ( budget_detail_id,
60: organization_id,

Line 58: insert into pqh_budget_details

54: --
55: --
56: -- Insert the row into: pqh_budget_details
57: --
58: insert into pqh_budget_details
59: ( budget_detail_id,
60: organization_id,
61: job_id,
62: position_id,

Line 163: Cursor C_Sel1 is select pqh_budget_details_s.nextval from sys.dual;

159: Procedure pre_insert(p_rec in out nocopy pqh_bdt_shd.g_rec_type) is
160: --
161: l_proc varchar2(72) := g_package||'pre_insert';
162: --
163: Cursor C_Sel1 is select pqh_budget_details_s.nextval from sys.dual;
164: --
165: Begin
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: --

Line 251: (p_module_name => 'pqh_budget_details'

247: --
248: when hr_api.cannot_find_prog_unit then
249: --
250: hr_api.cannot_find_prog_unit_error
251: (p_module_name => 'pqh_budget_details'
252: ,p_hook_type => 'AI');
253: --
254: end;
255: --