DBA Data[Home] [Help]

APPS.HR_TIC_INS dependencies on HR_TIC_SHD

Line 54: (p_rec in out nocopy hr_tic_shd.g_rec_type

50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure insert_dml
54: (p_rec in out nocopy hr_tic_shd.g_rec_type
55: ) is
56: --
57: l_proc varchar2(72) := g_package||'insert_dml';
58: --

Line 104: hr_tic_shd.constraint_error

100: Exception
101: When hr_api.check_integrity_violated Then
102: -- A check constraint has been violated
103: --
104: hr_tic_shd.constraint_error
105: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
106: When hr_api.parent_integrity_violated Then
107: -- Parent integrity has been violated
108: --

Line 109: hr_tic_shd.constraint_error

105: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
106: When hr_api.parent_integrity_violated Then
107: -- Parent integrity has been violated
108: --
109: hr_tic_shd.constraint_error
110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When hr_api.unique_integrity_violated Then
112: -- Unique integrity has been violated
113: --

Line 114: hr_tic_shd.constraint_error

110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When hr_api.unique_integrity_violated Then
112: -- Unique integrity has been violated
113: --
114: hr_tic_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When Others Then
117: --
118: Raise;

Line 159: (p_rec in out nocopy hr_tic_shd.g_rec_type

155: --
156: -- {End Of Comments}
157: -- ----------------------------------------------------------------------------
158: Procedure pre_insert
159: (p_rec in out nocopy hr_tic_shd.g_rec_type
160: ) is
161: --
162: l_proc varchar2(72) := g_package||'pre_insert';
163: --

Line 212: (p_rec in hr_tic_shd.g_rec_type

208: --
209: -- {End Of Comments}
210: -- ----------------------------------------------------------------------------
211: Procedure post_insert
212: (p_rec in hr_tic_shd.g_rec_type
213: ) is
214: --
215: l_proc varchar2(72) := g_package||'post_insert';
216: --

Line 251: (p_rec in out nocopy hr_tic_shd.g_rec_type

247: -- ----------------------------------------------------------------------------
248: -- |---------------------------------< ins >----------------------------------|
249: -- ----------------------------------------------------------------------------
250: Procedure ins
251: (p_rec in out nocopy hr_tic_shd.g_rec_type
252: ) is
253: --
254: l_proc varchar2(72) := g_package||'ins';
255: --

Line 293: l_rec hr_tic_shd.g_rec_type;

289: ,p_template_item_context_id out nocopy number
290: ,p_object_version_number out nocopy number
291: ) is
292: --
293: l_rec hr_tic_shd.g_rec_type;
294: l_proc varchar2(72) := g_package||'ins';
295: --
296: Begin
297: hr_utility.set_location('Entering:'||l_proc, 5);

Line 303: hr_tic_shd.convert_args

299: -- Call conversion function to turn arguments into the
300: -- p_rec structure.
301: --
302: l_rec :=
303: hr_tic_shd.convert_args
304: (null
305: ,null
306: ,p_template_item_id
307: ,p_context_type