DBA Data[Home] [Help]

APPS.PER_ZA_EQT_INS dependencies on PER_QUALIFICATION_TYPES

Line 63: -- Insert the row into: per_qualification_types

59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: per_za_eqt_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: per_qualification_types
64: --
65: insert into per_qualification_types
66: ( qualification_type_id,
67: name,

Line 65: insert into per_qualification_types

61: per_za_eqt_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: per_qualification_types
64: --
65: insert into per_qualification_types
66: ( qualification_type_id,
67: name,
68: category,
69: rank,

Line 193: select per_qualification_types_s.nextval

189: --
190: l_proc varchar2(72) := g_package||'pre_insert';
191: --
192: cursor c1 is
193: select per_qualification_types_s.nextval
194: from sys.dual;
195: --
196: Begin
197: hr_utility.set_location('Entering:'||l_proc, 5);