DBA Data[Home] [Help]

APPS.HR_ITP_INS dependencies on HR_ITP_SHD

Line 54: (p_rec in out nocopy hr_itp_shd.g_rec_type

50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure insert_dml
54: (p_rec in out nocopy hr_itp_shd.g_rec_type
55: ) is
56: --
57: l_proc varchar2(72) := g_package||'insert_dml';
58: --

Line 222: hr_itp_shd.constraint_error

218: Exception
219: When hr_api.check_integrity_violated Then
220: -- A check constraint has been violated
221: --
222: hr_itp_shd.constraint_error
223: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
224: When hr_api.parent_integrity_violated Then
225: -- Parent integrity has been violated
226: --

Line 227: hr_itp_shd.constraint_error

223: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
224: When hr_api.parent_integrity_violated Then
225: -- Parent integrity has been violated
226: --
227: hr_itp_shd.constraint_error
228: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
229: When hr_api.unique_integrity_violated Then
230: -- Unique integrity has been violated
231: --

Line 232: hr_itp_shd.constraint_error

228: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
229: When hr_api.unique_integrity_violated Then
230: -- Unique integrity has been violated
231: --
232: hr_itp_shd.constraint_error
233: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
234: When Others Then
235: --
236: Raise;

Line 277: (p_rec in out nocopy hr_itp_shd.g_rec_type

273: --
274: -- {End Of Comments}
275: -- ----------------------------------------------------------------------------
276: Procedure pre_insert
277: (p_rec in out nocopy hr_itp_shd.g_rec_type
278: ) is
279: --
280: l_proc varchar2(72) := g_package||'pre_insert';
281: --

Line 331: ,p_rec in hr_itp_shd.g_rec_type

327: -- {End Of Comments}
328: -- ----------------------------------------------------------------------------
329: Procedure post_insert
330: (p_effective_date in date
331: ,p_rec in hr_itp_shd.g_rec_type
332: ) is
333: --
334: l_proc varchar2(72) := g_package||'post_insert';
335: --

Line 502: ,p_rec in out nocopy hr_itp_shd.g_rec_type

498: -- |---------------------------------< ins >----------------------------------|
499: -- ----------------------------------------------------------------------------
500: Procedure ins
501: (p_effective_date in date
502: ,p_rec in out nocopy hr_itp_shd.g_rec_type
503: ) is
504: --
505: l_proc varchar2(72) := g_package||'ins';
506: --

Line 612: l_rec hr_itp_shd.g_rec_type;

608: ,p_item_property_id out nocopy number
609: ,p_object_version_number out nocopy number
610: ) is
611: --
612: l_rec hr_itp_shd.g_rec_type;
613: l_proc varchar2(72) := g_package||'ins';
614: --
615: Begin
616: hr_utility.set_location('Entering:'||l_proc, 5);

Line 622: hr_itp_shd.convert_args

618: -- Call conversion function to turn arguments into the
619: -- p_rec structure.
620: --
621: l_rec :=
622: hr_itp_shd.convert_args
623: (null
624: ,p_object_version_number
625: ,p_form_item_id
626: ,p_template_item_id