Other types of settings
Application properties can be used to store any type of miscellaneous settings (such as segmentation control and order-line combine options). These might be used, for example, to establish settings for some types of custom pipeline stages that are programmed to check for them. The types of configuration that you can make and the syntax required will vary according to which e-Business Suite application you are developing. See the developer documentation for your e-Business Suite application for details about how to use the various application properties for your application.
During deployment, the application properties from the Property
Groups section are written into the "application.properties"
Java properties file, which can be loaded from the class path in
custom stages.