DBA Data[Home] [Help]

APPS.PQH_ATT_INS dependencies on PQH_ATTRIBUTES

Line 56: -- Insert the row into: pqh_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_attributes
57: --
58: insert into pqh_attributes
59: ( attribute_id,
60: attribute_name,

Line 58: insert into pqh_attributes

54: --
55: --
56: -- Insert the row into: pqh_attributes
57: --
58: insert into pqh_attributes
59: ( attribute_id,
60: attribute_name,
61: master_attribute_id,
62: master_table_route_id,

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

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

Line 229: (p_module_name => 'pqh_attributes'

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