DBA Data[Home] [Help]

APPS.PER_CAI_INS dependencies on PER_CAI_INS

Line 1: Package Body per_cai_ins as

1: Package Body per_cai_ins as
2: /* $Header: pecairhi.pkb 115.1 2002/12/04 05:50:07 raranjan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_cai_ins.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< insert_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 253: per_cai_ins.pre_insert(p_rec);

249: );
250: --
251: -- Call the supporting pre-insert operation
252: --
253: per_cai_ins.pre_insert(p_rec);
254: --
255: -- Insert the row
256: --
257: per_cai_ins.insert_dml(p_rec);

Line 257: per_cai_ins.insert_dml(p_rec);

253: per_cai_ins.pre_insert(p_rec);
254: --
255: -- Insert the row
256: --
257: per_cai_ins.insert_dml(p_rec);
258: --
259: -- Call the supporting post-insert operation
260: --
261: per_cai_ins.post_insert

Line 261: per_cai_ins.post_insert

257: per_cai_ins.insert_dml(p_rec);
258: --
259: -- Call the supporting post-insert operation
260: --
261: per_cai_ins.post_insert
262: (p_effective_date
263: ,p_rec
264: );
265: --

Line 300: per_cai_ins.ins

296: --
297: -- Having converted the arguments into the per_cai_rec
298: -- plsql record structure we call the corresponding record business process.
299: --
300: per_cai_ins.ins
301: (p_effective_date
302: ,l_rec
303: );
304: --

Line 314: end per_cai_ins;

310: --
311: hr_utility.set_location(' Leaving:'||l_proc, 10);
312: End ins;
313: --
314: end per_cai_ins;