DBA Data[Home] [Help]

APPS.PQH_TAT_INS dependencies on PQH_TEMPLATE_ATTRIBUTES

Line 56: -- Insert the row into: pqh_template_attributes

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_template_attributes
57: --
58: insert into pqh_template_attributes
59: ( required_flag,
60: view_flag,

Line 58: insert into pqh_template_attributes

54: --
55: --
56: -- Insert the row into: pqh_template_attributes
57: --
58: insert into pqh_template_attributes
59: ( required_flag,
60: view_flag,
61: edit_flag,
62: template_attribute_id,

Line 137: Cursor C_Sel1 is select pqh_template_attributes_s.nextval from sys.dual;

133: Procedure pre_insert(p_rec in out nocopy pqh_tat_shd.g_rec_type) is
134: --
135: l_proc varchar2(72) := g_package||'pre_insert';
136: --
137: Cursor C_Sel1 is select pqh_template_attributes_s.nextval from sys.dual;
138: --
139: Begin
140: hr_utility.set_location('Entering:'||l_proc, 5);
141: --

Line 214: (p_module_name => 'pqh_template_attributes'

210: --
211: when hr_api.cannot_find_prog_unit then
212: --
213: hr_api.cannot_find_prog_unit_error
214: (p_module_name => 'pqh_template_attributes'
215: ,p_hook_type => 'AI');
216: --
217: end;
218: --