DBA Data[Home] [Help]

APPS.PER_OSE_INS dependencies on PER_OSE_INS

Line 1: Package Body per_ose_ins as

1: Package Body per_ose_ins as
2: /* $Header: peoserhi.pkb 120.2.12000000.1 2007/01/22 00:38:55 appldev ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' per_ose_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 26: per_ose_ins.g_org_structure_element_id_i := p_org_structure_element_id;

22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: per_ose_ins.g_org_structure_element_id_i := p_org_structure_element_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --

Line 299: per_ose_ins.pre_insert(p_rec);

295: );
296: --
297: -- Call the supporting pre-insert operation
298: --
299: per_ose_ins.pre_insert(p_rec);
300: --
301: -- Insert the row
302: --
303: per_ose_ins.insert_dml(p_rec);

Line 303: per_ose_ins.insert_dml(p_rec);

299: per_ose_ins.pre_insert(p_rec);
300: --
301: -- Insert the row
302: --
303: per_ose_ins.insert_dml(p_rec);
304: --
305: -- Call the supporting post-insert operation
306: --
307: per_ose_ins.post_insert

Line 307: per_ose_ins.post_insert

303: per_ose_ins.insert_dml(p_rec);
304: --
305: -- Call the supporting post-insert operation
306: --
307: per_ose_ins.post_insert
308: (p_rec
309: );
310: --
311: hr_utility.set_location('Leaving:'||l_proc, 20);

Line 359: per_ose_ins.ins

355: --
356: -- Having converted the arguments into the per_ose_rec
357: -- plsql record structure we call the corresponding record business process.
358: --
359: per_ose_ins.ins
360: (l_rec
361: ,p_effective_date
362: );
363: --

Line 373: end per_ose_ins;

369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 10);
371: End ins;
372: --
373: end per_ose_ins;