DBA Data[Home] [Help]

APPS.PER_WBI_INS dependencies on PER_WBI_SHD

Line 76: (p_rec in out nocopy per_wbi_shd.g_rec_type

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

Line 115: per_wbi_shd.constraint_error

111: Exception
112: When hr_api.check_integrity_violated Then
113: -- A check constraint has been violated
114: --
115: per_wbi_shd.constraint_error
116: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
117: When hr_api.parent_integrity_violated Then
118: -- Parent integrity has been violated
119: --

Line 120: per_wbi_shd.constraint_error

116: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
117: When hr_api.parent_integrity_violated Then
118: -- Parent integrity has been violated
119: --
120: per_wbi_shd.constraint_error
121: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
122: When hr_api.unique_integrity_violated Then
123: -- Unique integrity has been violated
124: --

Line 125: per_wbi_shd.constraint_error

121: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
122: When hr_api.unique_integrity_violated Then
123: -- Unique integrity has been violated
124: --
125: per_wbi_shd.constraint_error
126: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
127: When Others Then
128: --
129: Raise;

Line 170: (p_rec in out nocopy per_wbi_shd.g_rec_type

166: --
167: -- {End Of Comments}
168: -- ----------------------------------------------------------------------------
169: Procedure pre_insert
170: (p_rec in out nocopy per_wbi_shd.g_rec_type
171: ) is
172:
173: --
174: Cursor C_Sel2 is

Line 256: ,p_rec in per_wbi_shd.g_rec_type

252: -- {End Of Comments}
253: -- ----------------------------------------------------------------------------
254: Procedure post_insert
255: (p_effective_date in date
256: ,p_rec in per_wbi_shd.g_rec_type
257: ) is
258: --
259: l_proc varchar2(72) := g_package||'post_insert';
260: --

Line 294: ,p_rec in out nocopy per_wbi_shd.g_rec_type

290: -- |---------------------------------< ins >----------------------------------|
291: -- ----------------------------------------------------------------------------
292: Procedure ins
293: (p_effective_date in date
294: ,p_rec in out nocopy per_wbi_shd.g_rec_type
295: ) is
296: --
297: l_proc varchar2(72) := g_package||'ins';
298: --

Line 347: l_rec per_wbi_shd.g_rec_type;

343: ,p_workbench_item_code out nocopy varchar2
344: ,p_object_version_number out nocopy number
345: ) is
346: --
347: l_rec per_wbi_shd.g_rec_type;
348: l_proc varchar2(72) := g_package||'ins';
349: --
350: Begin
351: hr_utility.set_location('Entering:'||l_proc, 5);

Line 357: per_wbi_shd.convert_args

353: -- Call conversion function to turn arguments into the
354: -- p_rec structure.
355: --
356: l_rec :=
357: per_wbi_shd.convert_args
358: (null
359: ,p_menu_id
360: ,p_workbench_item_sequence
361: ,p_workbench_parent_item_code