DBA Data[Home] [Help]

APPS.PER_SEU_INS dependencies on PER_SEU_SHD

Line 77: (p_rec in out nocopy per_seu_shd.g_rec_type

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

Line 112: per_seu_shd.constraint_error

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

Line 117: per_seu_shd.constraint_error

113: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
114: When hr_api.parent_integrity_violated Then
115: -- Parent integrity has been violated
116: --
117: per_seu_shd.constraint_error
118: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
119: When hr_api.unique_integrity_violated Then
120: -- Unique integrity has been violated
121: --

Line 122: per_seu_shd.constraint_error

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

Line 167: (p_rec in out nocopy per_seu_shd.g_rec_type

163: --
164: -- {End Of Comments}
165: -- ----------------------------------------------------------------------------
166: Procedure pre_insert
167: (p_rec in out nocopy per_seu_shd.g_rec_type
168: ) is
169: --
170: Cursor C_Sel1 is select per_security_users_s.nextval from sys.dual;
171: --

Line 255: ,p_rec in per_seu_shd.g_rec_type

251: -- {End Of Comments}
252: -- ----------------------------------------------------------------------------
253: Procedure post_insert
254: (p_effective_date in date
255: ,p_rec in per_seu_shd.g_rec_type
256: ) is
257: --
258: l_proc varchar2(72) := g_package||'post_insert';
259: --

Line 296: ,p_rec in out nocopy per_seu_shd.g_rec_type

292: -- |---------------------------------< ins >----------------------------------|
293: -- ----------------------------------------------------------------------------
294: Procedure ins
295: (p_effective_date in date
296: ,p_rec in out nocopy per_seu_shd.g_rec_type
297: ) is
298: --
299: l_proc varchar2(72) := g_package||'ins';
300: --

Line 347: l_rec per_seu_shd.g_rec_type;

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

Line 357: per_seu_shd.convert_args

353: -- Call conversion function to turn arguments into the
354: -- p_rec structure.
355: --
356: l_rec :=
357: per_seu_shd.convert_args
358: (p_security_user_id
359: ,p_user_id
360: ,p_security_profile_id
361: ,p_process_in_next_run_flag