DBA Data[Home] [Help]

APPS.AME_UTIL dependencies on AME_ATTRIBUTES

Line 1511: from ame_attributes

1507: tempLogId number;
1508: begin
1509: select attribute_id
1510: into tempAttributeId
1511: from ame_attributes
1512: where name = upper(attributeNameIn)
1513: and sysdate between start_date and
1514: nvl(end_date - ame_util.oneSecond, sysdate) ;
1515: attributeIdOut := tempAttributeId;

Line 3175: attributeName ame_attributes.name%type;

3171: procedure getWorkflowAttributeValues(applicationIdIn in integer,
3172: transactionIdIn in varchar2,
3173: workflowItemKeyOut out nocopy varchar2,
3174: workflowItemTypeOut out nocopy varchar2) as
3175: attributeName ame_attributes.name%type;
3176: dynamicQuery varchar2(4000);
3177: errorCode integer;
3178: errorMessage longestStringType;
3179: workflowItemKeyAttId integer;

Line 3907: attributeName ame_attributes.name%type;

3903: localErrorIn in boolean,
3904: amountOut out nocopy varchar2,
3905: currencyOut out nocopy varchar2,
3906: conversionTypeOut out nocopy varchar2) as
3907: attributeName ame_attributes.name%type;
3908: badStaticCurUsageException exception;
3909: comma1Location integer;
3910: comma2Location integer;
3911: errorCode integer;