DBA Data[Home] [Help]

APPS.HR_SNP_UPD dependencies on HR_SNP_SHD

Line 55: (p_rec in out nocopy hr_snp_shd.g_rec_type

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

Line 87: hr_snp_shd.constraint_error

83: Exception
84: When hr_api.check_integrity_violated Then
85: -- A check constraint has been violated
86: --
87: hr_snp_shd.constraint_error
88: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
89: When hr_api.parent_integrity_violated Then
90: -- Parent integrity has been violated
91: --

Line 92: hr_snp_shd.constraint_error

88: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
89: When hr_api.parent_integrity_violated Then
90: -- Parent integrity has been violated
91: --
92: hr_snp_shd.constraint_error
93: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
94: When hr_api.unique_integrity_violated Then
95: -- Unique integrity has been violated
96: --

Line 97: hr_snp_shd.constraint_error

93: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
94: When hr_api.unique_integrity_violated Then
95: -- Unique integrity has been violated
96: --
97: hr_snp_shd.constraint_error
98: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
99: When Others Then
100: --
101: Raise;

Line 137: (p_rec in hr_snp_shd.g_rec_type

133: --
134: -- {End Of Comments}
135: -- ----------------------------------------------------------------------------
136: Procedure pre_update
137: (p_rec in hr_snp_shd.g_rec_type
138: ) is
139: --
140: l_proc varchar2(72) := g_package||'pre_update';
141: --

Line 181: (p_rec in hr_snp_shd.g_rec_type

177: --
178: -- {End Of Comments}
179: -- ----------------------------------------------------------------------------
180: Procedure post_update
181: (p_rec in hr_snp_shd.g_rec_type
182: ) is
183: --
184: l_proc varchar2(72) := g_package||'post_update';
185: --

Line 200: => hr_snp_shd.g_old_rec.object_version_number

196: => p_rec.access_key
197: ,p_document
198: => p_rec.document
199: ,p_object_version_number_o
200: => hr_snp_shd.g_old_rec.object_version_number
201: ,p_access_key_o
202: => hr_snp_shd.g_old_rec.access_key
203: ,p_document_o
204: => hr_snp_shd.g_old_rec.document

Line 202: => hr_snp_shd.g_old_rec.access_key

198: => p_rec.document
199: ,p_object_version_number_o
200: => hr_snp_shd.g_old_rec.object_version_number
201: ,p_access_key_o
202: => hr_snp_shd.g_old_rec.access_key
203: ,p_document_o
204: => hr_snp_shd.g_old_rec.document
205: );*/
206: null;

Line 204: => hr_snp_shd.g_old_rec.document

200: => hr_snp_shd.g_old_rec.object_version_number
201: ,p_access_key_o
202: => hr_snp_shd.g_old_rec.access_key
203: ,p_document_o
204: => hr_snp_shd.g_old_rec.document
205: );*/
206: null;
207: --
208: exception

Line 266: (p_rec in out nocopy hr_snp_shd.g_rec_type

262: --
263: -- {End Of Comments}
264: -- ----------------------------------------------------------------------------
265: Procedure convert_defs
266: (p_rec in out nocopy hr_snp_shd.g_rec_type
267: ) is
268: --
269: Begin
270: --

Line 279: hr_snp_shd.g_old_rec.document;

275: --
276: NULL;
277: /* If (p_rec.document = empty_clob()) then
278: p_rec.document :=
279: hr_snp_shd.g_old_rec.document;
280: End If; */
281: --
282: End convert_defs;
283: --

Line 288: (p_rec in out nocopy hr_snp_shd.g_rec_type

284: -- ----------------------------------------------------------------------------
285: -- |---------------------------------< upd >----------------------------------|
286: -- ----------------------------------------------------------------------------
287: Procedure upd
288: (p_rec in out nocopy hr_snp_shd.g_rec_type
289: ) is
290: --
291: l_proc varchar2(72) := g_package||'upd';
292: --

Line 298: hr_snp_shd.lck

294: hr_utility.set_location('Entering:'||l_proc, 5);
295: --
296: -- We must lock the row which we need to update.
297: --
298: hr_snp_shd.lck
299: (p_rec.snapshot_id
300: ,p_rec.object_version_number
301: );
302: --

Line 348: l_rec hr_snp_shd.g_rec_type;

344:
345:
346: ) is
347: --
348: l_rec hr_snp_shd.g_rec_type;
349: l_proc varchar2(72) := g_package||'upd';
350: --
351: Begin
352: hr_utility.set_location('Entering:'||l_proc, 5);

Line 358: hr_snp_shd.convert_args

354: -- Call conversion function to turn arguments into the
355: -- l_rec structure.
356: --
357: l_rec :=
358: hr_snp_shd.convert_args
359: (p_snapshot_id
360: ,p_object_version_number
361: ,p_document
362: ,p_object_name