DBA Data[Home] [Help]

APPS.HR_OTT_DEL dependencies on HR_OTT_SHD

Line 52: (p_rec in hr_ott_shd.g_rec_type

48: --
49: -- {End Of Comments}
50: -- ----------------------------------------------------------------------------
51: Procedure delete_dml
52: (p_rec in hr_ott_shd.g_rec_type
53: ) is
54: --
55: l_proc varchar2(72) := g_package||'delete_dml';
56: --

Line 76: hr_ott_shd.constraint_error

72: Exception
73: When hr_api.child_integrity_violated then
74: -- Child integrity has been violated
75: --
76: hr_ott_shd.constraint_error
77: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
78: When Others Then
79: --
80: Raise;

Line 115: Procedure pre_delete(p_rec in hr_ott_shd.g_rec_type) is

111: -- Internal Row Handler Use Only.
112: --
113: -- {End Of Comments}
114: -- ----------------------------------------------------------------------------
115: Procedure pre_delete(p_rec in hr_ott_shd.g_rec_type) is
116: --
117: l_proc varchar2(72) := g_package||'pre_delete';
118: --
119: Begin

Line 157: Procedure post_delete(p_rec in hr_ott_shd.g_rec_type) is

153: -- Internal Row Handler Use Only.
154: --
155: -- {End Of Comments}
156: -- -----------------------------------------------------------------------------
157: Procedure post_delete(p_rec in hr_ott_shd.g_rec_type) is
158: --
159: l_proc varchar2(72) := g_package||'post_delete';
160: --
161: Begin

Line 172: => hr_ott_shd.g_old_rec.option_name

168: => p_rec.option_type_id
169: ,p_language
170: => p_rec.language
171: ,p_option_name_o
172: => hr_ott_shd.g_old_rec.option_name
173: ,p_source_lang_o
174: => hr_ott_shd.g_old_rec.source_lang
175: );
176: --

Line 174: => hr_ott_shd.g_old_rec.source_lang

170: => p_rec.language
171: ,p_option_name_o
172: => hr_ott_shd.g_old_rec.option_name
173: ,p_source_lang_o
174: => hr_ott_shd.g_old_rec.source_lang
175: );
176: --
177: exception
178: --

Line 194: (p_rec in hr_ott_shd.g_rec_type

190: -- ----------------------------------------------------------------------------
191: -- |---------------------------------< del >----------------------------------|
192: -- ----------------------------------------------------------------------------
193: Procedure del
194: (p_rec in hr_ott_shd.g_rec_type
195: ) is
196: --
197: l_proc varchar2(72) := g_package||'del';
198: --

Line 204: hr_ott_shd.lck

200: hr_utility.set_location('Entering:'||l_proc, 5);
201: --
202: -- We must lock the row which we need to delete.
203: --
204: hr_ott_shd.lck
205: (p_rec.option_type_id
206: ,p_rec.language
207: );
208: --

Line 241: l_rec hr_ott_shd.g_rec_type;

237: (p_option_type_id in number
238: ,p_language in varchar2
239: ) is
240: --
241: l_rec hr_ott_shd.g_rec_type;
242: l_proc varchar2(72) := g_package||'del';
243: --
244: Begin
245: hr_utility.set_location('Entering:'||l_proc, 5);