DBA Data[Home] [Help]

APPS.PER_BBT_INS dependencies on PER_BBT_SHD

Line 50: ,p_rec in out nocopy per_bbt_shd.g_rec_type

46: -- {End Of Comments}
47: -- ----------------------------------------------------------------------------
48: Procedure ins
49: (p_effective_date in date
50: ,p_rec in out nocopy per_bbt_shd.g_rec_type
51: );
52: --
53: -- ----------------------------------------------------------------------------
54: -- |---------------------------------< ins >----------------------------------|