DBA Data[Home] [Help]

APPS.AME_APPROVER_TYPE_API dependencies on AME_ATTRIBUTES

Line 154: from ame_attributes

150: --
151: cursor attribute_cur(p_approver_type_id in number,
152: p_effective_date in date) is
153: select attribute_id, object_version_number
154: from ame_attributes
155: where
156: approver_type_id = p_approver_type_id
157: and p_effective_date
158: between start_date and nvl(end_date - ame_util.oneSecond, p_effective_date);