DBA Data[Home] [Help]

APPS.HR_PAC_INS dependencies on HR_PATTERN_CONSTRUCTIONS

Line 63: -- Insert the row into: hr_pattern_constructions

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

Line 65: insert into hr_pattern_constructions

61: hr_pac_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: hr_pattern_constructions
64: --
65: insert into hr_pattern_constructions
66: ( pattern_construction_id,
67: sequence_no,
68: availability,
69: pattern_id,

Line 149: Cursor C_Sel1 is select hr_pattern_constructions_s.nextval from sys.dual;

145: Procedure pre_insert(p_rec in out hr_pac_shd.g_rec_type) is
146: --
147: l_proc varchar2(72) := g_package||'pre_insert';
148: --
149: Cursor C_Sel1 is select hr_pattern_constructions_s.nextval from sys.dual;
150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --