DBA Data[Home] [Help]

APPS.HR_WPT_INS dependencies on HR_WPT_SHD

Line 54: (p_rec in out nocopy hr_wpt_shd.g_rec_type

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

Line 107: hr_wpt_shd.constraint_error

103: Exception
104: When hr_api.check_integrity_violated Then
105: -- A check constraint has been violated
106: --
107: hr_wpt_shd.constraint_error
108: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
109: When hr_api.parent_integrity_violated Then
110: -- Parent integrity has been violated
111: --

Line 112: hr_wpt_shd.constraint_error

108: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
109: When hr_api.parent_integrity_violated Then
110: -- Parent integrity has been violated
111: --
112: hr_wpt_shd.constraint_error
113: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
114: When hr_api.unique_integrity_violated Then
115: -- Unique integrity has been violated
116: --

Line 117: hr_wpt_shd.constraint_error

113: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
114: When hr_api.unique_integrity_violated Then
115: -- Unique integrity has been violated
116: --
117: hr_wpt_shd.constraint_error
118: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
119: When Others Then
120: --
121: Raise;

Line 162: (p_rec in out nocopy hr_wpt_shd.g_rec_type

158: --
159: -- {End Of Comments}
160: -- ----------------------------------------------------------------------------
161: Procedure pre_insert
162: (p_rec in out nocopy hr_wpt_shd.g_rec_type
163: ,p_window_property_id in number
164: ) is
165: --
166: l_proc varchar2(72) := g_package||'pre_insert';

Line 209: (p_rec in hr_wpt_shd.g_rec_type

205: --
206: -- {End Of Comments}
207: -- ----------------------------------------------------------------------------
208: Procedure post_insert
209: (p_rec in hr_wpt_shd.g_rec_type
210: ) is
211: --
212: l_proc varchar2(72) := g_package||'post_insert';
213: --

Line 246: (p_rec in out nocopy hr_wpt_shd.g_rec_type

242: -- ----------------------------------------------------------------------------
243: -- |---------------------------------< ins >----------------------------------|
244: -- ----------------------------------------------------------------------------
245: Procedure ins
246: (p_rec in out nocopy hr_wpt_shd.g_rec_type
247: ,p_window_property_id in number
248: ) is
249: --
250: l_proc varchar2(72) := g_package||'ins';

Line 291: l_rec hr_wpt_shd.g_rec_type;

287: ,p_source_lang in varchar2
288: ,p_title in varchar2
289: ) is
290: --
291: l_rec hr_wpt_shd.g_rec_type;
292: l_proc varchar2(72) := g_package||'ins';
293: --
294: Begin
295: hr_utility.set_location('Entering:'||l_proc, 5);

Line 301: hr_wpt_shd.convert_args

297: -- Call conversion function to turn arguments into the
298: -- p_rec structure.
299: --
300: l_rec :=
301: hr_wpt_shd.convert_args
302: (null
303: ,p_language
304: ,p_source_lang
305: ,p_title