DBA Data[Home] [Help]

APPS.AME_RULES_API2 dependencies on FND_PROFILE

Line 234: X_AME_INSTALLATION_LEVEL:= fnd_profile.value('AME_INSTALLATION_LEVEL');

230: invalidRuleTypeException exception;
231: errorCode integer;
232: errorMessage ame_util.longestStringType;
233: begin
234: X_AME_INSTALLATION_LEVEL:= fnd_profile.value('AME_INSTALLATION_LEVEL');
235: if X_AME_INSTALLATION_LEVEL is null then
236: if (X_RULE_TYPE not in (ame_util.authorityRuleType
237: ,ame_util.exceptionRuleType
238: ,ame_util.preListGroupRuleType

Line 498: X_AME_INSTALLATION_LEVEL:= fnd_profile.value('AME_INSTALLATION_LEVEL');

494: X_RULE_ID_LOAD NUMBER;
495: X_RULE_COUNT NUMBER:=0;
496: X_RULE_KEY2 VARCHAR2(100);
497: begin
498: X_AME_INSTALLATION_LEVEL:= fnd_profile.value('AME_INSTALLATION_LEVEL');
499: --for pre-AME 11510 do not upload rules if item class does not belong
500: --to header or lineitem item class
501: if X_AME_INSTALLATION_LEVEL is null then
502: if X_ITEM_CLASS_NAME is not null