DBA Data[Home] [Help]

APPS.BEN_PDP_INS dependencies on BEN_PDP_BUS

Line 415: ben_pdp_bus.crt_ordr_warning

411: );
412:
413: --
414: -- Bug : 3756863 : Moved here from INSERT_VALIDATE
415: ben_pdp_bus.crt_ordr_warning
416: (p_prtt_enrt_rslt_id => p_rec.prtt_enrt_rslt_id,
417: p_effective_date => p_effective_date,
418: p_business_group_id => p_rec.business_group_id);
419: --

Line 597: ben_pdp_bus.insert_validate

593: p_validation_end_date => l_validation_end_date);
594: --
595: -- Call the supporting insert validate operations
596: --
597: ben_pdp_bus.insert_validate
598: (p_rec => p_rec,
599: p_effective_date => p_effective_date,
600: p_datetrack_mode => l_datetrack_mode,
601: p_validation_start_date => l_validation_start_date,