DBA Data[Home] [Help]

APPS.PER_APL_INS dependencies on PER_APL_SHD

Line 53: Procedure insert_dml(p_rec in out nocopy per_apl_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_apl_shd.g_rec_type) is
54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin

Line 61: per_apl_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_apl_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: per_applications
64: --
65: insert into per_applications

Line 140: per_apl_shd.g_api_dml := false; -- Unset the api dml status

136: p_rec.appl_attribute20,
137: p_rec.object_version_number
138: );
139: --
140: per_apl_shd.g_api_dml := false; -- Unset the api dml status
141: --
142: hr_utility.set_location(' Leaving:'||l_proc, 10);
143: Exception
144: When hr_api.check_integrity_violated Then

Line 146: per_apl_shd.g_api_dml := false; -- Unset the api dml status

142: hr_utility.set_location(' Leaving:'||l_proc, 10);
143: Exception
144: When hr_api.check_integrity_violated Then
145: -- A check constraint has been violated
146: per_apl_shd.g_api_dml := false; -- Unset the api dml status
147: per_apl_shd.constraint_error
148: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
149: When hr_api.parent_integrity_violated Then
150: -- Parent integrity has been violated

Line 147: per_apl_shd.constraint_error

143: Exception
144: When hr_api.check_integrity_violated Then
145: -- A check constraint has been violated
146: per_apl_shd.g_api_dml := false; -- Unset the api dml status
147: per_apl_shd.constraint_error
148: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
149: When hr_api.parent_integrity_violated Then
150: -- Parent integrity has been violated
151: per_apl_shd.g_api_dml := false; -- Unset the api dml status

Line 151: per_apl_shd.g_api_dml := false; -- Unset the api dml status

147: per_apl_shd.constraint_error
148: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
149: When hr_api.parent_integrity_violated Then
150: -- Parent integrity has been violated
151: per_apl_shd.g_api_dml := false; -- Unset the api dml status
152: per_apl_shd.constraint_error
153: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
154: When hr_api.unique_integrity_violated Then
155: -- Unique integrity has been violated

Line 152: per_apl_shd.constraint_error

148: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
149: When hr_api.parent_integrity_violated Then
150: -- Parent integrity has been violated
151: per_apl_shd.g_api_dml := false; -- Unset the api dml status
152: per_apl_shd.constraint_error
153: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
154: When hr_api.unique_integrity_violated Then
155: -- Unique integrity has been violated
156: per_apl_shd.g_api_dml := false; -- Unset the api dml status

Line 156: per_apl_shd.g_api_dml := false; -- Unset the api dml status

152: per_apl_shd.constraint_error
153: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
154: When hr_api.unique_integrity_violated Then
155: -- Unique integrity has been violated
156: per_apl_shd.g_api_dml := false; -- Unset the api dml status
157: per_apl_shd.constraint_error
158: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
159: When Others Then
160: per_apl_shd.g_api_dml := false; -- Unset the api dml status

Line 157: per_apl_shd.constraint_error

153: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
154: When hr_api.unique_integrity_violated Then
155: -- Unique integrity has been violated
156: per_apl_shd.g_api_dml := false; -- Unset the api dml status
157: per_apl_shd.constraint_error
158: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
159: When Others Then
160: per_apl_shd.g_api_dml := false; -- Unset the api dml status
161: Raise;

Line 160: per_apl_shd.g_api_dml := false; -- Unset the api dml status

156: per_apl_shd.g_api_dml := false; -- Unset the api dml status
157: per_apl_shd.constraint_error
158: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
159: When Others Then
160: per_apl_shd.g_api_dml := false; -- Unset the api dml status
161: Raise;
162: End insert_dml;
163: --
164: -- ----------------------------------------------------------------------------

Line 201: Procedure pre_insert(p_rec in out nocopy per_apl_shd.g_rec_type) is

197: -- Internal Table Handler Use Only.
198: --
199: -- {End Of Comments}
200: -- ----------------------------------------------------------------------------
201: Procedure pre_insert(p_rec in out nocopy per_apl_shd.g_rec_type) is
202: --
203: l_proc varchar2(72) := g_package||'pre_insert';
204: --
205: Cursor C_Sel1 is select per_applications_s.nextval from sys.dual;

Line 252: Procedure post_insert(p_rec in per_apl_shd.g_rec_type

248: -- Internal Table Handler Use Only.
249: --
250: -- {End Of Comments}
251: -- ----------------------------------------------------------------------------
252: Procedure post_insert(p_rec in per_apl_shd.g_rec_type
253: ,p_effective_date in date) is
254: --
255: l_proc varchar2(72) := g_package||'post_insert';
256: --

Line 317: p_rec in out nocopy per_apl_shd.g_rec_type,

313: -- |---------------------------------< ins >----------------------------------|
314: -- ----------------------------------------------------------------------------
315: Procedure ins
316: (
317: p_rec in out nocopy per_apl_shd.g_rec_type,
318: p_effective_date in date,
319: p_validate in boolean default false,
320: p_validate_df_flex in boolean default true --4689836
321: ) is

Line 425: l_rec per_apl_shd.g_rec_type;

421: p_validate in boolean default false,
422: p_validate_df_flex in boolean default true --4689836
423: ) is
424: --
425: l_rec per_apl_shd.g_rec_type;
426: l_proc varchar2(72) := g_package||'ins';
427: --
428: Begin
429: hr_utility.set_location('Entering:'||l_proc, 5);

Line 435: per_apl_shd.convert_args

431: -- Call conversion function to turn arguments into the
432: -- p_rec structure.
433: --
434: l_rec :=
435: per_apl_shd.convert_args
436: (
437: null,
438: p_business_group_id,
439: p_person_id,