DBA Data[Home] [Help]

APPS.AME_ADMIN_PKG dependencies on DUAL

Line 813: but it doesn't validate the individual values, or convert the amount to canonical format.

809: errorMessage ame_util.longestStringType;
810: begin
811: /*
812: The ame_engine.parseStaticCurAttValue procedure parses the usage, if it is parse-able;
813: but it doesn't validate the individual values, or convert the amount to canonical format.
814: */
815: ame_util.parseStaticCurAttValue(applicationIdIn => applicationIdIn,
816: attributeIdIn => attributeIdIn,
817: attributeValueIn => queryStringIn,

Line 4553: from dual;

4549: processingDate := sysdate;
4550: currentUserId := ame_util.getCurrentUserId;
4551: select ame_applications_s.nextval
4552: into applicationId
4553: from dual;
4554: insert into ame_calling_apps(fnd_application_id,
4555: application_name,
4556: application_id,
4557: transaction_type_id,