DBA Data[Home] [Help]

APPS.PER_CHK_INS dependencies on PER_CHK_SHD

Line 52: ,p_rec in out nocopy per_chk_shd.g_rec_type

48: -- ----------------------------------------------------------------------------
49: Procedure ins
50: (
51: p_effective_date in date
52: ,p_rec in out nocopy per_chk_shd.g_rec_type
53: );
54: --
55: -- ----------------------------------------------------------------------------
56: -- |---------------------------------< ins >----------------------------------|