DBA Data[Home] [Help]

APPS.PER_ZA_ASS_UPD dependencies on PER_ZA_ASS_SHD

Line 54: Procedure update_dml(p_rec in out nocopy per_za_ass_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_ass_shd.g_za_rec_type) is
55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin

Line 64: per_za_ass_shd.g_api_dml := true; -- Set the api dml status

60: --
61: -- Increment the object version
62: --
63: --
64: per_za_ass_shd.g_api_dml := true; -- Set the api dml status
65: --
66: -- Update the per_za_assessments Row
67: --
68: update per_za_assessments

Line 93: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status

89: date_of_accreditation = p_rec.date_of_accreditation,
90: certification_expiry_date = p_rec.certification_expiry_date
91: where assessment_id = p_rec.assessment_id;
92: --
93: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status
94: --
95: hr_utility.set_location(' Leaving:'||l_proc, 10);
96: --
97: Exception

Line 100: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status

96: --
97: Exception
98: When hr_api.check_integrity_violated Then
99: -- A check constraint has been violated
100: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status
101: per_za_ass_shd.constraint_error
102: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
103: When hr_api.parent_integrity_violated Then
104: -- Parent integrity has been violated

Line 101: per_za_ass_shd.constraint_error

97: Exception
98: When hr_api.check_integrity_violated Then
99: -- A check constraint has been violated
100: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status
101: per_za_ass_shd.constraint_error
102: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
103: When hr_api.parent_integrity_violated Then
104: -- Parent integrity has been violated
105: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status

Line 105: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status

101: per_za_ass_shd.constraint_error
102: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
103: When hr_api.parent_integrity_violated Then
104: -- Parent integrity has been violated
105: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status
106: per_za_ass_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then
109: -- Unique integrity has been violated

Line 106: per_za_ass_shd.constraint_error

102: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
103: When hr_api.parent_integrity_violated Then
104: -- Parent integrity has been violated
105: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status
106: per_za_ass_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then
109: -- Unique integrity has been violated
110: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status

Line 110: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status

106: per_za_ass_shd.constraint_error
107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then
109: -- Unique integrity has been violated
110: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status
111: per_za_ass_shd.constraint_error
112: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
113: When Others Then
114: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status

Line 111: per_za_ass_shd.constraint_error

107: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
108: When hr_api.unique_integrity_violated Then
109: -- Unique integrity has been violated
110: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status
111: per_za_ass_shd.constraint_error
112: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
113: When Others Then
114: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status
115: Raise;

Line 114: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status

110: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status
111: per_za_ass_shd.constraint_error
112: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
113: When Others Then
114: per_za_ass_shd.g_api_dml := false; -- Unset the api dml status
115: Raise;
116: End update_dml;
117: --
118: -- ----------------------------------------------------------------------------

Line 150: Procedure pre_update(p_rec in per_za_ass_shd.g_za_rec_type) is

146: -- Internal Table Handler Use Only.
147: --
148: -- {End Of Comments}
149: -- ----------------------------------------------------------------------------
150: Procedure pre_update(p_rec in per_za_ass_shd.g_za_rec_type) is
151: --
152: l_proc varchar2(72) := g_package||'pre_update';
153: --
154: Begin

Line 192: Procedure post_update(p_rec in per_za_ass_shd.g_za_rec_type) is

188: -- Internal Table Handler Use Only.
189: --
190: -- {End Of Comments}
191: -- ----------------------------------------------------------------------------
192: Procedure post_update(p_rec in per_za_ass_shd.g_za_rec_type) is
193: --
194: l_proc varchar2(72) := g_package||'post_update';
195: --
196: Begin

Line 206: p_rec in out nocopy per_za_ass_shd.g_za_rec_type,

202: -- |---------------------------------< upd >----------------------------------|
203: -- ----------------------------------------------------------------------------
204: Procedure upd
205: (
206: p_rec in out nocopy per_za_ass_shd.g_za_rec_type,
207: p_validate in boolean default false
208: ) is
209: --
210: l_proc varchar2(72) := g_package||'upd';

Line 226: per_za_ass_shd.lck

222: End If;
223: --
224: -- We must lock the row which we need to update.
225: --
226: per_za_ass_shd.lck
227: (
228: p_rec.assessment_id,
229: p_rec.person_id
230: );

Line 298: l_rec per_za_ass_shd.g_za_rec_type;

294: p_certification_expiry_date in date default null,
295: p_validate in boolean default false
296: ) is
297: --
298: l_rec per_za_ass_shd.g_za_rec_type;
299: l_proc varchar2(72) := g_package||'upd';
300: --
301: Begin
302: hr_utility.set_location('Entering:'||l_proc, 5);

Line 308: per_za_ass_shd.convert_args

304: -- Call conversion function to turn arguments into the
305: -- l_rec structure.
306: --
307: l_rec :=
308: per_za_ass_shd.convert_args
309: (
310: p_assessment_id,
311: p_person_id ,
312: p_level_id,