DBA Data[Home] [Help]

APPS.HR_PDT_INS dependencies on HR_PDT_SHD

Line 76: (p_rec in out nocopy hr_pdt_shd.g_rec_type

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

Line 231: hr_pdt_shd.constraint_error

227: Exception
228: When hr_api.check_integrity_violated Then
229: -- A check constraint has been violated
230: --
231: hr_pdt_shd.constraint_error
232: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
233: When hr_api.parent_integrity_violated Then
234: -- Parent integrity has been violated
235: --

Line 236: hr_pdt_shd.constraint_error

232: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
233: When hr_api.parent_integrity_violated Then
234: -- Parent integrity has been violated
235: --
236: hr_pdt_shd.constraint_error
237: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
238: When hr_api.unique_integrity_violated Then
239: -- Unique integrity has been violated
240: --

Line 241: hr_pdt_shd.constraint_error

237: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
238: When hr_api.unique_integrity_violated Then
239: -- Unique integrity has been violated
240: --
241: hr_pdt_shd.constraint_error
242: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
243: When Others Then
244: --
245: Raise;

Line 286: (p_rec in out nocopy hr_pdt_shd.g_rec_type

282: --
283: -- {End Of Comments}
284: -- ----------------------------------------------------------------------------
285: Procedure pre_insert
286: (p_rec in out nocopy hr_pdt_shd.g_rec_type
287: ) is
288: --
289: Cursor C_Sel1 is select hr_person_deployments_s.nextval from sys.dual;
290: --

Line 373: (p_rec in hr_pdt_shd.g_rec_type

369: --
370: -- {End Of Comments}
371: -- ----------------------------------------------------------------------------
372: Procedure post_insert
373: (p_rec in hr_pdt_shd.g_rec_type
374: ) is
375: --
376: l_proc varchar2(72) := g_package||'post_insert';
377: --

Line 532: (p_rec in out nocopy hr_pdt_shd.g_rec_type

528: -- ----------------------------------------------------------------------------
529: -- |---------------------------------< ins >----------------------------------|
530: -- ----------------------------------------------------------------------------
531: Procedure ins
532: (p_rec in out nocopy hr_pdt_shd.g_rec_type
533: ) is
534: --
535: l_proc varchar2(72) := g_package||'ins';
536: --

Line 643: l_rec hr_pdt_shd.g_rec_type;

639: ,p_person_deployment_id out nocopy number
640: ,p_object_version_number out nocopy number
641: ) is
642: --
643: l_rec hr_pdt_shd.g_rec_type;
644: l_proc varchar2(72) := g_package||'ins';
645: --
646: Begin
647: hr_utility.set_location('Entering:'||l_proc, 5);

Line 653: hr_pdt_shd.convert_args

649: -- Call conversion function to turn arguments into the
650: -- p_rec structure.
651: --
652: l_rec :=
653: hr_pdt_shd.convert_args
654: (null
655: ,null
656: ,p_from_business_group_id
657: ,p_to_business_group_id