DBA Data[Home] [Help]

APPS.BEN_BATCH_COMMU_INFO_API dependencies on BEN_BATCH_COMMU_INFO_BK3

Line 330: ben_batch_commu_info_bk3.delete_batch_commu_info_b

326: begin
327: --
328: -- Start of API User Hook for the before hook of delete_batch_commu_info
329: --
330: ben_batch_commu_info_bk3.delete_batch_commu_info_b
331: (
332: p_batch_commu_id => p_batch_commu_id
333: ,p_object_version_number => p_object_version_number
334: );

Line 356: ben_batch_commu_info_bk3.delete_batch_commu_info_a

352: begin
353: --
354: -- Start of API User Hook for the after hook of delete_batch_commu_info
355: --
356: ben_batch_commu_info_bk3.delete_batch_commu_info_a
357: (
358: p_batch_commu_id => p_batch_commu_id
359: ,p_object_version_number => l_object_version_number
360: );