DBA Data[Home] [Help]

APPS.PER_ENV_INS dependencies on PER_ENV_SHD

Line 76: (p_rec in out nocopy per_env_shd.g_rec_type

72: --
73: -- {End Of Comments}
74: -- ----------------------------------------------------------------------------
75: Procedure insert_dml
76: (p_rec in out nocopy per_env_shd.g_rec_type
77: ) is
78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --

Line 124: per_env_shd.constraint_error

120: Exception
121: When hr_api.check_integrity_violated Then
122: -- A check constraint has been violated
123: --
124: per_env_shd.constraint_error
125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.parent_integrity_violated Then
127: -- Parent integrity has been violated
128: --

Line 129: per_env_shd.constraint_error

125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.parent_integrity_violated Then
127: -- Parent integrity has been violated
128: --
129: per_env_shd.constraint_error
130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
131: When hr_api.unique_integrity_violated Then
132: -- Unique integrity has been violated
133: --

Line 134: per_env_shd.constraint_error

130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
131: When hr_api.unique_integrity_violated Then
132: -- Unique integrity has been violated
133: --
134: per_env_shd.constraint_error
135: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
136: When Others Then
137: --
138: Raise;

Line 179: (p_rec in out nocopy per_env_shd.g_rec_type

175: --
176: -- {End Of Comments}
177: -- ----------------------------------------------------------------------------
178: Procedure pre_insert
179: (p_rec in out nocopy per_env_shd.g_rec_type
180: ) is
181: --
182: Cursor C_Sel1 is select per_cal_entry_values_s.nextval from sys.dual;
183: --

Line 267: ,p_rec in per_env_shd.g_rec_type

263: -- {End Of Comments}
264: -- ----------------------------------------------------------------------------
265: Procedure post_insert
266: (p_effective_date in date
267: ,p_rec in per_env_shd.g_rec_type
268: ) is
269: --
270: l_proc varchar2(72) := g_package||'post_insert';
271: --

Line 309: ,p_rec in out nocopy per_env_shd.g_rec_type

305: -- |---------------------------------< ins >----------------------------------|
306: -- ----------------------------------------------------------------------------
307: Procedure ins
308: (p_effective_date in date
309: ,p_rec in out nocopy per_env_shd.g_rec_type
310: ) is
311: --
312: l_proc varchar2(72) := g_package||'ins';
313: --

Line 367: l_rec per_env_shd.g_rec_type;

363: ,p_cal_entry_value_id out nocopy number
364: ,p_object_version_number out nocopy number
365: ) is
366: --
367: l_rec per_env_shd.g_rec_type;
368: l_proc varchar2(72) := g_package||'ins';
369: --
370: Begin
371: hr_utility.set_location('Entering:'||l_proc, 5);

Line 377: per_env_shd.convert_args

373: -- Call conversion function to turn arguments into the
374: -- p_rec structure.
375: --
376: l_rec :=
377: per_env_shd.convert_args
378: (null
379: ,p_calendar_entry_id
380: ,p_hierarchy_node_id
381: ,p_value