DBA Data[Home] [Help]

APPS.AME_MIGRATION_PKG dependencies on AME_ITEM_CLASSES

Line 375: from ame_item_classes itc

371: where itu.item_class_par_mode = 'P'
372: and sysdate between itu.start_date
373: and nvl(itu.end_date - (1/86400), sysdate)
374: and exists (select null
375: from ame_item_classes itc
376: where itc.name = 'header'
377: and itc.item_class_id = itu.item_class_id
378: and sysdate between itc.start_date
379: and nvl(itc.end_date - (1/86400), sysdate)

Line 390: from ame_item_classes itc

386: where itu.item_id_query = 'select :transaction_id from dual'
387: and sysdate between itu.start_date
388: and nvl(itu.end_date - (1/86400), sysdate)
389: and exists (select null
390: from ame_item_classes itc
391: where itc.name = 'header'
392: and itc.item_class_id = itu.item_class_id
393: and sysdate between itc.start_date
394: and nvl(itc.end_date - (1/86400), sysdate)