DBA Data[Home] [Help]

APPS.PER_SOS_INS dependencies on PER_SOS_SHD

Line 82: (p_rec in out nocopy per_sos_shd.g_rec_type

78: --
79: -- {End Of Comments}
80: -- ----------------------------------------------------------------------------
81: Procedure insert_dml
82: (p_rec in out nocopy per_sos_shd.g_rec_type
83: ) is
84: --
85: l_proc varchar2(72) := g_package||'insert_dml';
86: --

Line 115: per_sos_shd.constraint_error

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

Line 120: per_sos_shd.constraint_error

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

Line 125: per_sos_shd.constraint_error

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

Line 170: (p_rec in out nocopy per_sos_shd.g_rec_type

166: --
167: -- {End Of Comments}
168: -- ----------------------------------------------------------------------------
169: Procedure pre_insert
170: (p_rec in out nocopy per_sos_shd.g_rec_type
171: ) is
172: --
173: Cursor C_Sel2 is
174: Select null

Line 264: (p_rec in per_sos_shd.g_rec_type

260: --
261: -- {End Of Comments}
262: -- ----------------------------------------------------------------------------
263: Procedure post_insert
264: (p_rec in per_sos_shd.g_rec_type
265: ) is
266: --
267: l_proc varchar2(72) := g_package||'post_insert';
268: --

Line 301: (p_rec in out nocopy per_sos_shd.g_rec_type

297: -- ----------------------------------------------------------------------------
298: -- |---------------------------------< ins >----------------------------------|
299: -- ----------------------------------------------------------------------------
300: Procedure ins
301: (p_rec in out nocopy per_sos_shd.g_rec_type
302: ) is
303: --
304: l_proc varchar2(72) := g_package||'ins';
305: --

Line 348: l_rec per_sos_shd.g_rec_type;

344: ,p_user_id out nocopy number
345: ,p_object_version_number out nocopy number
346: ) is
347: --
348: l_rec per_sos_shd.g_rec_type;
349: l_proc varchar2(72) := g_package||'ins';
350: --
351: Begin
352: hr_utility.set_location('Entering:'||l_proc, 5);

Line 358: per_sos_shd.convert_args

354: -- Call conversion function to turn arguments into the
355: -- p_rec structure.
356: --
357: l_rec :=
358: per_sos_shd.convert_args
359: (null
360: ,null
361: ,null
362: ,null