DBA Data[Home] [Help]

APPS.HR_WNP_INS dependencies on HR_WNP_SHD

Line 54: (p_rec in out nocopy hr_wnp_shd.g_rec_type

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

Line 155: hr_wnp_shd.constraint_error

151: Exception
152: When hr_api.check_integrity_violated Then
153: -- A check constraint has been violated
154: --
155: hr_wnp_shd.constraint_error
156: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
157: When hr_api.parent_integrity_violated Then
158: -- Parent integrity has been violated
159: --

Line 160: hr_wnp_shd.constraint_error

156: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
157: When hr_api.parent_integrity_violated Then
158: -- Parent integrity has been violated
159: --
160: hr_wnp_shd.constraint_error
161: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
162: When hr_api.unique_integrity_violated Then
163: -- Unique integrity has been violated
164: --

Line 165: hr_wnp_shd.constraint_error

161: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
162: When hr_api.unique_integrity_violated Then
163: -- Unique integrity has been violated
164: --
165: hr_wnp_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When Others Then
168: --
169: Raise;

Line 210: (p_rec in out nocopy hr_wnp_shd.g_rec_type

206: --
207: -- {End Of Comments}
208: -- ----------------------------------------------------------------------------
209: Procedure pre_insert
210: (p_rec in out nocopy hr_wnp_shd.g_rec_type
211: ) is
212: --
213: l_proc varchar2(72) := g_package||'pre_insert';
214: --

Line 263: (p_rec in hr_wnp_shd.g_rec_type

259: --
260: -- {End Of Comments}
261: -- ----------------------------------------------------------------------------
262: Procedure post_insert
263: (p_rec in hr_wnp_shd.g_rec_type
264: ) is
265: --
266: l_proc varchar2(72) := g_package||'post_insert';
267: --

Line 368: (p_rec in out nocopy hr_wnp_shd.g_rec_type

364: -- ----------------------------------------------------------------------------
365: -- |---------------------------------< ins >----------------------------------|
366: -- ----------------------------------------------------------------------------
367: Procedure ins
368: (p_rec in out nocopy hr_wnp_shd.g_rec_type
369: ) is
370: --
371: l_proc varchar2(72) := g_package||'ins';
372: --

Line 443: l_rec hr_wnp_shd.g_rec_type;

439: ,p_information30 in varchar2 default null
440: ,p_window_property_id out nocopy number
441: ) is
442: --
443: l_rec hr_wnp_shd.g_rec_type;
444: l_proc varchar2(72) := g_package||'ins';
445: --
446: Begin
447: hr_utility.set_location('Entering:'||l_proc, 5);

Line 453: hr_wnp_shd.convert_args

449: -- Call conversion function to turn arguments into the
450: -- p_rec structure.
451: --
452: l_rec :=
453: hr_wnp_shd.convert_args
454: (null
455: ,p_form_window_id
456: ,p_template_window_id
457: ,p_height