DBA Data[Home] [Help]

APPS.PER_ASN_INS dependencies on PER_ASN_SHD

Line 69: Procedure insert_dml(p_rec in out nocopy per_asn_shd.g_rec_type) is

65: -- Internal Table Handler Use Only.
66: --
67: -- {End Of Comments}
68: -- ----------------------------------------------------------------------------
69: Procedure insert_dml(p_rec in out nocopy per_asn_shd.g_rec_type) is
70: --
71: l_proc varchar2(72) := g_package||'insert_dml';
72: --
73: Begin

Line 162: per_asn_shd.constraint_error

158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: Exception
160: When hr_api.check_integrity_violated Then
161: -- A check constraint has been violated
162: per_asn_shd.constraint_error
163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When hr_api.parent_integrity_violated Then
165: -- Parent integrity has been violated
166: per_asn_shd.constraint_error

Line 166: per_asn_shd.constraint_error

162: per_asn_shd.constraint_error
163: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
164: When hr_api.parent_integrity_violated Then
165: -- Parent integrity has been violated
166: per_asn_shd.constraint_error
167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
168: When hr_api.unique_integrity_violated Then
169: -- Unique integrity has been violated
170: per_asn_shd.constraint_error

Line 170: per_asn_shd.constraint_error

166: per_asn_shd.constraint_error
167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
168: When hr_api.unique_integrity_violated Then
169: -- Unique integrity has been violated
170: per_asn_shd.constraint_error
171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When Others Then
173: Raise;
174: End insert_dml;

Line 213: Procedure pre_insert(p_rec in out nocopy per_asn_shd.g_rec_type) is

209: -- Internal Table Handler Use Only.
210: --
211: -- {End Of Comments}
212: -- ----------------------------------------------------------------------------
213: Procedure pre_insert(p_rec in out nocopy per_asn_shd.g_rec_type) is
214: --
215: l_proc varchar2(72) := g_package||'pre_insert';
216: l_exists varchar2(1);
217: --

Line 303: Procedure post_insert(p_rec in per_asn_shd.g_rec_type) is

299: -- Internal Table Handler Use Only.
300: --
301: -- {End Of Comments}
302: -- ----------------------------------------------------------------------------
303: Procedure post_insert(p_rec in per_asn_shd.g_rec_type) is
304: --
305: l_proc varchar2(72) := g_package||'post_insert';
306: --
307: Begin

Line 368: p_rec in out nocopy per_asn_shd.g_rec_type

364: -- |---------------------------------< ins >----------------------------------|
365: -- ----------------------------------------------------------------------------
366: Procedure ins
367: (
368: p_rec in out nocopy per_asn_shd.g_rec_type
369: ,p_validate in boolean default false
370: ,p_effective_date in date
371: ) is
372: --

Line 477: l_rec per_asn_shd.g_rec_type;

473: p_validate in boolean default false,
474: p_effective_date in date
475: ) is
476: --
477: l_rec per_asn_shd.g_rec_type;
478: l_proc varchar2(72) := g_package||'ins';
479: --
480: Begin
481: hr_utility.set_location('Entering:'||l_proc, 5);

Line 487: per_asn_shd.convert_args

483: -- Call conversion function to turn arguments into the
484: -- p_rec structure.
485: --
486: l_rec :=
487: per_asn_shd.convert_args
488: (
489: null,
490: p_assessment_type_id,
491: p_business_group_id,