DBA Data[Home] [Help]

APPS.AME_UTIL dependencies on AME_EXCEPTIONS_LOG

Line 162: type exceptionLogTable is table of ame_exceptions_log%rowtype index by binary_integer;

158: type approversTable is table of approverRecord index by binary_integer;
159: type approversTable2 is table of approverRecord2 index by binary_integer;
160: type sVAttributeValuesTable is table of attributeValueType index by binary_integer;
161: type attributeValuesTable is table of attributeValueRecord index by binary_integer;
162: type exceptionLogTable is table of ame_exceptions_log%rowtype index by binary_integer;
163: type handlerTransStateTable is table of handlerTransStateRecord index by binary_integer;
164: type insertionsTable is table of insertionRecord index by binary_integer;
165: type insertionsTable2 is table of insertionRecord2 index by binary_integer;
166: