DBA Data[Home] [Help]

APPS.HXC_ULC_INS dependencies on HXC_ULC_SHD

Line 55: (p_rec in out nocopy hxc_ulc_shd.g_rec_type

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

Line 136: hxc_ulc_shd.constraint_error

132: Exception
133: When hr_api.check_integrity_violated Then
134: -- A check constraint has been violated
135: --
136: hxc_ulc_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When hr_api.parent_integrity_violated Then
139: -- Parent integrity has been violated
140: --

Line 141: hxc_ulc_shd.constraint_error

137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When hr_api.parent_integrity_violated Then
139: -- Parent integrity has been violated
140: --
141: hxc_ulc_shd.constraint_error
142: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
143: When hr_api.unique_integrity_violated Then
144: -- Unique integrity has been violated
145: --

Line 146: hxc_ulc_shd.constraint_error

142: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
143: When hr_api.unique_integrity_violated Then
144: -- Unique integrity has been violated
145: --
146: hxc_ulc_shd.constraint_error
147: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
148: When Others Then
149: --
150: Raise;

Line 191: (p_rec in out nocopy hxc_ulc_shd.g_rec_type

187: --
188: -- {End Of Comments}
189: -- ----------------------------------------------------------------------------
190: Procedure pre_insert
191: (p_rec in out nocopy hxc_ulc_shd.g_rec_type
192: ) is
193: --
194: l_proc varchar2(72) ;
195: --

Line 250: (p_rec in hxc_ulc_shd.g_rec_type

246: --
247: -- {End Of Comments}
248: -- ----------------------------------------------------------------------------
249: Procedure post_insert
250: (p_rec in hxc_ulc_shd.g_rec_type
251: ) is
252: --
253: l_proc varchar2(72) ;
254: --

Line 326: (p_rec in out nocopy hxc_ulc_shd.g_rec_type

322: -- ----------------------------------------------------------------------------
323: -- |---------------------------------< ins >----------------------------------|
324: -- ----------------------------------------------------------------------------
325: Procedure ins
326: (p_rec in out nocopy hxc_ulc_shd.g_rec_type
327: ) is
328: --
329: l_proc varchar2(72) ;
330: --

Line 389: l_rec hxc_ulc_shd.g_rec_type;

385: ,p_attribute4 in varchar2 default null
386: ,p_attribute5 in varchar2 default null
387: ) is
388: --
389: l_rec hxc_ulc_shd.g_rec_type;
390: l_proc varchar2(72) ;
391: --
392: Begin
393: g_debug :=hr_utility.debug_enabled;

Line 403: hxc_ulc_shd.convert_args

399: -- Call conversion function to turn arguments into the
400: -- p_rec structure.
401: --
402: l_rec :=
403: hxc_ulc_shd.convert_args
404: (null
405: ,p_layout_id
406: ,p_parent_component_id
407: ,p_component_name