DBA Data[Home] [Help]

APPS.BEN_BDI_INS dependencies on BEN_BDI_SHD

Line 51: p_rec in out nocopy ben_bdi_shd.g_rec_type

47: -- ----------------------------------------------------------------------------
48: Procedure ins
49: (
50: p_effective_date in date,
51: p_rec in out nocopy ben_bdi_shd.g_rec_type
52: );
53: --
54: -- ----------------------------------------------------------------------------
55: -- |---------------------------------< ins >----------------------------------|