CHAPTER 4Conditions and Authorization Schemes

This chapter covers two APEX features: conditions and authorization schemes. These two features can often be used to achieve the same thing, namely to control the areas of your application that the user can access and use. The key difference between a condition and an authorization is that a condition is used to control the rendering and processing of a specific element of your application (a page, a region, an item, and so on), whereas an authorization scheme is used to control access to a specific element in your application. The difference can appear to be quite subtle, but as you'll learn in this chapter, it's also quite important.

Conditions

You can use conditions to control the rendering of ...

Get Pro Oracle Application Express now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.