DBA Data[Home] [Help]

APPS.HR_TCN_INS dependencies on HR_TCN_SHD

Line 54: (p_rec in out nocopy hr_tcn_shd.g_rec_type

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

Line 102: hr_tcn_shd.constraint_error

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

Line 107: hr_tcn_shd.constraint_error

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

Line 112: hr_tcn_shd.constraint_error

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

Line 157: (p_rec in out nocopy hr_tcn_shd.g_rec_type

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

Line 210: (p_rec in hr_tcn_shd.g_rec_type

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

Line 247: (p_rec in out nocopy hr_tcn_shd.g_rec_type

243: -- ----------------------------------------------------------------------------
244: -- |---------------------------------< ins >----------------------------------|
245: -- ----------------------------------------------------------------------------
246: Procedure ins
247: (p_rec in out nocopy hr_tcn_shd.g_rec_type
248: ) is
249: --
250: l_proc varchar2(72) := g_package||'ins';
251: --

Line 288: l_rec hr_tcn_shd.g_rec_type;

284: ,p_template_canvas_id out nocopy number
285: ,p_object_version_number out nocopy number
286: ) is
287: --
288: l_rec hr_tcn_shd.g_rec_type;
289: l_proc varchar2(72) := g_package||'ins';
290: --
291: Begin
292: hr_utility.set_location('Entering:'||l_proc, 5);

Line 298: hr_tcn_shd.convert_args

294: -- Call conversion function to turn arguments into the
295: -- p_rec structure.
296: --
297: l_rec :=
298: hr_tcn_shd.convert_args
299: (null
300: ,null
301: ,p_template_window_id
302: ,p_form_canvas_id