DBA Data[Home] [Help]

APPS.HXC_ULA_INS dependencies on HXC_ULA_SHD

Line 55: (p_rec in out nocopy hxc_ula_shd.g_rec_type

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

Line 110: hxc_ula_shd.constraint_error

106: Exception
107: When hr_api.check_integrity_violated Then
108: -- A check constraint has been violated
109: --
110: hxc_ula_shd.constraint_error
111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.parent_integrity_violated Then
113: -- Parent integrity has been violated
114: --

Line 115: hxc_ula_shd.constraint_error

111: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
112: When hr_api.parent_integrity_violated Then
113: -- Parent integrity has been violated
114: --
115: hxc_ula_shd.constraint_error
116: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
117: When hr_api.unique_integrity_violated Then
118: -- Unique integrity has been violated
119: --

Line 120: hxc_ula_shd.constraint_error

116: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
117: When hr_api.unique_integrity_violated Then
118: -- Unique integrity has been violated
119: --
120: hxc_ula_shd.constraint_error
121: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
122: When Others Then
123: --
124: Raise;

Line 165: (p_rec in out nocopy hxc_ula_shd.g_rec_type

161: --
162: -- {End Of Comments}
163: -- ----------------------------------------------------------------------------
164: Procedure pre_insert
165: (p_rec in out nocopy hxc_ula_shd.g_rec_type
166: ) is
167: --
168: l_proc varchar2(72) ;
169: --

Line 224: (p_rec in hxc_ula_shd.g_rec_type

220: --
221: -- {End Of Comments}
222: -- ----------------------------------------------------------------------------
223: Procedure post_insert
224: (p_rec in hxc_ula_shd.g_rec_type
225: ) is
226: --
227: l_proc varchar2(72) ;
228: --

Line 275: (p_rec in out nocopy hxc_ula_shd.g_rec_type

271: -- ----------------------------------------------------------------------------
272: -- |---------------------------------< ins >----------------------------------|
273: -- ----------------------------------------------------------------------------
274: Procedure ins
275: (p_rec in out nocopy hxc_ula_shd.g_rec_type
276: ) is
277: --
278: l_proc varchar2(72) ;
279: --

Line 327: l_rec hxc_ula_shd.g_rec_type;

323: ,p_object_version_number out nocopy number
324: ,p_display_layout_name in varchar2
325: ) is
326: --
327: l_rec hxc_ula_shd.g_rec_type;
328: l_proc varchar2(72) ;
329: --
330: Begin
331: g_debug :=hr_utility.debug_enabled;

Line 341: hxc_ula_shd.convert_args

337: -- Call conversion function to turn arguments into the
338: -- p_rec structure.
339: --
340: l_rec :=
341: hxc_ula_shd.convert_args
342: (null
343: ,p_layout_name
344: ,p_application_id
345: ,p_layout_type