DBA Data[Home] [Help]

APPS.PER_BPA_INS dependencies on PER_BPA_SHD

Line 50: ,p_rec in out nocopy per_bpa_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_bpa_shd.g_rec_type
51: );
52: --
53: -- ----------------------------------------------------------------------------
54: -- |---------------------------------< ins >----------------------------------|