DBA Data[Home] [Help]

APPS.GHR_CAA_INS dependencies on GHR_CAA_SHD

Line 76: (p_rec in out nocopy ghr_caa_shd.g_rec_type

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

Line 159: ghr_caa_shd.constraint_error

155: Exception
156: When hr_api.check_integrity_violated Then
157: -- A check constraint has been violated
158: --
159: ghr_caa_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When hr_api.parent_integrity_violated Then
162: -- Parent integrity has been violated
163: --

Line 164: ghr_caa_shd.constraint_error

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

Line 169: ghr_caa_shd.constraint_error

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

Line 214: (p_rec in out nocopy ghr_caa_shd.g_rec_type

210: --
211: -- {End Of Comments}
212: -- ----------------------------------------------------------------------------
213: Procedure pre_insert
214: (p_rec in out nocopy ghr_caa_shd.g_rec_type
215: ) is
216: --
217: Cursor C_Sel1 is select ghr_compl_agency_appeals_s.nextval from sys.dual;
218: --

Line 302: ,p_rec in ghr_caa_shd.g_rec_type

298: -- {End Of Comments}
299: -- ----------------------------------------------------------------------------
300: Procedure post_insert
301: (p_effective_date in date
302: ,p_rec in ghr_caa_shd.g_rec_type
303: ) is
304: --
305: l_proc varchar2(72) := g_package||'post_insert';
306: --

Line 363: ,p_rec in out nocopy ghr_caa_shd.g_rec_type

359: -- |---------------------------------< ins >----------------------------------|
360: -- ----------------------------------------------------------------------------
361: Procedure ins
362: (p_effective_date in date
363: ,p_rec in out nocopy ghr_caa_shd.g_rec_type
364: ) is
365: --
366: l_proc varchar2(72) := g_package||'ins';
367: --

Line 432: l_rec ghr_caa_shd.g_rec_type;

428: ,p_compl_agency_appeal_id out nocopy number
429: ,p_object_version_number out nocopy number
430: ) is
431: --
432: l_rec ghr_caa_shd.g_rec_type;
433: l_proc varchar2(72) := g_package||'ins';
434: --
435: Begin
436: hr_utility.set_location('Entering:'||l_proc, 5);

Line 442: ghr_caa_shd.convert_args

438: -- Call conversion function to turn arguments into the
439: -- p_rec structure.
440: --
441: l_rec :=
442: ghr_caa_shd.convert_args
443: (null
444: ,p_complaint_id
445: ,p_appeal_date
446: ,p_reason_for_appeal