DBA Data[Home] [Help]

APPS.AME_ITU_SHD dependencies on AME_ATTRIBUTE_USAGES

Line 375: ame_attribute_usages attru,

371: --
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

Line 412: fnd_message.set_token('TABLE_NAME','ame_attribute_usages');

408: close csr_in_use_by_attribute_usages;
409: --
410: If l_attribute_count > 0 then
411: fnd_message.set_name('PAY','HR_7215_DT_CHILD_EXISTS');
412: fnd_message.set_token('TABLE_NAME','ame_attribute_usages');
413: hr_multi_message.add;
414: End If;
415:
416: open csr_in_use_by_rule_usages;