DBA Data[Home] [Help]

APPS.AME_ATTRIBUTE_PKG dependencies on DUAL

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

734: errorMessage ame_util.longestStringType;
735: begin
736: /*
737: The ame_util.parseStaticCurAttValue procedure parses the usage, if it is parse-able;
738: but it doesn't validate the individual values, or convert the amount to canonical format.
739: */
740: ame_util.parseStaticCurAttValue(applicationIdIn => applicationIdIn,
741: attributeIdIn => attributeIdIn,
742: attributeValueIn => queryStringIn,

Line 1195: select ame_attributes_s.nextval into attributeId from dual;

1191: createdBy := currentUserId;
1192: else
1193: createdBy := createdByIn;
1194: end if;
1195: select ame_attributes_s.nextval into attributeId from dual;
1196: else
1197: attributeId := attributeIdIn;
1198: select count(*)
1199: into tempCount