DBA Data[Home] [Help]

APPS.AME_TRANS_TYPE_API dependencies on AME_ITEM_CLASSES

Line 39: from ame_item_classes

35: and sysdate between ame_mandatory_attributes.start_date and
36: nvl(ame_mandatory_attributes.end_date - (1/86400), sysdate);
37: cursor getHeaderItemId is
38: select item_class_id
39: from ame_item_classes
40: where name = ame_util.headerItemClassName
41: and sysdate between start_date and
42: nvl(end_date - (1/86400), sysdate);
43: type attribTypeList is table of ame_attributes.attribute_type%type