DBA Data[Home] [Help]

APPS.PAY_AUD_INS dependencies on PAY_AUD_SHD

Line 54: (p_rec in out nocopy pay_aud_shd.g_rec_type

50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure insert_dml
54: (p_rec in out nocopy pay_aud_shd.g_rec_type
55: ) is
56: --
57: l_proc varchar2(72) := g_package||'insert_dml';
58: --

Line 183: pay_aud_shd.constraint_error

179: Exception
180: When hr_api.check_integrity_violated Then
181: -- A check constraint has been violated
182: --
183: pay_aud_shd.constraint_error
184: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
185: When hr_api.parent_integrity_violated Then
186: -- Parent integrity has been violated
187: --

Line 188: pay_aud_shd.constraint_error

184: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
185: When hr_api.parent_integrity_violated Then
186: -- Parent integrity has been violated
187: --
188: pay_aud_shd.constraint_error
189: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
190: When hr_api.unique_integrity_violated Then
191: -- Unique integrity has been violated
192: --

Line 193: pay_aud_shd.constraint_error

189: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
190: When hr_api.unique_integrity_violated Then
191: -- Unique integrity has been violated
192: --
193: pay_aud_shd.constraint_error
194: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
195: When Others Then
196: --
197: Raise;

Line 238: (p_rec in out nocopy pay_aud_shd.g_rec_type

234: --
235: -- {End Of Comments}
236: -- ----------------------------------------------------------------------------
237: Procedure pre_insert
238: (p_rec in out nocopy pay_aud_shd.g_rec_type
239: ) is
240: --
241: l_proc varchar2(72) := g_package||'pre_insert';
242: --

Line 292: ,p_rec in pay_aud_shd.g_rec_type

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

Line 427: ,p_rec in out nocopy pay_aud_shd.g_rec_type

423: -- |---------------------------------< ins >----------------------------------|
424: -- ----------------------------------------------------------------------------
425: Procedure ins
426: (p_effective_date in date
427: ,p_rec in out nocopy pay_aud_shd.g_rec_type
428: ) is
429: --
430: l_proc varchar2(72) := g_package||'ins';
431: --

Line 519: l_rec pay_aud_shd.g_rec_type;

515: ,p_stat_trans_audit_id out nocopy number
516: ,p_object_version_number out nocopy number
517: ) is
518: --
519: l_rec pay_aud_shd.g_rec_type;
520: l_proc varchar2(72) := g_package||'ins';
521: --
522: Begin
523: hr_utility.set_location('Entering:'||l_proc, 5);

Line 529: pay_aud_shd.convert_args

525: -- Call conversion function to turn arguments into the
526: -- p_rec structure.
527: --
528: l_rec :=
529: pay_aud_shd.convert_args
530: (null
531: ,p_transaction_type
532: ,p_transaction_subtype
533: ,p_transaction_date