DBA Data[Home] [Help]

APPS.PAY_SET_INS dependencies on PAY_SHADOW_ELEMENT_TYPES

Line 59: -- Insert the row into: pay_shadow_element_types

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: pay_shadow_element_types
60: --
61: insert into pay_shadow_element_types
62: ( element_type_id,
63: template_id,

Line 61: insert into pay_shadow_element_types

57: --
58: --
59: -- Insert the row into: pay_shadow_element_types
60: --
61: insert into pay_shadow_element_types
62: ( element_type_id,
63: template_id,
64: classification_name,
65: additional_entry_allowed_flag,

Line 292: Cursor C_Sel1 is select pay_shadow_element_types_s.nextval from sys.dual;

288: Procedure pre_insert(p_rec in out nocopy pay_set_shd.g_rec_type) is
289: --
290: l_proc varchar2(72) := g_package||'pre_insert';
291: --
292: Cursor C_Sel1 is select pay_shadow_element_types_s.nextval from sys.dual;
293: --
294: Begin
295: hr_utility.set_location('Entering:'||l_proc, 5);
296: --