DBA Data[Home] [Help]

APPS.BEN_EPE_UPD dependencies on BEN_EPE_SHD

Line 7: Procedure convert_defs(p_rec in out nocopy ben_epe_shd.g_rec_type);

3: --
4: -- ----------------------------------------------------------------------------
5: -- |-----------------------------< convert_defs >-----------------------------|
6: -- ----------------------------------------------------------------------------
7: Procedure convert_defs(p_rec in out nocopy ben_epe_shd.g_rec_type);
8: --
9: -- ----------------------------------------------------------------------------
10: -- |---------------------------------< upd >----------------------------------|
11: -- ----------------------------------------------------------------------------

Line 63: p_rec in out nocopy ben_epe_shd.g_rec_type

59: -- ----------------------------------------------------------------------------
60: Procedure upd
61: (
62: p_effective_date in date,
63: p_rec in out nocopy ben_epe_shd.g_rec_type
64: );
65: --
66: -- ----------------------------------------------------------------------------
67: -- |---------------------------------< upd >----------------------------------|