DBA Data[Home] [Help]

APPS.HXC_VTL_INS dependencies on HXC_VTL_SHD

Line 55: (p_rec in out nocopy hxc_vtl_shd.g_rec_type

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

Line 103: hxc_vtl_shd.constraint_error

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

Line 108: hxc_vtl_shd.constraint_error

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

Line 113: hxc_vtl_shd.constraint_error

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

Line 158: (p_rec in out nocopy hxc_vtl_shd.g_rec_type

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

Line 211: (p_rec in hxc_vtl_shd.g_rec_type

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

Line 254: (p_rec in out nocopy hxc_vtl_shd.g_rec_type

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

Line 305: l_rec hxc_vtl_shd.g_rec_type;

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

Line 319: hxc_vtl_shd.convert_args

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