DBA Data[Home] [Help]

APPS.PQP_AAT_INS dependencies on PQP_AAT_SHD

Line 37: (p_rec in out nocopy pqp_aat_shd.g_rec_type

33: --
34: -- {End Of Comments}
35: -- ---------------------------------------------------------------------------+
36: Procedure insert_dml
37: (p_rec in out nocopy pqp_aat_shd.g_rec_type
38: ,p_effective_date in date
39: ,p_datetrack_mode in varchar2
40: ,p_validation_start_date in date
41: ,p_validation_end_date in date

Line 92: ,p_rec in out nocopy pqp_aat_shd.g_rec_type

88: -- {End Of Comments}
89: -- ---------------------------------------------------------------------------+
90: Procedure ins
91: (p_effective_date in date
92: ,p_rec in out nocopy pqp_aat_shd.g_rec_type
93: );
94: --
95: -- ---------------------------------------------------------------------------+
96: -- |---------------------------------< ins >----------------------------------|