DBA Data[Home] [Help]

APPS.HR_UCX_INS dependencies on HR_UCX_SHD

Line 76: (p_rec in out nocopy hr_ucx_shd.g_rec_type

72: --
73: -- {End Of Comments}
74: -- ----------------------------------------------------------------------------
75: Procedure insert_dml
76: (p_rec in out nocopy hr_ucx_shd.g_rec_type
77: ) is
78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --

Line 113: hr_ucx_shd.constraint_error

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

Line 118: hr_ucx_shd.constraint_error

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

Line 123: hr_ucx_shd.constraint_error

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

Line 168: (p_rec in out nocopy hr_ucx_shd.g_rec_type

164: --
165: -- {End Of Comments}
166: -- ----------------------------------------------------------------------------
167: Procedure pre_insert
168: (p_rec in out nocopy hr_ucx_shd.g_rec_type
169: ) is
170: --
171: Cursor C_Sel1 is select hr_ki_ui_contexts_s.nextval from sys.dual;
172: --

Line 220: hr_ucx_shd.construct_ui_context_key

216: Close C_Sel1;
217:
218: End If;
219:
220: hr_ucx_shd.construct_ui_context_key
221: (
222: p_rec.user_interface_id
223: ,p_rec.label
224: ,p_rec.ui_context_key

Line 265: (p_rec in hr_ucx_shd.g_rec_type

261: --
262: -- {End Of Comments}
263: -- ----------------------------------------------------------------------------
264: Procedure post_insert
265: (p_rec in hr_ucx_shd.g_rec_type
266: ) is
267: --
268: l_proc varchar2(72) := g_package||'post_insert';
269: --

Line 306: (p_rec in out nocopy hr_ucx_shd.g_rec_type

302: -- ----------------------------------------------------------------------------
303: -- |---------------------------------< ins >----------------------------------|
304: -- ----------------------------------------------------------------------------
305: Procedure ins
306: (p_rec in out nocopy hr_ucx_shd.g_rec_type
307: ) is
308: --
309: l_proc varchar2(72) := g_package||'ins';
310: --

Line 355: l_rec hr_ucx_shd.g_rec_type;

351: ,p_ui_context_id out nocopy number
352: ,p_object_version_number out nocopy number
353: ) is
354: --
355: l_rec hr_ucx_shd.g_rec_type;
356: l_proc varchar2(72) := g_package||'ins';
357: --
358: Begin
359: hr_utility.set_location('Entering:'||l_proc, 5);

Line 365: hr_ucx_shd.convert_args

361: -- Call conversion function to turn arguments into the
362: -- p_rec structure.
363: --
364: l_rec :=
365: hr_ucx_shd.convert_args
366: (null
367: ,p_ui_context_key
368: ,p_user_interface_id
369: ,p_label