DBA Data[Home] [Help]

APPS.PER_PGN_INS dependencies on PER_PGN_SHD

Line 54: (p_rec in out nocopy per_pgn_shd.g_rec_type

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

Line 235: per_pgn_shd.constraint_error

231: Exception
232: When hr_api.check_integrity_violated Then
233: -- A check constraint has been violated
234: --
235: per_pgn_shd.constraint_error
236: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
237: When hr_api.parent_integrity_violated Then
238: -- Parent integrity has been violated
239: --

Line 240: per_pgn_shd.constraint_error

236: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
237: When hr_api.parent_integrity_violated Then
238: -- Parent integrity has been violated
239: --
240: per_pgn_shd.constraint_error
241: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
242: When hr_api.unique_integrity_violated Then
243: -- Unique integrity has been violated
244: --

Line 245: per_pgn_shd.constraint_error

241: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
242: When hr_api.unique_integrity_violated Then
243: -- Unique integrity has been violated
244: --
245: per_pgn_shd.constraint_error
246: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
247: When Others Then
248: --
249: Raise;

Line 290: (p_rec in out nocopy per_pgn_shd.g_rec_type

286: --
287: -- {End Of Comments}
288: -- ----------------------------------------------------------------------------
289: Procedure pre_insert
290: (p_rec in out nocopy per_pgn_shd.g_rec_type
291: ) is
292: --
293: l_proc varchar2(72) := g_package||'pre_insert';
294: --

Line 344: ,p_rec in per_pgn_shd.g_rec_type

340: -- {End Of Comments}
341: -- ----------------------------------------------------------------------------
342: Procedure post_insert
343: (p_effective_date in date
344: ,p_rec in per_pgn_shd.g_rec_type
345: ) is
346: --
347: l_proc varchar2(72) := g_package||'post_insert';
348: --

Line 523: ,p_rec in out nocopy per_pgn_shd.g_rec_type

519: -- |---------------------------------< ins >----------------------------------|
520: -- ----------------------------------------------------------------------------
521: Procedure ins
522: (p_effective_date in date
523: ,p_rec in out nocopy per_pgn_shd.g_rec_type
524: ) is
525: --
526: l_proc varchar2(72) := g_package||'ins';
527: --

Line 637: l_rec per_pgn_shd.g_rec_type;

633: ,p_hierarchy_node_id out nocopy number
634: ,p_object_version_number out nocopy number
635: ) is
636: --
637: l_rec per_pgn_shd.g_rec_type;
638: l_proc varchar2(72) := g_package||'ins';
639: --
640: Begin
641: -- hr_utilily.trace(null,'madmax');

Line 649: per_pgn_shd.convert_args

645: -- Call conversion function to turn arguments into the
646: -- p_rec structure.
647: --
648: l_rec :=
649: per_pgn_shd.convert_args
650: (null
651: ,p_business_group_id
652: ,p_entity_id
653: ,p_hierarchy_version_id