DBA Data[Home] [Help]

APPS.HXC_ULP_INS dependencies on HXC_ULP_SHD

Line 55: (p_rec in out nocopy hxc_ulp_shd.g_rec_type

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

Line 114: hxc_ulp_shd.constraint_error

110: Exception
111: When hr_api.check_integrity_violated Then
112: -- A check constraint has been violated
113: --
114: hxc_ulp_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.parent_integrity_violated Then
117: -- Parent integrity has been violated
118: --

Line 119: hxc_ulp_shd.constraint_error

115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When hr_api.parent_integrity_violated Then
117: -- Parent integrity has been violated
118: --
119: hxc_ulp_shd.constraint_error
120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When hr_api.unique_integrity_violated Then
122: -- Unique integrity has been violated
123: --

Line 124: hxc_ulp_shd.constraint_error

120: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
121: When hr_api.unique_integrity_violated Then
122: -- Unique integrity has been violated
123: --
124: hxc_ulp_shd.constraint_error
125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When Others Then
127: --
128: Raise;

Line 169: (p_rec in out nocopy hxc_ulp_shd.g_rec_type

165: --
166: -- {End Of Comments}
167: -- ----------------------------------------------------------------------------
168: Procedure pre_insert
169: (p_rec in out nocopy hxc_ulp_shd.g_rec_type
170: ) is
171: --
172: l_proc varchar2(72) ;
173: --

Line 228: (p_rec in hxc_ulp_shd.g_rec_type

224: --
225: -- {End Of Comments}
226: -- ----------------------------------------------------------------------------
227: Procedure post_insert
228: (p_rec in hxc_ulp_shd.g_rec_type
229: ) is
230: --
231: l_proc varchar2(72) ;
232: --

Line 281: (p_rec in out nocopy hxc_ulp_shd.g_rec_type

277: -- ----------------------------------------------------------------------------
278: -- |---------------------------------< ins >----------------------------------|
279: -- ----------------------------------------------------------------------------
280: Procedure ins
281: (p_rec in out nocopy hxc_ulp_shd.g_rec_type
282: ) is
283: --
284: l_proc varchar2(72) ;
285: --

Line 333: l_rec hxc_ulp_shd.g_rec_type;

329: ,p_layout_comp_prompt_id out nocopy number
330: ,p_object_version_number out nocopy number
331: ) is
332: --
333: l_rec hxc_ulp_shd.g_rec_type;
334: l_proc varchar2(72) ;
335: --
336: Begin
337: g_debug :=hr_utility.debug_enabled;

Line 347: hxc_ulp_shd.convert_args

343: -- Call conversion function to turn arguments into the
344: -- p_rec structure.
345: --
346: l_rec :=
347: hxc_ulp_shd.convert_args
348: (null
349: ,p_layout_component_id
350: ,p_prompt_alias
351: ,p_prompt_type