DBA Data[Home] [Help]

APPS.BEN_ENP_DEL dependencies on BEN_ENP_SHD

Line 49: p_rec in ben_enp_shd.g_rec_type

45: -- ----------------------------------------------------------------------------
46: Procedure del
47: (
48: p_effective_date in date,
49: p_rec in ben_enp_shd.g_rec_type
50: );
51: --
52: -- ----------------------------------------------------------------------------
53: -- |---------------------------------< del >----------------------------------|