DBA Data[Home] [Help]

APPS.AME_MAN_BUS dependencies on AME_MANDATORY_ATTRIBUTES

Line 205: from ame_mandatory_attributes

201: p_attribute_id in number ) is
202: l_proc varchar2(72) := g_package||'chk_man_attribute';
203: cursor c_sell is
204: select null
205: from ame_mandatory_attributes
206: where attribute_id = p_attribute_id and
207: action_type_id = -1 and
208: p_effective_date between start_date and
209: nvl(end_date - ame_util.oneSecond, p_effective_date) ;