DBA Data[Home] [Help]

APPS.BEN_BENEFIT_PRVDD_LEDGER_API dependencies on BEN_BPL_UPD

Line 881: -- If the bnft_prvdd_ldgr row is updated, then avoid calling the ben_bpl_upd.upd.

877: --
878: -- Bug: 3611160/4169180:
879: -- If create_rollover_enrollment calls update_Benefit_Prvdd_Ledger internally,
880: -- then fetch the new object_version_number.
881: -- If the bnft_prvdd_ldgr row is updated, then avoid calling the ben_bpl_upd.upd.
882: --
883: hr_utility.set_location('p_bnft_prvdd_ldgr_id :'||p_bnft_prvdd_ldgr_id, 20);
884: open c1;
885: fetch c1 into l_dup_object_version_number;

Line 1028: ben_bpl_upd.upd

1024: -- End of API User Hook for the before hook of update_Benefit_Prvdd_Ledger
1025: --
1026: end;
1027: --
1028: ben_bpl_upd.upd
1029: (
1030: p_bnft_prvdd_ldgr_id => p_bnft_prvdd_ldgr_id
1031: ,p_effective_start_date => l_effective_start_date
1032: ,p_effective_end_date => l_effective_end_date