DBA Data[Home] [Help]

APPS.AME_MULTI_TENANCY_PKG dependencies on AME_ITEM_CLASSES

Line 175: from ame_item_classes

171: ,last_updated_by = getSeedUser
172: where application_id = g_ent_appl_id
173: and item_class_id =
174: (select item_class_id
175: from ame_item_classes
176: where name = ame_util.headerItemClassName
177: and sysdate between start_date and nvl(end_date,sysdate))
178: and sysdate between start_date and nvl(end_Date,sysdate);
179: --