DBA Data[Home] [Help]

APPS.PQH_RTM_DEL dependencies on PQH_RTM_SHD

Line 49: p_rec in pqh_rtm_shd.g_rec_type

45: -- ----------------------------------------------------------------------------
46: Procedure del
47: (
48: p_effective_date in date,
49: p_rec in pqh_rtm_shd.g_rec_type
50: );
51: --
52: -- ----------------------------------------------------------------------------
53: -- |---------------------------------< del >----------------------------------|