DBA Data[Home] [Help]

APPS.BEN_LRC_BUS dependencies on BEN_LPL_BUS

Line 525: ben_lpl_bus.chk_ler_id

521: --
522: --
523: -- Ensure that child records are not created for certain delivered ler types.
524: --
525: ben_lpl_bus.chk_ler_id
526: (p_ler_id => p_rec.ler_id,
527: p_validation_start_date => p_validation_start_date,
528: p_validation_end_date => p_validation_end_date,
529: p_effective_date => p_effective_date,

Line 533: ben_lpl_bus.chk_ler_typ_cd

529: p_effective_date => p_effective_date,
530: p_business_group_id => p_rec.business_group_id,
531: p_object_version_number => p_rec.object_version_number);
532: --
533: ben_lpl_bus.chk_ler_typ_cd
534: (p_ler_id => p_rec.ler_id,
535: p_validation_start_date => p_validation_start_date,
536: p_validation_end_date => p_validation_end_date,
537: p_effective_date => p_effective_date,

Line 589: ben_lpl_bus.chk_ler_id

585: --
586: --
587: -- Ensure that child records are not created for certain delivered ler types.
588: --
589: ben_lpl_bus.chk_ler_id
590: (p_ler_id => p_rec.ler_id,
591: p_validation_start_date => p_validation_start_date,
592: p_validation_end_date => p_validation_end_date,
593: p_effective_date => p_effective_date,