DBA Data[Home] [Help]

APPS.AME_ATTRIBUTE_PKG dependencies on AME_CALLING_APPS

Line 1623: transactionType ame_calling_apps.application_name%type;

1619: loweredQueryString varchar2(4000);
1620: queryString ame_attribute_usages.query_string%type;
1621: queryStringColumnException exception;
1622: tempCount integer;
1623: transactionType ame_calling_apps.application_name%type;
1624: begin
1625: attributeType := ame_attribute_pkg.getType(attributeIdIn => attributeIdIn);
1626: if(staticUsageIn = ame_util.booleanTrue) then
1627: queryString := ame_util.removeReturns(stringIn => queryStringIn,

Line 3168: transactionType ame_calling_apps.application_name%type;

3164: substitutionString ame_util.stringType;
3165: tempCount integer;
3166: tempCount2 integer;
3167: tempInt integer;
3168: transactionType ame_calling_apps.application_name%type;
3169: transIdPlaceholderPosition integer;
3170: transIdPlaceholderPosition2 integer;
3171: upperLineItemIdPlaceholder varchar2(100);
3172: upperQueryString ame_attribute_usages.query_string%type;