DBA Data[Home] [Help]

APPS.AME_ITU_SHD dependencies on AME_ATTRIBUTES

Line 376: ame_attributes attr

372: cursor csr_in_use_by_attribute_usages is
373: select count(*)
374: from
375: ame_attribute_usages attru,
376: ame_attributes attr
377: where attru.attribute_id = attr.attribute_id
378: and attru.application_id = p_application_id
379: and attr.item_class_id = p_item_class_id
380: and p_start_date BETWEEN attru.start_date