Oracle EBS controls the change of Master block data following block data

Source: Internet
Author: User

Problem: a project is being developed today. It requires that when the slave block is saved, the field data of the master block changes and is saved to the database. Originally, it was assigned a value from the pre-insert trigger of the block. The interface data has changed but is not saved to the data table. However, the data remains unchanged during the re-query!

Analysis: when the form data changes and is saved in Oracle EBS, the entire form is executed, and the execution sequence of the block is executed sequentially according to the order in the form. If the main block is placed on the slave block, as a result, the main block is executed before it is executed. When it is executed to the slave block, the main block will not be executed!

Solution:

1. Write the insert, update, delete, and other triggers of the Master/Slave block.ProgramUnit

2. Use Oracle EBs to perform block operations directly, but make some settings for it.

2.1 set the console window of the entire form

2.2 adjust the position of the Master/Slave Block

Related Article

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.