DBA Data[Home] [Help]

APPS.HR_TMP_INS dependencies on HR_TMP_SHD

Line 54: (p_rec in out nocopy hr_tmp_shd.g_rec_type

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

Line 155: hr_tmp_shd.constraint_error

151: Exception
152: When hr_api.check_integrity_violated Then
153: -- A check constraint has been violated
154: --
155: hr_tmp_shd.constraint_error
156: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
157: When hr_api.parent_integrity_violated Then
158: -- Parent integrity has been violated
159: --

Line 160: hr_tmp_shd.constraint_error

156: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
157: When hr_api.parent_integrity_violated Then
158: -- Parent integrity has been violated
159: --
160: hr_tmp_shd.constraint_error
161: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
162: When hr_api.unique_integrity_violated Then
163: -- Unique integrity has been violated
164: --

Line 165: hr_tmp_shd.constraint_error

161: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
162: When hr_api.unique_integrity_violated Then
163: -- Unique integrity has been violated
164: --
165: hr_tmp_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When Others Then
168: --
169: Raise;

Line 210: (p_rec in out nocopy hr_tmp_shd.g_rec_type

206: --
207: -- {End Of Comments}
208: -- ----------------------------------------------------------------------------
209: Procedure pre_insert
210: (p_rec in out nocopy hr_tmp_shd.g_rec_type
211: ) is
212: --
213: l_proc varchar2(72) := g_package||'pre_insert';
214: --

Line 264: ,p_rec in hr_tmp_shd.g_rec_type

260: -- {End Of Comments}
261: -- ----------------------------------------------------------------------------
262: Procedure post_insert
263: (p_effective_date in date
264: ,p_rec in hr_tmp_shd.g_rec_type
265: ) is
266: --
267: l_proc varchar2(72) := g_package||'post_insert';
268: --

Line 371: ,p_rec in out nocopy hr_tmp_shd.g_rec_type

367: -- |---------------------------------< ins >----------------------------------|
368: -- ----------------------------------------------------------------------------
369: Procedure ins
370: (p_effective_date in date
371: ,p_rec in out nocopy hr_tmp_shd.g_rec_type
372: ) is
373: --
374: l_proc varchar2(72) := g_package||'ins';
375: --

Line 449: l_rec hr_tmp_shd.g_rec_type;

445: ,p_form_template_id out nocopy number
446: ,p_object_version_number out nocopy number
447: ) is
448: --
449: l_rec hr_tmp_shd.g_rec_type;
450: l_proc varchar2(72) := g_package||'ins';
451: --
452: Begin
453: hr_utility.set_location('Entering:'||l_proc, 5);

Line 459: hr_tmp_shd.convert_args

455: -- Call conversion function to turn arguments into the
456: -- p_rec structure.
457: --
458: l_rec :=
459: hr_tmp_shd.convert_args
460: (null
461: ,null
462: ,p_application_id
463: ,p_form_id