DBA Data[Home] [Help]

APPS.PER_CAI_INS dependencies on PER_CAI_SHD

Line 54: (p_rec in out nocopy per_cai_shd.g_rec_type

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

Line 87: per_cai_shd.constraint_error

83: Exception
84: When hr_api.check_integrity_violated Then
85: -- A check constraint has been violated
86: --
87: per_cai_shd.constraint_error
88: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
89: When hr_api.parent_integrity_violated Then
90: -- Parent integrity has been violated
91: --

Line 92: per_cai_shd.constraint_error

88: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
89: When hr_api.parent_integrity_violated Then
90: -- Parent integrity has been violated
91: --
92: per_cai_shd.constraint_error
93: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
94: When hr_api.unique_integrity_violated Then
95: -- Unique integrity has been violated
96: --

Line 97: per_cai_shd.constraint_error

93: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
94: When hr_api.unique_integrity_violated Then
95: -- Unique integrity has been violated
96: --
97: per_cai_shd.constraint_error
98: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
99: When Others Then
100: --
101: Raise;

Line 142: (p_rec in out nocopy per_cai_shd.g_rec_type

138: --
139: -- {End Of Comments}
140: -- ----------------------------------------------------------------------------
141: Procedure pre_insert
142: (p_rec in out nocopy per_cai_shd.g_rec_type
143: ) is
144: --
145: l_proc varchar2(72) := g_package||'pre_insert';
146: --

Line 196: ,p_rec in per_cai_shd.g_rec_type

192: -- {End Of Comments}
193: -- ----------------------------------------------------------------------------
194: Procedure post_insert
195: (p_effective_date in date
196: ,p_rec in per_cai_shd.g_rec_type
197: ) is
198: --
199: l_proc varchar2(72) := g_package||'post_insert';
200: --

Line 236: ,p_rec in out nocopy per_cai_shd.g_rec_type

232: -- |---------------------------------< ins >----------------------------------|
233: -- ----------------------------------------------------------------------------
234: Procedure ins
235: (p_effective_date in date
236: ,p_rec in out nocopy per_cai_shd.g_rec_type
237: ) is
238: --
239: l_proc varchar2(72) := g_package||'ins';
240: --

Line 280: l_rec per_cai_shd.g_rec_type;

276: ,p_cagr_api_id out nocopy number
277: ,p_object_version_number out nocopy number
278: ) is
279: --
280: l_rec per_cai_shd.g_rec_type;
281: l_proc varchar2(72) := g_package||'ins';
282: --
283: Begin
284: hr_utility.set_location('Entering:'||l_proc, 5);

Line 290: per_cai_shd.convert_args

286: -- Call conversion function to turn arguments into the
287: -- p_rec structure.
288: --
289: l_rec :=
290: per_cai_shd.convert_args
291: (null
292: ,p_api_name
293: ,p_category_name
294: ,null