DBA Data[Home] [Help]

APPS.PER_ZA_EQT_INS dependencies on PER_ZA_EQT_SHD

Line 53: Procedure insert_dml(p_rec in out nocopy per_za_eqt_shd.g_rec_type) is

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

Line 61: per_za_eqt_shd.g_api_dml := true; -- Set the api dml status

57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: per_za_eqt_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: per_qualification_types
64: --
65: insert into per_qualification_types

Line 127: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status

123: nqf_qualification_type)
124: values(p_rec.qualification_type_id,
125: p_rec.nqf_qualification_type);
126: --
127: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status
128: --
129: hr_utility.set_location(' Leaving:'||l_proc, 10);
130: Exception
131: When hr_api.check_integrity_violated Then

Line 133: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status

129: hr_utility.set_location(' Leaving:'||l_proc, 10);
130: Exception
131: When hr_api.check_integrity_violated Then
132: -- A check constraint has been violated
133: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status
134: per_za_eqt_shd.constraint_error
135: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
136: When hr_api.parent_integrity_violated Then
137: -- Parent integrity has been violated

Line 134: per_za_eqt_shd.constraint_error

130: Exception
131: When hr_api.check_integrity_violated Then
132: -- A check constraint has been violated
133: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status
134: per_za_eqt_shd.constraint_error
135: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
136: When hr_api.parent_integrity_violated Then
137: -- Parent integrity has been violated
138: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status

Line 138: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status

134: per_za_eqt_shd.constraint_error
135: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
136: When hr_api.parent_integrity_violated Then
137: -- Parent integrity has been violated
138: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status
139: per_za_eqt_shd.constraint_error
140: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
141: When hr_api.unique_integrity_violated Then
142: -- Unique integrity has been violated

Line 139: per_za_eqt_shd.constraint_error

135: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
136: When hr_api.parent_integrity_violated Then
137: -- Parent integrity has been violated
138: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status
139: per_za_eqt_shd.constraint_error
140: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
141: When hr_api.unique_integrity_violated Then
142: -- Unique integrity has been violated
143: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status

Line 143: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status

139: per_za_eqt_shd.constraint_error
140: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
141: When hr_api.unique_integrity_violated Then
142: -- Unique integrity has been violated
143: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status
144: per_za_eqt_shd.constraint_error
145: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
146: When Others Then
147: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status

Line 144: per_za_eqt_shd.constraint_error

140: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
141: When hr_api.unique_integrity_violated Then
142: -- Unique integrity has been violated
143: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status
144: per_za_eqt_shd.constraint_error
145: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
146: When Others Then
147: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status
148: Raise;

Line 147: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status

143: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status
144: per_za_eqt_shd.constraint_error
145: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
146: When Others Then
147: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status
148: Raise;
149: End insert_dml;
150: --
151: -- ----------------------------------------------------------------------------

Line 188: Procedure pre_insert(p_rec in out nocopy per_za_eqt_shd.g_rec_type) is

184: -- Internal Table Handler Use Only.
185: --
186: -- {End Of Comments}
187: -- ----------------------------------------------------------------------------
188: Procedure pre_insert(p_rec in out nocopy per_za_eqt_shd.g_rec_type) is
189: --
190: l_proc varchar2(72) := g_package||'pre_insert';
191: --
192: cursor c1 is

Line 240: Procedure post_insert(p_rec in per_za_eqt_shd.g_rec_type) is

236: -- Internal Table Handler Use Only.
237: --
238: -- {End Of Comments}
239: -- ----------------------------------------------------------------------------
240: Procedure post_insert(p_rec in per_za_eqt_shd.g_rec_type) is
241: --
242: l_proc varchar2(72) := g_package||'post_insert';
243: --
244: Begin

Line 255: p_rec in out nocopy per_za_eqt_shd.g_rec_type,

251: -- |---------------------------------< ins >----------------------------------|
252: -- ----------------------------------------------------------------------------
253: Procedure ins
254: (
255: p_rec in out nocopy per_za_eqt_shd.g_rec_type,
256: p_effective_date in date,
257: p_validate in boolean default false
258: ) is
259: --

Line 342: l_rec per_za_eqt_shd.g_rec_type;

338: p_effective_date in date,
339: p_validate in boolean default false
340: ) is
341: --
342: l_rec per_za_eqt_shd.g_rec_type;
343: l_proc varchar2(72) := g_package||'ins';
344: --
345: Begin
346: hr_utility.set_location('Entering:'||l_proc, 5);

Line 352: per_za_eqt_shd.convert_args

348: -- Call conversion function to turn arguments into the
349: -- p_rec structure.
350: --
351: l_rec :=
352: per_za_eqt_shd.convert_args
353: (
354: null,
355: p_nqf_qualification_type,
356: p_name,