DBA Data[Home] [Help]

APPS.HR_TPP_INS dependencies on HR_TPP_SHD

Line 54: (p_rec in out nocopy hr_tpp_shd.g_rec_type

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

Line 175: hr_tpp_shd.constraint_error

171: Exception
172: When hr_api.check_integrity_violated Then
173: -- A check constraint has been violated
174: --
175: hr_tpp_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When hr_api.parent_integrity_violated Then
178: -- Parent integrity has been violated
179: --

Line 180: hr_tpp_shd.constraint_error

176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When hr_api.parent_integrity_violated Then
178: -- Parent integrity has been violated
179: --
180: hr_tpp_shd.constraint_error
181: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
182: When hr_api.unique_integrity_violated Then
183: -- Unique integrity has been violated
184: --

Line 185: hr_tpp_shd.constraint_error

181: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
182: When hr_api.unique_integrity_violated Then
183: -- Unique integrity has been violated
184: --
185: hr_tpp_shd.constraint_error
186: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
187: When Others Then
188: --
189: Raise;

Line 230: (p_rec in out nocopy hr_tpp_shd.g_rec_type

226: --
227: -- {End Of Comments}
228: -- ----------------------------------------------------------------------------
229: Procedure pre_insert
230: (p_rec in out nocopy hr_tpp_shd.g_rec_type
231: ) is
232: --
233: l_proc varchar2(72) := g_package||'pre_insert';
234: --

Line 284: ,p_rec in hr_tpp_shd.g_rec_type

280: -- {End Of Comments}
281: -- ----------------------------------------------------------------------------
282: Procedure post_insert
283: (p_effective_date in date
284: ,p_rec in hr_tpp_shd.g_rec_type
285: ) is
286: --
287: l_proc varchar2(72) := g_package||'post_insert';
288: --

Line 389: ,p_rec in out nocopy hr_tpp_shd.g_rec_type

385: -- |---------------------------------< ins >----------------------------------|
386: -- ----------------------------------------------------------------------------
387: Procedure ins
388: (p_effective_date in date
389: ,p_rec in out nocopy hr_tpp_shd.g_rec_type
390: ) is
391: --
392: l_proc varchar2(72) := g_package||'ins';
393: --

Line 466: l_rec hr_tpp_shd.g_rec_type;

462: ,p_tab_page_property_id out nocopy number
463: ,p_object_version_number out nocopy number
464: ) is
465: --
466: l_rec hr_tpp_shd.g_rec_type;
467: l_proc varchar2(72) := g_package||'ins';
468: --
469: Begin
470: hr_utility.set_location('Entering:'||l_proc, 5);

Line 476: hr_tpp_shd.convert_args

472: -- Call conversion function to turn arguments into the
473: -- p_rec structure.
474: --
475: l_rec :=
476: hr_tpp_shd.convert_args
477: (null
478: ,p_object_version_number
479: ,p_form_tab_page_id
480: ,p_template_tab_page_id