DBA Data[Home] [Help]

APPS.PQH_WPR_INS dependencies on PQH_WORKSHEET_PERIODS

Line 56: -- Insert the row into: pqh_worksheet_periods

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_periods
57: --
58: insert into pqh_worksheet_periods
59: ( worksheet_period_id,
60: end_time_period_id,

Line 58: insert into pqh_worksheet_periods

54: --
55: --
56: -- Insert the row into: pqh_worksheet_periods
57: --
58: insert into pqh_worksheet_periods
59: ( worksheet_period_id,
60: end_time_period_id,
61: worksheet_detail_id,
62: budget_unit1_percent,

Line 157: Cursor C_Sel1 is select pqh_worksheet_periods_s.nextval from sys.dual;

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

Line 244: (p_module_name => 'pqh_worksheet_periods'

240: --
241: when hr_api.cannot_find_prog_unit then
242: --
243: hr_api.cannot_find_prog_unit_error
244: (p_module_name => 'pqh_worksheet_periods'
245: ,p_hook_type => 'AI');
246: --
247: end;
248: --