DBA Data[Home] [Help]

APPS.AME_ACTION_API dependencies on AME_MANDATORY_ATTRIBUTES

Line 1690: from ame_mandatory_attributes

1686: --
1687: cursor req_attribute_cur(p_action_type_id in number,
1688: p_effective_date in date) is
1689: select attribute_id, object_version_number
1690: from ame_mandatory_attributes
1691: where
1692: action_type_id = p_action_type_id
1693: and p_effective_date
1694: between start_date and nvl(end_date - ame_util.oneSecond, p_effective_date);