DBA Data[Home] [Help]

APPS.PQH_WKS_INS dependencies on PQH_WORKSHEETS

Line 56: -- Insert the row into: pqh_worksheets

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_worksheets
57: --
58: insert into pqh_worksheets
59: ( worksheet_id,
60: budget_id,

Line 58: insert into pqh_worksheets

54: --
55: --
56: -- Insert the row into: pqh_worksheets
57: --
58: insert into pqh_worksheets
59: ( worksheet_id,
60: budget_id,
61: worksheet_name,
62: version_number,

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

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

Line 271: (p_module_name => 'pqh_worksheets'

267: --
268: when hr_api.cannot_find_prog_unit then
269: --
270: hr_api.cannot_find_prog_unit_error
271: (p_module_name => 'pqh_worksheets'
272: ,p_hook_type => 'AI');
273: --
274: end;
275: --