DBA Data[Home] [Help]

APPS.HR_TIP_INS dependencies on HR_TIP_SHD

Line 54: (p_rec in out nocopy hr_tip_shd.g_rec_type

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

Line 109: hr_tip_shd.constraint_error

105: Exception
106: When hr_api.check_integrity_violated Then
107: -- A check constraint has been violated
108: --
109: hr_tip_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_tip_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_tip_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_tip_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_tip_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_tip_shd.g_rec_type

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

Line 217: (p_rec in hr_tip_shd.g_rec_type

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

Line 254: (p_rec in out nocopy hr_tip_shd.g_rec_type

250: -- ----------------------------------------------------------------------------
251: -- |---------------------------------< ins >----------------------------------|
252: -- ----------------------------------------------------------------------------
253: Procedure ins
254: (p_rec in out nocopy hr_tip_shd.g_rec_type
255: ) is
256: --
257: l_proc varchar2(72) := g_package||'ins';
258: --

Line 295: l_rec hr_tip_shd.g_rec_type;

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

Line 305: hr_tip_shd.convert_args

301: -- Call conversion function to turn arguments into the
302: -- p_rec structure.
303: --
304: l_rec :=
305: hr_tip_shd.convert_args
306: (null
307: ,null
308: ,p_template_item_id
309: ,p_template_tab_page_id