DBA Data[Home] [Help]

APPS.GHR_PAR_INS dependencies on GHR_PAR_SHD

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

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

Line 518: ghr_par_shd.constraint_error

514: hr_utility.set_location(' Leaving:'||l_proc, 10);
515: Exception
516: When hr_api.check_integrity_violated Then
517: -- A check constraint has been violated
518: ghr_par_shd.constraint_error
519: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
520: When hr_api.parent_integrity_violated Then
521: -- Parent integrity has been violated
522: ghr_par_shd.constraint_error

Line 522: ghr_par_shd.constraint_error

518: ghr_par_shd.constraint_error
519: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
520: When hr_api.parent_integrity_violated Then
521: -- Parent integrity has been violated
522: ghr_par_shd.constraint_error
523: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
524: When hr_api.unique_integrity_violated Then
525: -- Unique integrity has been violated
526: ghr_par_shd.constraint_error

Line 526: ghr_par_shd.constraint_error

522: ghr_par_shd.constraint_error
523: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
524: When hr_api.unique_integrity_violated Then
525: -- Unique integrity has been violated
526: ghr_par_shd.constraint_error
527: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
528: When Others Then
529: Raise;
530: End insert_dml;

Line 569: Procedure pre_insert(p_rec in out nocopy ghr_par_shd.g_rec_type) is

565: -- Internal Row Handler Use Only.
566: --
567: -- {End Of Comments}
568: -- ----------------------------------------------------------------------------
569: Procedure pre_insert(p_rec in out nocopy ghr_par_shd.g_rec_type) is
570: --
571: l_proc varchar2(72) := g_package||'pre_insert';
572: --
573: --

Line 625: Procedure post_insert(p_rec in ghr_par_shd.g_rec_type) is

621: -- Internal Row Handler Use Only.
622: --
623: -- {End Of Comments}
624: -- ----------------------------------------------------------------------------
625: Procedure post_insert(p_rec in ghr_par_shd.g_rec_type) is
626: --
627: l_proc varchar2(72) := g_package||'post_insert';
628: --
629: Begin

Line 874: p_rec in out nocopy ghr_par_shd.g_rec_type

870: -- |---------------------------------< ins >----------------------------------|
871: -- ----------------------------------------------------------------------------
872: Procedure ins
873: (
874: p_rec in out nocopy ghr_par_shd.g_rec_type
875: ) is
876: --
877: l_proc varchar2(72) := g_package||'ins';
878: --

Line 1132: l_rec ghr_par_shd.g_rec_type;

1128: p_object_version_number out nocopy number
1129: )
1130: is
1131: --
1132: l_rec ghr_par_shd.g_rec_type;
1133: l_proc varchar2(72) := g_package||'ins';
1134: --
1135: Begin
1136: hr_utility.set_location('Entering:'||l_proc, 5);

Line 1142: ghr_par_shd.convert_args

1138: -- Call conversion function to turn arguments into the
1139: -- p_rec structure.
1140: --
1141: l_rec :=
1142: ghr_par_shd.convert_args
1143: (
1144: p_pa_request_id, -- null,
1145: p_pa_notification_id,
1146: p_noa_family_code,