DBA Data[Home] [Help]

APPS.PQH_TEM_INS dependencies on PQH_TEMPLATES

Line 56: -- Insert the row into: pqh_templates

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_templates
57: --
58: insert into pqh_templates
59: ( template_name,
60: short_name,

Line 58: insert into pqh_templates

54: --
55: --
56: -- Insert the row into: pqh_templates
57: --
58: insert into pqh_templates
59: ( template_name,
60: short_name,
61: template_id,
62: attribute_only_flag,

Line 147: Cursor C_Sel1 is select pqh_templates_s.nextval from sys.dual;

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

Line 229: (p_module_name => 'pqh_templates'

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