DBA Data[Home] [Help]

APPS.PAY_ETM_INS dependencies on PAY_ELEMENT_TEMPLATES

Line 55: -- Insert the row into: pay_element_templates

51: Begin
52: hr_utility.set_location('Entering:'||l_proc, 5);
53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: -- Insert the row into: pay_element_templates
56: --
57: insert into pay_element_templates
58: ( template_id,
59: template_type,

Line 57: insert into pay_element_templates

53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: -- Insert the row into: pay_element_templates
56: --
57: insert into pay_element_templates
58: ( template_id,
59: template_type,
60: template_name,
61: base_processing_priority,

Line 265: Cursor C_Sel1 is select pay_element_templates_s.nextval from sys.dual;

261: Procedure pre_insert(p_rec in out nocopy pay_etm_shd.g_rec_type) is
262: --
263: l_proc varchar2(72) := g_package||'pre_insert';
264: --
265: Cursor C_Sel1 is select pay_element_templates_s.nextval from sys.dual;
266: --
267: Begin
268: hr_utility.set_location('Entering:'||l_proc, 5);
269: --