DBA Data[Home] [Help]

APPS.HR_FMP_INS dependencies on HR_FMP_SHD

Line 54: (p_rec in out nocopy hr_fmp_shd.g_rec_type

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

Line 153: hr_fmp_shd.constraint_error

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

Line 158: hr_fmp_shd.constraint_error

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

Line 163: hr_fmp_shd.constraint_error

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

Line 208: (p_rec in out nocopy hr_fmp_shd.g_rec_type

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

Line 261: (p_rec in hr_fmp_shd.g_rec_type

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

Line 364: (p_rec in out nocopy hr_fmp_shd.g_rec_type

360: -- ----------------------------------------------------------------------------
361: -- |---------------------------------< ins >----------------------------------|
362: -- ----------------------------------------------------------------------------
363: Procedure ins
364: (p_rec in out nocopy hr_fmp_shd.g_rec_type
365: ) is
366: --
367: l_proc varchar2(72) := g_package||'ins';
368: --

Line 438: l_rec hr_fmp_shd.g_rec_type;

434: ,p_form_property_id out nocopy number
435: ,p_object_version_number out nocopy number
436: ) is
437: --
438: l_rec hr_fmp_shd.g_rec_type;
439: l_proc varchar2(72) := g_package||'ins';
440: --
441: Begin
442: hr_utility.set_location('Entering:'||l_proc, 5);

Line 448: hr_fmp_shd.convert_args

444: -- Call conversion function to turn arguments into the
445: -- p_rec structure.
446: --
447: l_rec :=
448: hr_fmp_shd.convert_args
449: (null
450: ,p_application_id
451: ,p_object_version_number
452: ,p_form_id