DBA Data[Home] [Help]

APPS.PER_ELC_INS dependencies on PER_ELC_SHD

Line 50: ,p_rec in out nocopy per_elc_shd.g_rec_type

46: -- ----------------------------------------------------------------------------
47: Procedure ins
48: (p_effective_date in date
49: ,p_validate in boolean default false
50: ,p_rec in out nocopy per_elc_shd.g_rec_type
51: );
52: --
53: -- ----------------------------------------------------------------------------
54: -- |---------------------------------< ins >----------------------------------|