Various special variables in the EBS system, summary of special parameter reference formats

Source: Internet
Author: User

1. When establishing a reference column for a descriptive elastic field, if you do not want to refer to the field in this table, but want to refer to a variable in the system, you can write

$PROFILES $. user_id

2. In a multi-layered elastic domain, if the next layer of elastic domain wants to reference the value of the previous elastic field, it can be written in the where statement setting of the set of values referenced by the next layer of elastic fields:

$FLEX $. Province, where province is the column name of the reference field for the previous layer of the elastic field.

Get report request ID in 3.report Builder

RETURN:P _conc_request_id;

FND_GLOBAL.CONC_REQUEST_ID and Fnd_profile. VALUE (' concurrent_request_id ') seems to be useless in the report.

4. Subordinate Value set

Set up two set of values for the book name (cux_sob_id), the vendor name (cux_vendor_id), respectively

Where statements in cux_vendor_id can be written like this:

SET_OF_BOOKS_ID=NVL (: $FLEX $.cux_sob_id,set_of_books_id) or

SET_OF_BOOKS_ID=NVL (: $FLEX $.cux_sob_id:null,set_of_books_id)

This makes the two set of values associated.

We look closely at the 2 statements above, the difference is that the second statement is more than one (: NULL), his role is that when the user does not select his parent parameter, you can first select himself, conversely, if not: NULL the user must select their parent parameter (this example is the name of the book) to select themselves (this example is the vendor name)

Various special variables in the EBS system, summary of special parameter reference formats

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.