DBA Data[Home] [Help]

APPS.AME_ACU_INS dependencies on AME_ACU_SHD

Line 65: (p_rec in out nocopy ame_acu_shd.g_rec_type

61: --
62: -- {End Of Comments}
63: -- ----------------------------------------------------------------------------
64: Procedure insert_dml
65: (p_rec in out nocopy ame_acu_shd.g_rec_type
66: ,p_effective_date in date
67: ,p_datetrack_mode in varchar2
68: ,p_validation_start_date in date
69: ,p_validation_end_date in date

Line 120: ,p_rec in out nocopy ame_acu_shd.g_rec_type

116: -- {End Of Comments}
117: -- ----------------------------------------------------------------------------
118: Procedure ins
119: (p_effective_date in date
120: ,p_rec in out nocopy ame_acu_shd.g_rec_type
121: );
122: --
123: -- ----------------------------------------------------------------------------
124: -- |---------------------------------< ins >----------------------------------|