[Home] [Help]
72: -- {End Of Comments}
73: -- ----------------------------------------------------------------------------
74: Procedure ins
75: (p_effective_date in date
76: ,p_rec in out nocopy per_psv_shd.g_rec_type
77: ,p_gap_warning out nocopy boolean);
78: --
79: -- ----------------------------------------------------------------------------
80: -- |---------------------------------< ins >----------------------------------|