DBA Data[Home] [Help]

APPS.HR_CNP_INS dependencies on HR_CNP_SHD

Line 54: (p_rec in out nocopy hr_cnp_shd.g_rec_type

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

Line 159: hr_cnp_shd.constraint_error

155: Exception
156: When hr_api.check_integrity_violated Then
157: -- A check constraint has been violated
158: --
159: hr_cnp_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When hr_api.parent_integrity_violated Then
162: -- Parent integrity has been violated
163: --

Line 164: hr_cnp_shd.constraint_error

160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When hr_api.parent_integrity_violated Then
162: -- Parent integrity has been violated
163: --
164: hr_cnp_shd.constraint_error
165: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
166: When hr_api.unique_integrity_violated Then
167: -- Unique integrity has been violated
168: --

Line 169: hr_cnp_shd.constraint_error

165: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
166: When hr_api.unique_integrity_violated Then
167: -- Unique integrity has been violated
168: --
169: hr_cnp_shd.constraint_error
170: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
171: When Others Then
172: --
173: Raise;

Line 214: (p_rec in out nocopy hr_cnp_shd.g_rec_type

210: --
211: -- {End Of Comments}
212: -- ----------------------------------------------------------------------------
213: Procedure pre_insert
214: (p_rec in out nocopy hr_cnp_shd.g_rec_type
215: ) is
216: --
217: l_proc varchar2(72) := g_package||'pre_insert';
218: --

Line 268: ,p_rec in hr_cnp_shd.g_rec_type

264: -- {End Of Comments}
265: -- ----------------------------------------------------------------------------
266: Procedure post_insert
267: (p_effective_date in date
268: ,p_rec in hr_cnp_shd.g_rec_type
269: ) is
270: --
271: l_proc varchar2(72) := g_package||'post_insert';
272: --

Line 339: ,p_rec in out nocopy hr_cnp_shd.g_rec_type

335: -- |---------------------------------< ins >----------------------------------|
336: -- ----------------------------------------------------------------------------
337: Procedure ins
338: (p_effective_date in date
339: ,p_rec in out nocopy hr_cnp_shd.g_rec_type
340: ) is
341: --
342: l_proc varchar2(72) := g_package||'ins';
343: --

Line 419: l_rec hr_cnp_shd.g_rec_type;

415: ,p_canvas_property_id out nocopy number
416: ,p_object_version_number out nocopy number
417: ) is
418: --
419: l_rec hr_cnp_shd.g_rec_type;
420: l_proc varchar2(72) := g_package||'ins';
421: --
422: Begin
423: hr_utility.set_location('Entering:'||l_proc, 5);

Line 429: hr_cnp_shd.convert_args

425: -- Call conversion function to turn arguments into the
426: -- p_rec structure.
427: --
428: l_rec :=
429: hr_cnp_shd.convert_args
430: (null
431: ,p_form_canvas_id
432: ,p_object_version_number
433: ,p_template_canvas_id