DBA Data[Home] [Help]

APPS.HXC_ULT_INS dependencies on HXC_ULT_SHD

Line 55: (p_rec in out nocopy hxc_ult_shd.g_rec_type

51: --
52: -- {End Of Comments}
53: -- ----------------------------------------------------------------------------
54: Procedure insert_dml
55: (p_rec in out nocopy hxc_ult_shd.g_rec_type
56: ) is
57: --
58: l_proc varchar2(72) ;
59: --

Line 104: hxc_ult_shd.constraint_error

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

Line 109: hxc_ult_shd.constraint_error

105: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
106: When hr_api.parent_integrity_violated Then
107: -- Parent integrity has been violated
108: --
109: hxc_ult_shd.constraint_error
110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When hr_api.unique_integrity_violated Then
112: -- Unique integrity has been violated
113: --

Line 114: hxc_ult_shd.constraint_error

110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When hr_api.unique_integrity_violated Then
112: -- Unique integrity has been violated
113: --
114: hxc_ult_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When Others Then
117: --
118: Raise;

Line 159: (p_rec in out nocopy hxc_ult_shd.g_rec_type

155: --
156: -- {End Of Comments}
157: -- ----------------------------------------------------------------------------
158: Procedure pre_insert
159: (p_rec in out nocopy hxc_ult_shd.g_rec_type
160: ,p_layout_id in number
161: ) is
162: --
163: l_proc varchar2(72) ;

Line 212: (p_rec in hxc_ult_shd.g_rec_type

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

Line 255: (p_rec in out nocopy hxc_ult_shd.g_rec_type

251: -- ----------------------------------------------------------------------------
252: -- |---------------------------------< ins >----------------------------------|
253: -- ----------------------------------------------------------------------------
254: Procedure ins
255: (p_rec in out nocopy hxc_ult_shd.g_rec_type
256: ,p_layout_id in number
257: ) is
258: --
259: l_proc varchar2(72) ;

Line 306: l_rec hxc_ult_shd.g_rec_type;

302: ,p_display_layout_name in varchar2
303: ,p_source_lang in varchar2
304: ) is
305: --
306: l_rec hxc_ult_shd.g_rec_type;
307: l_proc varchar2(72) ;
308: --
309: Begin
310: g_debug :=hr_utility.debug_enabled;

Line 320: hxc_ult_shd.convert_args

316: -- Call conversion function to turn arguments into the
317: -- p_rec structure.
318: --
319: l_rec :=
320: hxc_ult_shd.convert_args
321: (null
322: ,p_display_layout_name
323: ,p_language
324: ,p_source_lang