DBA Data[Home] [Help]

APPS.HR_NMF_DEL dependencies on HR_NMF_SHD

Line 47: (p_rec in hr_nmf_shd.g_rec_type

43: --
44: -- {End Of Comments}
45: -- ----------------------------------------------------------------------------
46: Procedure delete_dml
47: (p_rec in hr_nmf_shd.g_rec_type
48: ) is
49: --
50: l_proc varchar2(72) := g_package||'delete_dml';
51: --

Line 69: hr_nmf_shd.constraint_error

65: --
66: Exception
67: When hr_api.child_integrity_violated then
68: -- Child integrity has been violated
69: hr_nmf_shd.constraint_error
70: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
71: When Others Then
72: Raise;
73: End delete_dml;

Line 107: Procedure pre_delete(p_rec in hr_nmf_shd.g_rec_type) is

103: -- Internal Row Handler Use Only.
104: --
105: -- {End Of Comments}
106: -- ----------------------------------------------------------------------------
107: Procedure pre_delete(p_rec in hr_nmf_shd.g_rec_type) is
108: --
109: l_proc varchar2(72) := g_package||'pre_delete';
110: --
111: Begin

Line 153: Procedure post_delete(p_rec in hr_nmf_shd.g_rec_type) is

149: -- Internal Row Handler Use Only.
150: --
151: -- {End Of Comments}
152: -- -----------------------------------------------------------------------------
153: Procedure post_delete(p_rec in hr_nmf_shd.g_rec_type) is
154: --
155: l_proc varchar2(72) := g_package||'post_delete';
156: --
157: Begin

Line 167: => hr_nmf_shd.g_old_rec.format_name

163: hr_nmf_rkd.after_delete
164: (p_name_format_id
165: => p_rec.name_format_id
166: ,p_format_name_o
167: => hr_nmf_shd.g_old_rec.format_name
168: ,p_legislation_code_o
169: => hr_nmf_shd.g_old_rec.legislation_code
170: ,p_user_format_choice_o
171: => hr_nmf_shd.g_old_rec.user_format_choice

Line 169: => hr_nmf_shd.g_old_rec.legislation_code

165: => p_rec.name_format_id
166: ,p_format_name_o
167: => hr_nmf_shd.g_old_rec.format_name
168: ,p_legislation_code_o
169: => hr_nmf_shd.g_old_rec.legislation_code
170: ,p_user_format_choice_o
171: => hr_nmf_shd.g_old_rec.user_format_choice
172: ,p_format_mask_o
173: => hr_nmf_shd.g_old_rec.format_mask

Line 171: => hr_nmf_shd.g_old_rec.user_format_choice

167: => hr_nmf_shd.g_old_rec.format_name
168: ,p_legislation_code_o
169: => hr_nmf_shd.g_old_rec.legislation_code
170: ,p_user_format_choice_o
171: => hr_nmf_shd.g_old_rec.user_format_choice
172: ,p_format_mask_o
173: => hr_nmf_shd.g_old_rec.format_mask
174: ,p_object_version_number_o
175: => hr_nmf_shd.g_old_rec.object_version_number

Line 173: => hr_nmf_shd.g_old_rec.format_mask

169: => hr_nmf_shd.g_old_rec.legislation_code
170: ,p_user_format_choice_o
171: => hr_nmf_shd.g_old_rec.user_format_choice
172: ,p_format_mask_o
173: => hr_nmf_shd.g_old_rec.format_mask
174: ,p_object_version_number_o
175: => hr_nmf_shd.g_old_rec.object_version_number
176: );
177: --

Line 175: => hr_nmf_shd.g_old_rec.object_version_number

171: => hr_nmf_shd.g_old_rec.user_format_choice
172: ,p_format_mask_o
173: => hr_nmf_shd.g_old_rec.format_mask
174: ,p_object_version_number_o
175: => hr_nmf_shd.g_old_rec.object_version_number
176: );
177: --
178: exception
179: --

Line 197: (p_rec in hr_nmf_shd.g_rec_type

193: -- ----------------------------------------------------------------------------
194: -- |---------------------------------< del >----------------------------------|
195: -- ----------------------------------------------------------------------------
196: Procedure del
197: (p_rec in hr_nmf_shd.g_rec_type
198: ) is
199: --
200: l_proc varchar2(72) := g_package||'del';
201: --

Line 209: hr_nmf_shd.lck

205: end if;
206: --
207: -- We must lock the row which we need to delete.
208: --
209: hr_nmf_shd.lck
210: (p_rec.name_format_id
211: ,p_rec.object_version_number
212: );
213: --

Line 246: l_rec hr_nmf_shd.g_rec_type;

242: (p_name_format_id in number
243: ,p_object_version_number in number
244: ) is
245: --
246: l_rec hr_nmf_shd.g_rec_type;
247: l_proc varchar2(72) := g_package||'del';
248: --
249: Begin
250: if g_debug then