DBA Data[Home] [Help]

APPS.PAY_RFP_INS dependencies on PAY_RFP_INS

Line 1: Package Body pay_rfp_ins as

1: Package Body pay_rfp_ins as
2: /* $Header: pyrfprhi.pkb 120.0 2005/05/29 08:21 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' pay_rfp_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' pay_rfp_ins.'; -- Global package name
9: --
10: -- The following global variables are only to be used by
11: -- the set_base_key_value and pre_insert procedures.
12: --

Line 28: pay_rfp_ins.g_report_format_mapping_id_i := p_report_format_mapping_id;

24: --
25: Begin
26: hr_utility.set_location('Entering:'||l_proc, 10);
27: --
28: pay_rfp_ins.g_report_format_mapping_id_i := p_report_format_mapping_id;
29: pay_rfp_ins.g_parameter_name_i := p_parameter_name;
30: --
31: hr_utility.set_location(' Leaving:'||l_proc, 20);
32: End set_base_key_value;

Line 29: pay_rfp_ins.g_parameter_name_i := p_parameter_name;

25: Begin
26: hr_utility.set_location('Entering:'||l_proc, 10);
27: --
28: pay_rfp_ins.g_report_format_mapping_id_i := p_report_format_mapping_id;
29: pay_rfp_ins.g_parameter_name_i := p_parameter_name;
30: --
31: hr_utility.set_location(' Leaving:'||l_proc, 20);
32: End set_base_key_value;
33: --

Line 248: pay_rfp_ins.pre_insert(p_rec);

244: hr_multi_message.end_validation_set;
245: --
246: -- Call the supporting pre-insert operation
247: --
248: pay_rfp_ins.pre_insert(p_rec);
249: --
250: -- Insert the row
251: --
252: pay_rfp_ins.insert_dml(p_rec);

Line 252: pay_rfp_ins.insert_dml(p_rec);

248: pay_rfp_ins.pre_insert(p_rec);
249: --
250: -- Insert the row
251: --
252: pay_rfp_ins.insert_dml(p_rec);
253: --
254: -- Call the supporting post-insert operation
255: --
256: pay_rfp_ins.post_insert

Line 256: pay_rfp_ins.post_insert

252: pay_rfp_ins.insert_dml(p_rec);
253: --
254: -- Call the supporting post-insert operation
255: --
256: pay_rfp_ins.post_insert
257: (p_rec
258: );
259: --
260: -- Call to raise any errors on multi-message list

Line 296: pay_rfp_ins.ins

292: --
293: -- Having converted the arguments into the pay_rfp_rec
294: -- plsql record structure we call the corresponding record business process.
295: --
296: pay_rfp_ins.ins
297: (l_rec
298: );
299: --
300:

Line 306: end pay_rfp_ins;

302: --
303: hr_utility.set_location(' Leaving:'||l_proc, 10);
304: End ins;
305: --
306: end pay_rfp_ins;