DBA Data[Home] [Help]

APPS.HR_ELECTIONS_API dependencies on HR_ELECTIONS_API

Line 1: Package Body hr_elections_api as

1: Package Body hr_elections_api as
2: /* $Header: peelcapi.pkb 115.8 2002/12/10 16:56:37 pkakar noship $ */
3: --
4: -- Package Variables
5: --

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

2: /* $Header: peelcapi.pkb 115.8 2002/12/10 16:56:37 pkakar noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := ' HR_ELECTIONS_API .';
7: --
8: -- ----------------------------------------------------------------------------
9: -- |---------------------< create_election_information >----------------------|
10: -- ----------------------------------------------------------------------------

Line 136: hr_elections_api_bk1.create_election_information_b

132: --
133: begin
134:
135:
136: hr_elections_api_bk1.create_election_information_b
137: (p_effective_date => l_effective_date
138: ,p_business_group_id => p_business_group_id
139: ,p_election_date => p_election_date
140: ,p_description => p_description

Line 298: hr_elections_api_bk1.create_election_information_a

294: --
295: hr_utility.set_location('Entering: call - create_election_information_a', 50);
296: --
297: begin
298: hr_elections_api_bk1.create_election_information_a
299: (p_effective_date => l_effective_date
300: ,p_business_group_id => p_business_group_id
301: ,p_election_date => p_election_date
302: ,p_description => p_description

Line 554: hr_elections_api_bk2.update_election_information_b

550: hr_utility.set_location('Entering: call - update_election_information_b ', 30);
551: --
552: begin
553:
554: hr_elections_api_bk2.update_election_information_b
555: (p_effective_date => l_effective_date
556: ,p_business_group_id => p_business_group_id
557: ,p_election_id => p_election_id
558: ,p_election_date => p_election_date

Line 722: hr_elections_api_bk2.update_election_information_a

718: hr_utility.set_location('Entering: call - update_election_information_a', 50);
719: --
720: begin
721: --
722: hr_elections_api_bk2.update_election_information_a
723: (p_effective_date => l_effective_date
724: ,p_election_id => p_election_id
725: ,p_object_version_number => p_object_version_number
726: ,p_business_group_id => p_business_group_id

Line 873: hr_elections_api_bk3.delete_election_information_b

869: begin
870: --
871: -- Start of API User Hook for the before hook of delete_election_information
872: --
873: hr_elections_api_bk3.delete_election_information_b
874: (
875: p_election_id => p_election_id
876: ,p_object_version_number => p_object_version_number
877: );

Line 900: hr_elections_api_bk3.delete_election_information_a

896: begin
897: --
898: -- Start of API User Hook for the after hook of delete_election_information
899: --
900: hr_elections_api_bk3.delete_election_information_a
901: (
902: p_election_id => p_election_id
903: ,p_object_version_number => p_object_version_number
904: );

Line 950: end hr_elections_api;

946: --
947: end delete_election_information;
948: --
949: --
950: end hr_elections_api;