DBA Data[Home] [Help]

APPS.PQH_WDT_INS dependencies on PQH_WORKSHEET_DETAILS

Line 56: -- Insert the row into: pqh_worksheet_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_worksheet_details
57: --
58: insert into pqh_worksheet_details
59: ( worksheet_detail_id,
60: worksheet_id,

Line 58: insert into pqh_worksheet_details

54: --
55: --
56: -- Insert the row into: pqh_worksheet_details
57: --
58: insert into pqh_worksheet_details
59: ( worksheet_detail_id,
60: worksheet_id,
61: organization_id,
62: job_id,

Line 183: Cursor C_Sel1 is select pqh_worksheet_details_s.nextval from sys.dual;

179: Procedure pre_insert(p_rec in out nocopy pqh_wdt_shd.g_rec_type) is
180: --
181: l_proc varchar2(72) := g_package||'pre_insert';
182: --
183: Cursor C_Sel1 is select pqh_worksheet_details_s.nextval from sys.dual;
184: --
185: Begin
186: hr_utility.set_location('Entering:'||l_proc, 5);
187: --

Line 283: (p_module_name => 'pqh_worksheet_details'

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