DBA Data[Home] [Help]

APPS.PAY_TCO_INS dependencies on PAY_TEMPLATE_CORE_OBJECTS

Line 55: -- Insert the row into: pay_template_core_objects

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_template_core_objects
56: --
57: insert into pay_template_core_objects
58: ( template_core_object_id,
59: template_id,

Line 57: insert into pay_template_core_objects

53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: -- Insert the row into: pay_template_core_objects
56: --
57: insert into pay_template_core_objects
58: ( template_core_object_id,
59: template_id,
60: core_object_type,
61: core_object_id,

Line 135: Cursor C_Sel1 is select pay_template_core_objects_s.nextval from sys.dual;

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