DBA Data[Home] [Help]

APPS.GHR_CDT_INS dependencies on GHR_CDT_SHD

Line 76: (p_rec in out nocopy ghr_cdt_shd.g_rec_type

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

Line 131: ghr_cdt_shd.constraint_error

127: Exception
128: When hr_api.check_integrity_violated Then
129: -- A check constraint has been violated
130: --
131: ghr_cdt_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When hr_api.parent_integrity_violated Then
134: -- Parent integrity has been violated
135: --

Line 136: ghr_cdt_shd.constraint_error

132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When hr_api.parent_integrity_violated Then
134: -- Parent integrity has been violated
135: --
136: ghr_cdt_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When hr_api.unique_integrity_violated Then
139: -- Unique integrity has been violated
140: --

Line 141: ghr_cdt_shd.constraint_error

137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When hr_api.unique_integrity_violated Then
139: -- Unique integrity has been violated
140: --
141: ghr_cdt_shd.constraint_error
142: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
143: When Others Then
144: --
145: Raise;

Line 186: (p_rec in out nocopy ghr_cdt_shd.g_rec_type

182: --
183: -- {End Of Comments}
184: -- ----------------------------------------------------------------------------
185: Procedure pre_insert
186: (p_rec in out nocopy ghr_cdt_shd.g_rec_type
187: ) is
188: --
189: Cursor C_Sel1 is select ghr_compl_ca_details_s.nextval from sys.dual;
190: --

Line 274: ,p_rec in ghr_cdt_shd.g_rec_type

270: -- {End Of Comments}
271: -- ----------------------------------------------------------------------------
272: Procedure post_insert
273: (p_effective_date in date
274: ,p_rec in ghr_cdt_shd.g_rec_type
275: ) is
276: --
277: l_proc varchar2(72) := g_package||'post_insert';
278: --

Line 320: ,p_rec in out nocopy ghr_cdt_shd.g_rec_type

316: -- |---------------------------------< ins >----------------------------------|
317: -- ----------------------------------------------------------------------------
318: Procedure ins
319: (p_effective_date in date
320: ,p_rec in out nocopy ghr_cdt_shd.g_rec_type
321: ) is
322: --
323: l_proc varchar2(72) := g_package||'ins';
324: --

Line 375: l_rec ghr_cdt_shd.g_rec_type;

371: ,p_compl_ca_detail_id out nocopy number
372: ,p_object_version_number out nocopy number
373: ) is
374: --
375: l_rec ghr_cdt_shd.g_rec_type;
376: l_proc varchar2(72) := g_package||'ins';
377: --
378: Begin
379: hr_utility.set_location('Entering:'||l_proc, 5);

Line 385: ghr_cdt_shd.convert_args

381: -- Call conversion function to turn arguments into the
382: -- p_rec structure.
383: --
384: l_rec :=
385: ghr_cdt_shd.convert_args
386: (null
387: ,p_compl_ca_header_id
388: --,p_action
389: ,p_amount