DBA Data[Home] [Help]

APPS.BEN_AUD_INS dependencies on BEN_AUD_SHD

Line 76: (p_rec in out nocopy ben_aud_shd.g_rec_type

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

Line 137: ben_aud_shd.constraint_error

133: Exception
134: When hr_api.check_integrity_violated Then
135: -- A check constraint has been violated
136: --
137: ben_aud_shd.constraint_error
138: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
139: When hr_api.parent_integrity_violated Then
140: -- Parent integrity has been violated
141: --

Line 142: ben_aud_shd.constraint_error

138: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
139: When hr_api.parent_integrity_violated Then
140: -- Parent integrity has been violated
141: --
142: ben_aud_shd.constraint_error
143: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
144: When hr_api.unique_integrity_violated Then
145: -- Unique integrity has been violated
146: --

Line 147: ben_aud_shd.constraint_error

143: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
144: When hr_api.unique_integrity_violated Then
145: -- Unique integrity has been violated
146: --
147: ben_aud_shd.constraint_error
148: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
149: When Others Then
150: --
151: Raise;

Line 192: (p_rec in out nocopy ben_aud_shd.g_rec_type

188: --
189: -- {End Of Comments}
190: -- ----------------------------------------------------------------------------
191: Procedure pre_insert
192: (p_rec in out nocopy ben_aud_shd.g_rec_type
193: ) is
194: --
195: Cursor C_Sel1 is select ben_cwb_audit_s.nextval from sys.dual;
196: --

Line 279: (p_rec in ben_aud_shd.g_rec_type

275: --
276: -- {End Of Comments}
277: -- --------------------------------------------------------------------------
278: Procedure post_insert
279: (p_rec in ben_aud_shd.g_rec_type
280: ) is
281: --
282: l_proc varchar2(72) := g_package||'post_insert';
283: --

Line 344: (p_rec in out nocopy ben_aud_shd.g_rec_type

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

Line 405: l_rec ben_aud_shd.g_rec_type;

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

Line 415: ben_aud_shd.convert_args

411: -- Call conversion function to turn arguments into the
412: -- p_rec structure.
413: --
414: l_rec :=
415: ben_aud_shd.convert_args
416: (null
417: ,p_group_per_in_ler_id
418: ,p_group_pl_id
419: ,p_lf_evt_ocrd_dt