DBA Data[Home] [Help]

APPS.HR_FCN_INS dependencies on HR_FCN_SHD

Line 54: (p_rec in out nocopy hr_fcn_shd.g_rec_type

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

Line 89: hr_fcn_shd.constraint_error

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

Line 94: hr_fcn_shd.constraint_error

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

Line 99: hr_fcn_shd.constraint_error

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

Line 144: (p_rec in out nocopy hr_fcn_shd.g_rec_type

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

Line 198: ,p_rec in hr_fcn_shd.g_rec_type

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

Line 239: ,p_rec in out nocopy hr_fcn_shd.g_rec_type

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

Line 284: l_rec hr_fcn_shd.g_rec_type;

280: ,p_form_canvas_id out nocopy number
281: ,p_object_version_number out nocopy number
282: ) is
283: --
284: l_rec hr_fcn_shd.g_rec_type;
285: l_proc varchar2(72) := g_package||'ins';
286: --
287: Begin
288: hr_utility.set_location('Entering:'||l_proc, 5);

Line 294: hr_fcn_shd.convert_args

290: -- Call conversion function to turn arguments into the
291: -- p_rec structure.
292: --
293: l_rec :=
294: hr_fcn_shd.convert_args
295: (null
296: ,null
297: ,p_form_window_id
298: ,p_canvas_name