DBA Data[Home] [Help]

APPS.PER_RSC_INS dependencies on PER_RSC_SHD

Line 47: Procedure insert_dml(p_rec in out nocopy per_rsc_shd.g_rec_type) is

43: -- Internal Table Handler Use Only.
44: --
45: -- {End Of Comments}
46: -- ----------------------------------------------------------------------------
47: Procedure insert_dml(p_rec in out nocopy per_rsc_shd.g_rec_type) is
48: --
49: l_proc varchar2(72) := g_package||'insert_dml';
50: --
51: Begin

Line 128: per_rsc_shd.constraint_error

124: hr_utility.set_location(' Leaving:'||l_proc, 10);
125: Exception
126: When hr_api.check_integrity_violated Then
127: -- A check constraint has been violated
128: per_rsc_shd.constraint_error
129: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
130: When hr_api.parent_integrity_violated Then
131: -- Parent integrity has been violated
132: per_rsc_shd.constraint_error

Line 132: per_rsc_shd.constraint_error

128: per_rsc_shd.constraint_error
129: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
130: When hr_api.parent_integrity_violated Then
131: -- Parent integrity has been violated
132: per_rsc_shd.constraint_error
133: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
134: When hr_api.unique_integrity_violated Then
135: -- Unique integrity has been violated
136: per_rsc_shd.constraint_error

Line 136: per_rsc_shd.constraint_error

132: per_rsc_shd.constraint_error
133: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
134: When hr_api.unique_integrity_violated Then
135: -- Unique integrity has been violated
136: per_rsc_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When Others Then
139: Raise;
140: End insert_dml;

Line 179: Procedure pre_insert(p_rec in out nocopy per_rsc_shd.g_rec_type) is

175: -- Internal Table Handler Use Only.
176: --
177: -- {End Of Comments}
178: -- ----------------------------------------------------------------------------
179: Procedure pre_insert(p_rec in out nocopy per_rsc_shd.g_rec_type) is
180: --
181: l_proc varchar2(72) := g_package||'pre_insert';
182: --
183: Cursor C_Sel1 is select per_rating_scales_s.nextval from sys.dual;

Line 231: Procedure post_insert(p_rec in per_rsc_shd.g_rec_type) is

227: -- Internal Table Handler Use Only.
228: --
229: -- {End Of Comments}
230: -- ----------------------------------------------------------------------------
231: Procedure post_insert(p_rec in per_rsc_shd.g_rec_type) is
232: --
233: l_proc varchar2(72) := g_package||'post_insert';
234: --
235: Begin

Line 290: p_rec in out nocopy per_rsc_shd.g_rec_type,

286: -- |---------------------------------< ins >----------------------------------|
287: -- ----------------------------------------------------------------------------
288: Procedure ins
289: (
290: p_rec in out nocopy per_rsc_shd.g_rec_type,
291: p_validate in boolean default false,
292: p_effective_date in date
293: ) is
294: --

Line 378: l_rec per_rsc_shd.g_rec_type;

374: p_attribute20 in varchar2 default null,
375: p_effective_date in date
376: ) is
377: --
378: l_rec per_rsc_shd.g_rec_type;
379: l_proc varchar2(72) := g_package||'ins';
380: --
381: Begin
382: hr_utility.set_location('Entering:'||l_proc, 5);

Line 388: per_rsc_shd.convert_args

384: -- Call conversion function to turn arguments into the
385: -- p_rec structure.
386: --
387: l_rec :=
388: per_rsc_shd.convert_args
389: (
390: null,
391: p_business_group_id,
392: p_name,