DBA Data[Home] [Help]

APPS.PQH_SAT_INS dependencies on PQH_SPECIAL_ATTRIBUTES

Line 59: -- Insert the row into: pqh_special_attributes

55: hr_utility.set_location('Entering:'||l_proc, 5);
56: p_rec.object_version_number := 1; -- Initialise the object version
57: --
58: --
59: -- Insert the row into: pqh_special_attributes
60: --
61: insert into pqh_special_attributes
62: ( special_attribute_id,
63: txn_category_attribute_id,

Line 61: insert into pqh_special_attributes

57: --
58: --
59: -- Insert the row into: pqh_special_attributes
60: --
61: insert into pqh_special_attributes
62: ( special_attribute_id,
63: txn_category_attribute_id,
64: attribute_type_cd,
65: key_attribute_type,

Line 146: Cursor C_Sel1 is select pqh_special_attributes_s.nextval from sys.dual;

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

Line 226: (p_module_name => 'pqh_special_attributes'

222: --
223: when hr_api.cannot_find_prog_unit then
224: --
225: hr_api.cannot_find_prog_unit_error
226: (p_module_name => 'pqh_special_attributes'
227: ,p_hook_type => 'AI');
228: --
229: end;
230: --