DBA Data[Home] [Help]

APPS.GHR_CCA_INS dependencies on GHR_CCA_SHD

Line 76: (p_rec in out nocopy ghr_cca_shd.g_rec_type

72: --
73: -- {End Of Comments}
74: -- ----------------------------------------------------------------------------
75: Procedure insert_dml
76: (p_rec in out nocopy ghr_cca_shd.g_rec_type
77: ) is
78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --

Line 167: ghr_cca_shd.constraint_error

163: Exception
164: When hr_api.check_integrity_violated Then
165: -- A check constraint has been violated
166: --
167: ghr_cca_shd.constraint_error
168: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
169: When hr_api.parent_integrity_violated Then
170: -- Parent integrity has been violated
171: --

Line 172: ghr_cca_shd.constraint_error

168: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
169: When hr_api.parent_integrity_violated Then
170: -- Parent integrity has been violated
171: --
172: ghr_cca_shd.constraint_error
173: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
174: When hr_api.unique_integrity_violated Then
175: -- Unique integrity has been violated
176: --

Line 177: ghr_cca_shd.constraint_error

173: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
174: When hr_api.unique_integrity_violated Then
175: -- Unique integrity has been violated
176: --
177: ghr_cca_shd.constraint_error
178: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
179: When Others Then
180: --
181: Raise;

Line 222: (p_rec in out nocopy ghr_cca_shd.g_rec_type

218: --
219: -- {End Of Comments}
220: -- ----------------------------------------------------------------------------
221: Procedure pre_insert
222: (p_rec in out nocopy ghr_cca_shd.g_rec_type
223: ) is
224: --
225: Cursor C_Sel1 is select ghr_compl_appeals_s.nextval from sys.dual;
226: --

Line 310: ,p_rec in ghr_cca_shd.g_rec_type

306: -- {End Of Comments}
307: -- ----------------------------------------------------------------------------
308: Procedure post_insert
309: (p_effective_date in date
310: ,p_rec in ghr_cca_shd.g_rec_type
311: ) is
312: --
313: l_proc varchar2(72) := g_package||'post_insert';
314: --

Line 374: ,p_rec in out nocopy ghr_cca_shd.g_rec_type

370: -- |---------------------------------< ins >----------------------------------|
371: -- ----------------------------------------------------------------------------
372: Procedure ins
373: (p_effective_date in date
374: ,p_rec in out nocopy ghr_cca_shd.g_rec_type
375: ) is
376: --
377: l_proc varchar2(72) := g_package||'ins';
378: --

Line 447: l_rec ghr_cca_shd.g_rec_type;

443: ,p_compl_appeal_id out nocopy number
444: ,p_object_version_number out nocopy number
445: ) is
446: --
447: l_rec ghr_cca_shd.g_rec_type;
448: l_proc varchar2(72) := g_package||'ins';
449: --
450: Begin
451: hr_utility.set_location('Entering:'||l_proc, 5);

Line 457: ghr_cca_shd.convert_args

453: -- Call conversion function to turn arguments into the
454: -- p_rec structure.
455: --
456: l_rec :=
457: ghr_cca_shd.convert_args
458: (null
459: ,p_complaint_id
460: ,p_appeal_date
461: ,p_appealed_to