DBA Data[Home] [Help]

APPS.HXC_TBB_INS dependencies on HXC_TBB_SHD

Line 56: (p_rec in out nocopy hxc_tbb_shd.g_rec_type

52: --
53: -- {end Of Comments}
54: -- --------------------------------------------------------------------------
55: procedure insert_dml
56: (p_rec in out nocopy hxc_tbb_shd.g_rec_type
57: ) is
58:
59: l_proc varchar2(72);
60:

Line 135: hxc_tbb_shd.constraint_error

131:
132: exception
133: when hr_api.check_integrity_violated then
134: -- a check constraint has been violated
135: hxc_tbb_shd.constraint_error
136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
137: when hr_api.parent_integrity_violated then
138: -- Parent integrity has been violated
139: hxc_tbb_shd.constraint_error

Line 139: hxc_tbb_shd.constraint_error

135: hxc_tbb_shd.constraint_error
136: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
137: when hr_api.parent_integrity_violated then
138: -- Parent integrity has been violated
139: hxc_tbb_shd.constraint_error
140: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
141: when hr_api.unique_integrity_violated then
142: -- Unique integrity has been violated
143: hxc_tbb_shd.constraint_error

Line 143: hxc_tbb_shd.constraint_error

139: hxc_tbb_shd.constraint_error
140: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
141: when hr_api.unique_integrity_violated then
142: -- Unique integrity has been violated
143: hxc_tbb_shd.constraint_error
144: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
145: when others then
146: raise;
147: end insert_dml;

Line 187: (p_rec in out nocopy hxc_tbb_shd.g_rec_type

183: --
184: -- {end Of Comments}
185: -- --------------------------------------------------------------------------
186: procedure pre_insert
187: (p_rec in out nocopy hxc_tbb_shd.g_rec_type
188: ) is
189:
190: l_proc varchar2(72);
191:

Line 250: ,p_rec in hxc_tbb_shd.g_rec_type

246: -- {end Of Comments}
247: -- --------------------------------------------------------------------------
248: procedure post_insert
249: (p_effective_date in date
250: ,p_rec in hxc_tbb_shd.g_rec_type
251: ) is
252:
253: l_proc varchar2(72);
254:

Line 325: ,p_rec in out nocopy hxc_tbb_shd.g_rec_type

321: -- |---------------------------------< ins >--------------------------------|
322: -- --------------------------------------------------------------------------
323: procedure ins
324: (p_effective_date in date
325: ,p_rec in out nocopy hxc_tbb_shd.g_rec_type
326: ) is
327:
328: l_proc varchar2(72);
329:

Line 394: l_rec hxc_tbb_shd.g_rec_type;

390: ,p_time_building_block_id out nocopy number
391: ,p_object_version_number out nocopy number
392: ) is
393:
394: l_rec hxc_tbb_shd.g_rec_type;
395: l_proc varchar2(72);
396:
397: begin
398: g_debug := hr_utility.debug_enabled;

Line 409: hxc_tbb_shd.convert_args

405: -- call conversion function to turn arguments into the
406: -- p_rec structure.
407:
408: l_rec :=
409: hxc_tbb_shd.convert_args
410: (null
411: ,p_type
412: ,p_measure
413: ,p_unit_of_measure