DBA Data[Home] [Help]

APPS.BEN_XEL_UPD dependencies on BEN_XEL_BUS

Line 650: ben_xel_bus.update_validate(p_rec

646: --
647: -- 2. Call the supporting update validate operations.
648: --
649: convert_defs(p_rec);
650: ben_xel_bus.update_validate(p_rec
651: ,p_effective_date);
652: --
653: ben_xel_bus.chk_xml_name_format
654: ( p_xml_tag_name => p_rec.xml_tag_name

Line 653: ben_xel_bus.chk_xml_name_format

649: convert_defs(p_rec);
650: ben_xel_bus.update_validate(p_rec
651: ,p_effective_date);
652: --
653: ben_xel_bus.chk_xml_name_format
654: ( p_xml_tag_name => p_rec.xml_tag_name
655: ) ;
656:
657: -- Call the supporting pre-update operation