DBA Data[Home] [Help]

APPS.PER_PGT_INS dependencies on PER_PGT_SHD

Line 76: (p_rec in out nocopy per_pgt_shd.g_rec_type

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

Line 117: per_pgt_shd.constraint_error

113: Exception
114: When hr_api.check_integrity_violated Then
115: -- A check constraint has been violated
116: --
117: per_pgt_shd.constraint_error
118: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
119: When hr_api.parent_integrity_violated Then
120: -- Parent integrity has been violated
121: --

Line 122: per_pgt_shd.constraint_error

118: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
119: When hr_api.parent_integrity_violated Then
120: -- Parent integrity has been violated
121: --
122: per_pgt_shd.constraint_error
123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When hr_api.unique_integrity_violated Then
125: -- Unique integrity has been violated
126: --

Line 127: per_pgt_shd.constraint_error

123: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
124: When hr_api.unique_integrity_violated Then
125: -- Unique integrity has been violated
126: --
127: per_pgt_shd.constraint_error
128: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
129: When Others Then
130: --
131: Raise;

Line 172: (p_rec in out nocopy per_pgt_shd.g_rec_type

168: --
169: -- {End Of Comments}
170: -- ----------------------------------------------------------------------------
171: Procedure pre_insert
172: (p_rec in out nocopy per_pgt_shd.g_rec_type
173: ) is
174: --
175: Cursor C_Sel1 is select per_gen_hier_node_types_s.nextval from sys.dual;
176: --

Line 260: ,p_rec in per_pgt_shd.g_rec_type

256: -- {End Of Comments}
257: -- ----------------------------------------------------------------------------
258: Procedure post_insert
259: (p_effective_date in date
260: ,p_rec in per_pgt_shd.g_rec_type
261: ) is
262: --
263: l_proc varchar2(72) := g_package||'post_insert';
264: --

Line 308: ,p_rec in out nocopy per_pgt_shd.g_rec_type

304: -- |---------------------------------< ins >----------------------------------|
305: -- ----------------------------------------------------------------------------
306: Procedure ins
307: (p_effective_date in date
308: ,p_rec in out nocopy per_pgt_shd.g_rec_type
309: ) is
310: --
311: l_proc varchar2(72) := g_package||'ins';
312: --

Line 362: l_rec per_pgt_shd.g_rec_type;

358: ,p_hier_node_type_id out nocopy number
359: ,p_object_version_number out nocopy number
360: ) is
361: --
362: l_rec per_pgt_shd.g_rec_type;
363: l_proc varchar2(72) := g_package||'ins';
364: --
365: Begin
366: hr_utility.set_location('Entering:'||l_proc, 5);

Line 372: per_pgt_shd.convert_args

368: -- Call conversion function to turn arguments into the
369: -- p_rec structure.
370: --
371: l_rec :=
372: per_pgt_shd.convert_args
373: (null
374: ,p_business_group_id
375: ,p_hierarchy_type
376: ,p_parent_node_type