DBA Data[Home] [Help]

APPS.PER_RVR_INS dependencies on PER_RVR_SHD

Line 76: (p_rec in out nocopy per_rvr_shd.g_rec_type

72: --
73: -- {End Of Comments}
74: -- ----------------------------------------------------------------------------
75: Procedure insert_dml
76: (p_rec in out nocopy per_rvr_shd.g_rec_type
77: ) is
78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --

Line 119: per_rvr_shd.constraint_error

115: Exception
116: When hr_api.check_integrity_violated Then
117: -- A check constraint has been violated
118: --
119: per_rvr_shd.constraint_error
120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When hr_api.parent_integrity_violated Then
122: -- Parent integrity has been violated
123: --

Line 124: per_rvr_shd.constraint_error

120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When hr_api.parent_integrity_violated Then
122: -- Parent integrity has been violated
123: --
124: per_rvr_shd.constraint_error
125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.unique_integrity_violated Then
127: -- Unique integrity has been violated
128: --

Line 129: per_rvr_shd.constraint_error

125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.unique_integrity_violated Then
127: -- Unique integrity has been violated
128: --
129: per_rvr_shd.constraint_error
130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
131: When Others Then
132: --
133: Raise;

Line 174: (p_rec in out nocopy per_rvr_shd.g_rec_type

170: --
171: -- {End Of Comments}
172: -- ----------------------------------------------------------------------------
173: Procedure pre_insert
174: (p_rec in out nocopy per_rvr_shd.g_rec_type
175: ) is
176:
177: --
178: Cursor C_Sel2 is

Line 259: (p_rec in per_rvr_shd.g_rec_type

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

Line 297: (p_rec in out nocopy per_rvr_shd.g_rec_type

293: -- ----------------------------------------------------------------------------
294: -- |---------------------------------< ins >----------------------------------|
295: -- ----------------------------------------------------------------------------
296: Procedure ins
297: (p_rec in out nocopy per_rvr_shd.g_rec_type
298: ) is
299: --
300: l_proc varchar2(72) := g_package||'ins';
301: --

Line 349: l_rec per_rvr_shd.g_rec_type;

345: ,p_primary_industry in varchar2 default null
346: ,p_enabled_flag in varchar2 default null
347: ) is
348: --
349: l_rec per_rvr_shd.g_rec_type;
350: l_proc varchar2(72) := g_package||'ins';
351: --
352: Begin
353: hr_utility.set_location('Entering:'||l_proc, 5);

Line 359: per_rvr_shd.convert_args

355: -- Call conversion function to turn arguments into the
356: -- p_rec structure.
357: --
358: l_rec :=
359: per_rvr_shd.convert_args
360: (p_workbench_item_code
361: ,null
362: ,p_workbench_view_report_type
363: ,p_workbench_view_report_action