DBA Data[Home] [Help]

APPS.HR_IPT_INS dependencies on HR_IPT_SHD

Line 54: (p_rec in out nocopy hr_ipt_shd.g_rec_type

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

Line 110: hr_ipt_shd.constraint_error

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

Line 115: hr_ipt_shd.constraint_error

111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.parent_integrity_violated Then
113: -- Parent integrity has been violated
114: --
115: hr_ipt_shd.constraint_error
116: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
117: When hr_api.unique_integrity_violated Then
118: -- Unique integrity has been violated
119: --

Line 120: hr_ipt_shd.constraint_error

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

Line 165: (p_rec in out nocopy hr_ipt_shd.g_rec_type

161: --
162: -- {End Of Comments}
163: -- ----------------------------------------------------------------------------
164: Procedure pre_insert
165: (p_rec in out nocopy hr_ipt_shd.g_rec_type
166: ,p_item_property_id in number
167: ) is
168: --
169: l_proc varchar2(72) := g_package||'pre_insert';

Line 212: (p_rec in hr_ipt_shd.g_rec_type

208: --
209: -- {End Of Comments}
210: -- ----------------------------------------------------------------------------
211: Procedure post_insert
212: (p_rec in hr_ipt_shd.g_rec_type
213: ) is
214: --
215: l_proc varchar2(72) := g_package||'post_insert';
216: --

Line 257: (p_rec in out nocopy hr_ipt_shd.g_rec_type

253: -- ----------------------------------------------------------------------------
254: -- |---------------------------------< ins >----------------------------------|
255: -- ----------------------------------------------------------------------------
256: Procedure ins
257: (p_rec in out nocopy hr_ipt_shd.g_rec_type
258: ,p_item_property_id in number
259: ) is
260: --
261: l_proc varchar2(72) := g_package||'ins';

Line 307: l_rec hr_ipt_shd.g_rec_type;

303: ,p_prompt_text in varchar2
304: ,p_tooltip_text in varchar2
305: ) is
306: --
307: l_rec hr_ipt_shd.g_rec_type;
308: l_proc varchar2(72) := g_package||'ins';
309: --
310: Begin
311: hr_utility.set_location('Entering:'||l_proc, 5);

Line 317: hr_ipt_shd.convert_args

313: -- Call conversion function to turn arguments into the
314: -- p_rec structure.
315: --
316: l_rec :=
317: hr_ipt_shd.convert_args
318: (null
319: ,p_language
320: ,p_source_lang
321: ,p_default_value