DBA Data[Home] [Help]

APPS.HR_TIM_INS dependencies on HR_TIM_SHD

Line 54: (p_rec in out nocopy hr_tim_shd.g_rec_type

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

Line 109: hr_tim_shd.constraint_error

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

Line 114: hr_tim_shd.constraint_error

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

Line 119: hr_tim_shd.constraint_error

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

Line 164: (p_rec in out nocopy hr_tim_shd.g_rec_type

160: --
161: -- {End Of Comments}
162: -- ----------------------------------------------------------------------------
163: Procedure pre_insert
164: (p_rec in out nocopy hr_tim_shd.g_rec_type
165: ) is
166: --
167: l_proc varchar2(72) := g_package||'pre_insert';
168: --

Line 217: (p_rec in hr_tim_shd.g_rec_type

213: --
214: -- {End Of Comments}
215: -- ----------------------------------------------------------------------------
216: Procedure post_insert
217: (p_rec in hr_tim_shd.g_rec_type
218: ) is
219: --
220: l_proc varchar2(72) := g_package||'post_insert';
221: --

Line 260: (p_rec in out nocopy hr_tim_shd.g_rec_type

256: -- ----------------------------------------------------------------------------
257: -- |---------------------------------< ins >----------------------------------|
258: -- ----------------------------------------------------------------------------
259: Procedure ins
260: (p_rec in out nocopy hr_tim_shd.g_rec_type
261: ) is
262: --
263: l_proc varchar2(72) := g_package||'ins';
264: --

Line 301: l_rec hr_tim_shd.g_rec_type;

297: ,p_template_item_id out nocopy number
298: ,p_object_version_number out nocopy number
299: ) is
300: --
301: l_rec hr_tim_shd.g_rec_type;
302: l_proc varchar2(72) := g_package||'ins';
303: --
304: Begin
305: hr_utility.set_location('Entering:'||l_proc, 5);

Line 311: hr_tim_shd.convert_args

307: -- Call conversion function to turn arguments into the
308: -- p_rec structure.
309: --
310: l_rec :=
311: hr_tim_shd.convert_args
312: (null
313: ,null
314: ,p_form_template_id
315: ,p_form_item_id