DBA Data[Home] [Help]

APPS.HR_FIM_INS dependencies on HR_FIM_SHD

Line 54: (p_rec in out nocopy hr_fim_shd.g_rec_type

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

Line 103: hr_fim_shd.constraint_error

99: Exception
100: When hr_api.check_integrity_violated Then
101: -- A check constraint has been violated
102: --
103: hr_fim_shd.constraint_error
104: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
105: When hr_api.parent_integrity_violated Then
106: -- Parent integrity has been violated
107: --

Line 108: hr_fim_shd.constraint_error

104: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
105: When hr_api.parent_integrity_violated Then
106: -- Parent integrity has been violated
107: --
108: hr_fim_shd.constraint_error
109: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
110: When hr_api.unique_integrity_violated Then
111: -- Unique integrity has been violated
112: --

Line 113: hr_fim_shd.constraint_error

109: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
110: When hr_api.unique_integrity_violated Then
111: -- Unique integrity has been violated
112: --
113: hr_fim_shd.constraint_error
114: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
115: When Others Then
116: --
117: Raise;

Line 158: (p_rec in out nocopy hr_fim_shd.g_rec_type

154: --
155: -- {End Of Comments}
156: -- ----------------------------------------------------------------------------
157: Procedure pre_insert
158: (p_rec in out nocopy hr_fim_shd.g_rec_type
159: ) is
160: --
161: l_proc varchar2(72) := g_package||'pre_insert';
162: --

Line 212: ,p_rec in hr_fim_shd.g_rec_type

208: -- {End Of Comments}
209: -- ----------------------------------------------------------------------------
210: Procedure post_insert
211: (p_effective_date in date
212: ,p_rec in hr_fim_shd.g_rec_type
213: ) is
214: --
215: l_proc varchar2(72) := g_package||'post_insert';
216: --

Line 267: ,p_rec in out nocopy hr_fim_shd.g_rec_type

263: -- |---------------------------------< ins >----------------------------------|
264: -- ----------------------------------------------------------------------------
265: Procedure ins
266: (p_effective_date in date
267: ,p_rec in out nocopy hr_fim_shd.g_rec_type
268: ) is
269: --
270: l_proc varchar2(72) := g_package||'ins';
271: --

Line 319: l_rec hr_fim_shd.g_rec_type;

315: ,p_form_item_id out nocopy number
316: ,p_object_version_number out nocopy number
317: ) is
318: --
319: l_rec hr_fim_shd.g_rec_type;
320: l_proc varchar2(72) := g_package||'ins';
321: --
322: Begin
323: hr_utility.set_location('Entering:'||l_proc, 5);

Line 329: hr_fim_shd.convert_args

325: -- Call conversion function to turn arguments into the
326: -- p_rec structure.
327: --
328: l_rec :=
329: hr_fim_shd.convert_args
330: (null
331: ,null
332: ,p_application_id
333: ,p_form_id