DBA Data[Home] [Help]

APPS.PER_RVT_INS dependencies on PER_RVT_SHD

Line 54: (p_rec in out nocopy per_rvt_shd.g_rec_type

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

Line 89: per_rvt_shd.constraint_error

85: Exception
86: When hr_api.check_integrity_violated Then
87: -- A check constraint has been violated
88: --
89: per_rvt_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: per_rvt_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: per_rvt_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: per_rvt_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: per_rvt_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 per_rvt_shd.g_rec_type

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

Line 191: (p_rec in per_rvt_shd.g_rec_type

187: --
188: -- {End Of Comments}
189: -- ----------------------------------------------------------------------------
190: Procedure post_insert
191: (p_rec in per_rvt_shd.g_rec_type
192: ) is
193: --
194: l_proc varchar2(72) := g_package||'post_insert';
195: --

Line 230: (p_rec in out nocopy per_rvt_shd.g_rec_type

226: -- ----------------------------------------------------------------------------
227: -- |---------------------------------< ins >----------------------------------|
228: -- ----------------------------------------------------------------------------
229: Procedure ins
230: (p_rec in out nocopy per_rvt_shd.g_rec_type
231: ,p_workbench_view_report_code in varchar2
232: ) is
233: --
234: l_proc varchar2(72) := g_package||'ins';

Line 282: l_rec per_rvt_shd.g_rec_type;

278: ,p_wb_view_report_description in varchar2
279: ,p_source_lang in varchar2
280: ) is
281: --
282: l_rec per_rvt_shd.g_rec_type;
283: l_proc varchar2(72) := g_package||'ins';
284: --
285: Begin
286: hr_utility.set_location('Entering:'||l_proc, 5);

Line 292: per_rvt_shd.convert_args

288: -- Call conversion function to turn arguments into the
289: -- p_rec structure.
290: --
291: l_rec :=
292: per_rvt_shd.convert_args
293: (null
294: ,p_language
295: ,p_workbench_view_report_name
296: ,p_wb_view_report_description