DBA Data[Home] [Help]

APPS.GHR_CAH_INS dependencies on GHR_CAH_SHD

Line 76: (p_rec in out nocopy ghr_cah_shd.g_rec_type

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

Line 147: ghr_cah_shd.constraint_error

143: Exception
144: When hr_api.check_integrity_violated Then
145: -- A check constraint has been violated
146: --
147: ghr_cah_shd.constraint_error
148: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
149: When hr_api.parent_integrity_violated Then
150: -- Parent integrity has been violated
151: --

Line 152: ghr_cah_shd.constraint_error

148: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
149: When hr_api.parent_integrity_violated Then
150: -- Parent integrity has been violated
151: --
152: ghr_cah_shd.constraint_error
153: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
154: When hr_api.unique_integrity_violated Then
155: -- Unique integrity has been violated
156: --

Line 157: ghr_cah_shd.constraint_error

153: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
154: When hr_api.unique_integrity_violated Then
155: -- Unique integrity has been violated
156: --
157: ghr_cah_shd.constraint_error
158: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
159: When Others Then
160: --
161: Raise;

Line 202: (p_rec in out nocopy ghr_cah_shd.g_rec_type

198: --
199: -- {End Of Comments}
200: -- ----------------------------------------------------------------------------
201: Procedure pre_insert
202: (p_rec in out nocopy ghr_cah_shd.g_rec_type
203: ) is
204: --
205: Cursor C_Sel1 is select ghr_compl_ca_headers_s.nextval from sys.dual;
206: --

Line 290: ,p_rec in ghr_cah_shd.g_rec_type

286: -- {End Of Comments}
287: -- ----------------------------------------------------------------------------
288: Procedure post_insert
289: (p_effective_date in date
290: ,p_rec in ghr_cah_shd.g_rec_type
291: ) is
292: --
293: l_proc varchar2(72) := g_package||'post_insert';
294: --

Line 344: ,p_rec in out nocopy ghr_cah_shd.g_rec_type

340: -- |---------------------------------< ins >----------------------------------|
341: -- ----------------------------------------------------------------------------
342: Procedure ins
343: (p_effective_date in date
344: ,p_rec in out nocopy ghr_cah_shd.g_rec_type
345: ) is
346: --
347: l_proc varchar2(72) := g_package||'ins';
348: --

Line 407: l_rec ghr_cah_shd.g_rec_type;

403: ,p_compl_ca_header_id out nocopy number
404: ,p_object_version_number out nocopy number
405: ) is
406: --
407: l_rec ghr_cah_shd.g_rec_type;
408: l_proc varchar2(72) := g_package||'ins';
409: --
410: Begin
411: hr_utility.set_location('Entering:'||l_proc, 5);

Line 417: ghr_cah_shd.convert_args

413: -- Call conversion function to turn arguments into the
414: -- p_rec structure.
415: --
416: l_rec :=
417: ghr_cah_shd.convert_args
418: (null
419: ,p_complaint_id
420: ,p_ca_source
421: ,p_last_compliance_report