DBA Data[Home] [Help]

APPS.HXC_TAT_INS dependencies on HXC_TAT_SHD

Line 52: (p_rec in out nocopy hxc_tat_shd.g_rec_type

48: --
49: -- {end Of Comments}
50: -- --------------------------------------------------------------------------
51: procedure insert_dml
52: (p_rec in out nocopy hxc_tat_shd.g_rec_type
53: ) is
54:
55: l_proc varchar2(72) ;
56:

Line 150: hxc_tat_shd.constraint_error

146: end if;
147:
148: exception
149: when hr_api.check_integrity_violated then
150: hxc_tat_shd.constraint_error
151: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
152: when hr_api.parent_integrity_violated then
153: hxc_tat_shd.constraint_error
154: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 153: hxc_tat_shd.constraint_error

149: when hr_api.check_integrity_violated then
150: hxc_tat_shd.constraint_error
151: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
152: when hr_api.parent_integrity_violated then
153: hxc_tat_shd.constraint_error
154: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
155: when hr_api.unique_integrity_violated Then
156: hxc_tat_shd.constraint_error
157: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

Line 156: hxc_tat_shd.constraint_error

152: when hr_api.parent_integrity_violated then
153: hxc_tat_shd.constraint_error
154: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
155: when hr_api.unique_integrity_violated Then
156: hxc_tat_shd.constraint_error
157: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
158: when others then
159: raise;
160:

Line 201: (p_rec in out nocopy hxc_tat_shd.g_rec_type

197: --
198: -- {end Of Comments}
199: -- --------------------------------------------------------------------------
200: procedure pre_insert
201: (p_rec in out nocopy hxc_tat_shd.g_rec_type
202: ) is
203:
204: l_proc varchar2(72) ;
205: --cursor c_sel1 is select hxc_time_attributes_s.nextval from dual; --Fix for Bug#3062133

Line 262: ,p_rec in hxc_tat_shd.g_rec_type

258: -- {end Of Comments}
259: -- --------------------------------------------------------------------------
260: procedure post_insert
261: (p_effective_date in date
262: ,p_rec in hxc_tat_shd.g_rec_type
263: ) is
264:
265: l_proc varchar2(72) ;
266:

Line 368: ,p_rec in out nocopy hxc_tat_shd.g_rec_type

364: -- |---------------------------------< ins >--------------------------------|
365: -- --------------------------------------------------------------------------
366: procedure ins
367: (p_effective_date in date
368: ,p_rec in out nocopy hxc_tat_shd.g_rec_type
369: ) is
370:
371: l_proc varchar2(72) ;
372:

Line 450: l_rec hxc_tat_shd.g_rec_type;

446: ,p_time_attribute_id out nocopy number
447: ,p_object_version_number out nocopy number
448: ) is
449:
450: l_rec hxc_tat_shd.g_rec_type;
451: l_proc varchar2(72) ;
452:
453: begin
454: g_debug :=hr_utility.debug_enabled;

Line 463: hxc_tat_shd.convert_args

459:
460: -- call conversion function to turn arguments into the p_rec structure.
461:
462: l_rec :=
463: hxc_tat_shd.convert_args
464: (null
465: ,null
466: ,p_attribute_category
467: ,p_attribute1