DBA Data[Home] [Help]

APPS.PER_JGR_INS dependencies on PER_JGR_SHD

Line 76: (p_rec in out nocopy per_jgr_shd.g_rec_type

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

Line 117: per_jgr_shd.constraint_error

113: Exception
114: When hr_api.check_integrity_violated Then
115: -- A check constraint has been violated
116: --
117: per_jgr_shd.constraint_error
118: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
119: When hr_api.parent_integrity_violated Then
120: -- Parent integrity has been violated
121: --

Line 122: per_jgr_shd.constraint_error

118: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
119: When hr_api.parent_integrity_violated Then
120: -- Parent integrity has been violated
121: --
122: per_jgr_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When hr_api.unique_integrity_violated Then
125: -- Unique integrity has been violated
126: --

Line 127: per_jgr_shd.constraint_error

123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When hr_api.unique_integrity_violated Then
125: -- Unique integrity has been violated
126: --
127: per_jgr_shd.constraint_error
128: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
129: When Others Then
130: --
131: Raise;

Line 172: (p_rec in out nocopy per_jgr_shd.g_rec_type

168: --
169: -- {End Of Comments}
170: -- ----------------------------------------------------------------------------
171: Procedure pre_insert
172: (p_rec in out nocopy per_jgr_shd.g_rec_type
173: ) is
174: --
175: l_proc varchar2(72) := g_package||'pre_insert';
176: --

Line 226: ,p_rec in per_jgr_shd.g_rec_type

222: -- {End Of Comments}
223: -- ----------------------------------------------------------------------------
224: Procedure post_insert
225: (p_effective_date in date
226: ,p_rec in per_jgr_shd.g_rec_type
227: ) is
228: --
229: l_proc varchar2(72) := g_package||'post_insert';
230: --

Line 273: ,p_rec in out nocopy per_jgr_shd.g_rec_type

269: -- |---------------------------------< ins >----------------------------------|
270: -- ----------------------------------------------------------------------------
271: Procedure ins
272: (p_effective_date in date
273: ,p_rec in out nocopy per_jgr_shd.g_rec_type
274: ) is
275: --
276: l_proc varchar2(72) := g_package||'ins';
277: --

Line 321: l_rec per_jgr_shd.g_rec_type;

317: ,p_job_group_id out nocopy number
318: ,p_object_version_number out nocopy number
319: ) is
320: --
321: l_rec per_jgr_shd.g_rec_type;
322: l_proc varchar2(72) := g_package||'ins';
323: --
324: Begin
325: hr_utility.set_location('Entering:'||l_proc, 5);

Line 331: per_jgr_shd.convert_args

327: -- Call conversion function to turn arguments into the
328: -- p_rec structure.
329: --
330: l_rec :=
331: per_jgr_shd.convert_args
332: (null
333: ,p_business_group_id
334: ,p_legislation_code
335: ,p_internal_name