DBA Data[Home] [Help]

APPS.HR_OTY_INS dependencies on HR_OTY_SHD

Line 76: (p_rec in out nocopy hr_oty_shd.g_rec_type

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

Line 109: hr_oty_shd.constraint_error

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

Line 114: hr_oty_shd.constraint_error

110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When hr_api.parent_integrity_violated Then
112: -- Parent integrity has been violated
113: --
114: hr_oty_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.unique_integrity_violated Then
117: -- Unique integrity has been violated
118: --

Line 119: hr_oty_shd.constraint_error

115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.unique_integrity_violated Then
117: -- Unique integrity has been violated
118: --
119: hr_oty_shd.constraint_error
120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When Others Then
122: --
123: Raise;

Line 164: (p_rec in out nocopy hr_oty_shd.g_rec_type

160: --
161: -- {End Of Comments}
162: -- ----------------------------------------------------------------------------
163: Procedure pre_insert
164: (p_rec in out nocopy hr_oty_shd.g_rec_type
165: ) is
166: --
167: Cursor C_Sel1 is select hr_ki_option_types_s.nextval from sys.dual;
168: --

Line 251: (p_rec in hr_oty_shd.g_rec_type

247: --
248: -- {End Of Comments}
249: -- ----------------------------------------------------------------------------
250: Procedure post_insert
251: (p_rec in hr_oty_shd.g_rec_type
252: ) is
253: --
254: l_proc varchar2(72) := g_package||'post_insert';
255: --

Line 289: (p_rec in out nocopy hr_oty_shd.g_rec_type

285: -- ----------------------------------------------------------------------------
286: -- |---------------------------------< ins >----------------------------------|
287: -- ----------------------------------------------------------------------------
288: Procedure ins
289: (p_rec in out nocopy hr_oty_shd.g_rec_type
290: ) is
291: --
292: l_proc varchar2(72) := g_package||'ins';
293: --

Line 336: l_rec hr_oty_shd.g_rec_type;

332: ,p_option_type_id out nocopy number
333: ,p_object_version_number out nocopy number
334: ) is
335: --
336: l_rec hr_oty_shd.g_rec_type;
337: l_proc varchar2(72) := g_package||'ins';
338: --
339: Begin
340: hr_utility.set_location('Entering:'||l_proc, 5);

Line 346: hr_oty_shd.convert_args

342: -- Call conversion function to turn arguments into the
343: -- p_rec structure.
344: --
345: l_rec :=
346: hr_oty_shd.convert_args
347: (null
348: ,p_option_type_key
349: ,p_display_type
350: ,null