DBA Data[Home] [Help]

APPS.HR_ELC_CONSTITUENCYS_API dependencies on HR_ELC_CONSTITUENCYS_API_BK3

Line 610: hr_elc_constituencys_api_bk3.delete_election_constituency_b

606: begin
607: --
608: -- Start of API User Hook for the before hook of delete_election_constituency
609: --
610: hr_elc_constituencys_api_bk3.delete_election_constituency_b
611: (
612: p_election_constituency_id => p_election_constituency_id
613: ,p_object_version_number => l_object_version_number
614: );

Line 638: hr_elc_constituencys_api_bk3.delete_election_constituency_a

634: begin
635: --
636: -- Start of API User Hook for the after hook of delete_election_constituency
637: --
638: hr_elc_constituencys_api_bk3.delete_election_constituency_a
639: (p_election_constituency_id => p_election_constituency_id
640: ,p_object_version_number => l_object_version_number
641: );
642: exception