DBA Data[Home] [Help]

APPS.PQH_TCA_INS dependencies on PQH_TCA_SHD

Line 52: p_rec in out nocopy pqh_tca_shd.g_rec_type

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