DBA Data[Home] [Help]

APPS.AME_ATTRIBUTE_USAGES_API dependencies on FND_PROFILE

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

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