DBA Data[Home] [Help]

APPS.HR_ORD_INS dependencies on HR_ORD_SHD

Line 54: (p_rec in out nocopy hr_ord_shd.g_rec_type

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

Line 215: hr_ord_shd.constraint_error

211: Exception
212: When hr_api.check_integrity_violated Then
213: -- A check constraint has been violated
214: --
215: hr_ord_shd.constraint_error
216: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
217: When hr_api.parent_integrity_violated Then
218: -- Parent integrity has been violated
219: --

Line 220: hr_ord_shd.constraint_error

216: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
217: When hr_api.parent_integrity_violated Then
218: -- Parent integrity has been violated
219: --
220: hr_ord_shd.constraint_error
221: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
222: When hr_api.unique_integrity_violated Then
223: -- Unique integrity has been violated
224: --

Line 225: hr_ord_shd.constraint_error

221: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
222: When hr_api.unique_integrity_violated Then
223: -- Unique integrity has been violated
224: --
225: hr_ord_shd.constraint_error
226: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
227: When Others Then
228: --
229: Raise;

Line 270: (p_rec in out nocopy hr_ord_shd.g_rec_type

266: --
267: -- {End Of Comments}
268: -- ----------------------------------------------------------------------------
269: Procedure pre_insert
270: (p_rec in out nocopy hr_ord_shd.g_rec_type
271: ) is
272: --
273: l_proc varchar2(72) := g_package||'pre_insert';
274: --

Line 324: ,p_rec in hr_ord_shd.g_rec_type

320: -- {End Of Comments}
321: -- ----------------------------------------------------------------------------
322: Procedure post_insert
323: (p_effective_date in date
324: ,p_rec in hr_ord_shd.g_rec_type
325: ) is
326: --
327: l_proc varchar2(72) := g_package||'post_insert';
328: --

Line 491: ,p_rec in out nocopy hr_ord_shd.g_rec_type

487: -- |---------------------------------< ins >----------------------------------|
488: -- ----------------------------------------------------------------------------
489: Procedure ins
490: (p_effective_date in date
491: ,p_rec in out nocopy hr_ord_shd.g_rec_type
492: ) is
493: --
494: l_proc varchar2(72) := g_package||'ins';
495: --

Line 599: l_rec hr_ord_shd.g_rec_type;

595: ,p_organization_link_id out nocopy number
596: ,p_object_version_number out nocopy number
597: ) is
598: --
599: l_rec hr_ord_shd.g_rec_type;
600: l_proc varchar2(72) := g_package||'ins';
601: --
602: Begin
603: hr_utility.set_location('Entering:'||l_proc, 5);

Line 609: hr_ord_shd.convert_args

605: -- Call conversion function to turn arguments into the
606: -- p_rec structure.
607: --
608: l_rec :=
609: hr_ord_shd.convert_args
610: (null
611: ,p_parent_organization_id
612: ,p_child_organization_id
613: ,p_business_group_id