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 95: hr_ipt_shd.constraint_error

91: Exception
92: When hr_api.check_integrity_violated Then
93: -- A check constraint has been violated
94: --
95: hr_ipt_shd.constraint_error
96: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
97: When hr_api.parent_integrity_violated Then
98: -- Parent integrity has been violated
99: --

Line 100: hr_ipt_shd.constraint_error

96: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
97: When hr_api.parent_integrity_violated Then
98: -- Parent integrity has been violated
99: --
100: hr_ipt_shd.constraint_error
101: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
102: When hr_api.unique_integrity_violated Then
103: -- Unique integrity has been violated
104: --

Line 105: hr_ipt_shd.constraint_error

101: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
102: When hr_api.unique_integrity_violated Then
103: -- Unique integrity has been violated
104: --
105: hr_ipt_shd.constraint_error
106: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
107: When Others Then
108: --
109: Raise;

Line 150: (p_rec in out nocopy hr_ipt_shd.g_rec_type

146: --
147: -- {End Of Comments}
148: -- ----------------------------------------------------------------------------
149: Procedure pre_insert
150: (p_rec in out nocopy hr_ipt_shd.g_rec_type
151: ,p_item_property_id in number
152: ) is
153: --
154: l_proc varchar2(72) := g_package||'pre_insert';

Line 197: (p_rec in hr_ipt_shd.g_rec_type

193: --
194: -- {End Of Comments}
195: -- ----------------------------------------------------------------------------
196: Procedure post_insert
197: (p_rec in hr_ipt_shd.g_rec_type
198: ) is
199: --
200: l_proc varchar2(72) := g_package||'post_insert';
201: --

Line 242: (p_rec in out nocopy hr_ipt_shd.g_rec_type

238: -- ----------------------------------------------------------------------------
239: -- |---------------------------------< ins >----------------------------------|
240: -- ----------------------------------------------------------------------------
241: Procedure ins
242: (p_rec in out nocopy hr_ipt_shd.g_rec_type
243: ,p_item_property_id in number
244: ) is
245: --
246: l_proc varchar2(72) := g_package||'ins';

Line 292: l_rec hr_ipt_shd.g_rec_type;

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

Line 302: hr_ipt_shd.convert_args

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