DBA Data[Home] [Help]

APPS.HR_TCP_INS dependencies on HR_TCP_SHD

Line 54: (p_rec in out nocopy hr_tcp_shd.g_rec_type

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

Line 105: hr_tcp_shd.constraint_error

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

Line 110: hr_tcp_shd.constraint_error

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

Line 115: hr_tcp_shd.constraint_error

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

Line 160: (p_rec in out nocopy hr_tcp_shd.g_rec_type

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

Line 214: (p_rec in hr_tcp_shd.g_rec_type

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

Line 251: (p_rec in out nocopy hr_tcp_shd.g_rec_type

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

Line 292: l_rec hr_tcp_shd.g_rec_type;

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

Line 302: hr_tcp_shd.convert_args

298: -- Call conversion function to turn arguments into the
299: -- p_rec structure.
300: --
301: l_rec :=
302: hr_tcp_shd.convert_args
303: (null
304: ,null
305: ,p_template_item_context_id
306: ,p_template_tab_page_id