DBA Data[Home] [Help]

APPS.PER_ZA_QUA_UPD dependencies on PER_ZA_QUA_SHD

Line 54: Procedure update_dml(p_rec in out nocopy per_za_qua_shd.g_za_rec_type) is

50: -- Internal Table Handler Use Only.
51: --
52: -- {End Of Comments}
53: -- ----------------------------------------------------------------------------
54: Procedure update_dml(p_rec in out nocopy per_za_qua_shd.g_za_rec_type) is
55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin

Line 135: Procedure pre_update(p_rec in per_za_qua_shd.g_za_rec_type) is

131: -- Internal Table Handler Use Only.
132: --
133: -- {End Of Comments}
134: -- ----------------------------------------------------------------------------
135: Procedure pre_update(p_rec in per_za_qua_shd.g_za_rec_type) is
136: --
137: l_proc varchar2(72) := g_package||'pre_update';
138: --
139: Begin

Line 177: Procedure post_update(p_rec in per_za_qua_shd.g_za_rec_type) is

173: -- Internal Table Handler Use Only.
174: --
175: -- {End Of Comments}
176: -- ----------------------------------------------------------------------------
177: Procedure post_update(p_rec in per_za_qua_shd.g_za_rec_type) is
178: --
179: l_proc varchar2(72) := g_package||'post_update';
180: --
181: Begin

Line 192: p_rec in out nocopy per_za_qua_shd.g_za_rec_type,

188: -- |---------------------------------< upd >----------------------------------|
189: -- ----------------------------------------------------------------------------
190: Procedure upd
191: (
192: p_rec in out nocopy per_za_qua_shd.g_za_rec_type,
193: p_validate in boolean default false
194: ) is
195: --
196: l_proc varchar2(72) := g_package||'upd';

Line 212: per_za_qua_shd.lck

208: End If;
209: --
210: -- We must lock the row which we need to update.
211: --
212: per_za_qua_shd.lck
213: (
214: p_rec.qualification_id
215: );
216: --

Line 268: l_rec per_za_qua_shd.g_za_rec_type;

264: p_registration_number in varchar2 default null,
265: p_validate in boolean default false
266: ) is
267: --
268: l_rec per_za_qua_shd.g_za_rec_type;
269: l_proc varchar2(72) := g_package||'upd';
270: --
271: Begin
272: hr_utility.set_location('Entering:'||l_proc, 5);

Line 278: per_za_qua_shd.convert_args

274: -- Call conversion function to turn arguments into the
275: -- l_rec structure.
276: --
277: l_rec :=
278: per_za_qua_shd.convert_args
279: (
280: p_qualification_id,
281: p_level_id,
282: p_field_of_learning,