Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.oaext.model
Interface EFFCategoryEntityInterface


public interface EFFCategoryEntityInterface


Method Summary
 boolean checkCreateEFFContextDataPrivilege(java.lang.String contextCode, java.lang.String usageCode)
          Checks if the current user has privilege to create a row for the passed in context code and usage.
 

Method Detail

checkCreateEFFContextDataPrivilege

boolean checkCreateEFFContextDataPrivilege(java.lang.String contextCode,
                                           java.lang.String usageCode)
Checks if the current user has privilege to create a row for the passed in context code and usage.

Parameters:
contextCode - : Context for which the privilege check needs to be performed.
usageCode - : Usage for which the privilege needs to be performed
Returns:
boolean : Returns true if the user has create privilege, false otherwise.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.