DBA Data[Home] [Help]

APPS.PER_CHECKLIST_ITEMS_API dependencies on PER_CHECKLIST_ITEMS_API

Line 1: Package Body per_checklist_items_api as

1: Package Body per_checklist_items_api as
2: /* $Header: pechkapi.pkb 115.12 2002/12/10 15:06:28 pkakar noship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := ' per_checklist_items_api.';

2: /* $Header: pechkapi.pkb 115.12 2002/12/10 15:06:28 pkakar noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' per_checklist_items_api.';
7: --
8: -- ----------------------------------------------------------------------------
9: -- |------------------------< create_checklist_items >----------------------|
10: -- ----------------------------------------------------------------------------

Line 816: per_checklist_items_api.create_checklist_items

812: -- insert the data
813: --
814: hr_utility.set_location(l_proc, 50);
815: --
816: per_checklist_items_api.create_checklist_items
817: (p_validate => FALSE
818: ,p_effective_date => TRUNC(p_effective_date)
819: ,p_person_id => l_chk_rec.person_id
820: ,p_item_code => l_chk_rec.item_code

Line 877: per_checklist_items_api.update_checklist_items

873: -- update the data
874: --
875: hr_utility.set_location(l_proc, 90);
876: --
877: per_checklist_items_api.update_checklist_items
878: (p_validate => FALSE
879: ,p_effective_date => TRUNC(p_effective_date)
880: ,p_checklist_item_id => l_chk_rec.checklist_item_id
881: ,p_person_id => l_chk_rec.person_id

Line 953: end per_checklist_items_api;

949: raise;
950: --
951: end cre_or_upd_checklist_items;
952: --
953: end per_checklist_items_api;