DBA Data[Home] [Help]

APPS.BEN_BATCH_ELIG_INFO_API dependencies on BEN_BATCH_ELIG_INFO_BK3

Line 335: ben_batch_elig_info_bk3.delete_batch_elig_info_b

331: begin
332: --
333: -- Start of API User Hook for the before hook of delete_batch_elig_info
334: --
335: ben_batch_elig_info_bk3.delete_batch_elig_info_b
336: (p_batch_elig_id => p_batch_elig_id
337: ,p_object_version_number => p_object_version_number
338: ,p_effective_date => trunc(p_effective_date));
339: --

Line 361: ben_batch_elig_info_bk3.delete_batch_elig_info_a

357: begin
358: --
359: -- Start of API User Hook for the after hook of delete_batch_elig_info
360: --
361: ben_batch_elig_info_bk3.delete_batch_elig_info_a
362: (p_batch_elig_id => p_batch_elig_id
363: ,p_object_version_number => l_object_version_number
364: ,p_effective_date => trunc(p_effective_date));
365: --