DBA Data[Home] [Help]

APPS.AME_ATTRIBUTE_USAGES_API dependencies on FND_PROFILE

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

725: -- and USE_RESTRICTIVE_LINE_ITEM_EVALUATION attributes
726: -- being uploaded
727: --
728: --check if ame full patch for 11510 is applied
729: X_AME_INSTALLATION_LEVEL:= fnd_profile.value('AME_INSTALLATION_LEVEL');
730: --if full patch is not applied, and 11510 ldt is uploaded, do not upload use_workflow and rejection_response usages
731: if (X_AME_INSTALLATION_LEVEL is null) and
732: (X_ATTRIBUTE_NAME in (ame_util.useWorkflowAttribute
733: ,ame_util.rejectionResponseAttribute