You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Where can I find the list of all valid context for Header Attributes in Oracle Cloud Application?

I was examining a snippet of code within a Groovy Extension for Oracle Cloud Application: Order Management. In this code, I encountered this syntax:

def attributeValue = header.getAttribute("AttributeName")

While it seems straightforward for a beginner like me, I'm curious about where I can find a comprehensive list of valid Attribute names in Oracle Cloud Application. I suspect there might be a specific list or table containing these values.


Additionally, I attempted to understand the nature of the "header" object and discovered the following:

oracle.apps.scm.doo.common.extensions.Header

It would be beneficial to locate a resource or documentation within the Oracle Cloud Application that details the valid attribute names and sheds light on the purpose and structure of the "header" object.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!