Oracle Transactional Business Intelligence

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Adding Event Triggers on RA_INTERFACE_LINES_ALL data creation

Received Response
21
Views
3
Comments
Eros Mario Nicotra
Eros Mario Nicotra Rank 2 - Community Beginner

Hi,

I'm looking to intercept the creation of a record from the supply chain to account receivables (DOO source). Specifically, I need to trigger an action when the record has been created in the RA_INTERFACE_LINES_ALL table, which is a standard table in Oracle Fusion.

Thank you
Eros

Answers

  • Sumanth V -Oracle
    Sumanth V -Oracle Rank 8 - Analytics Strategist

    @John Hung-Oracle - This thread should be moved to the OTBI community. Please consider and assist with this, ensuring the user receives the appropriate assistance.

  • J Reinhart
    J Reinhart Rank 1 - Community Starter

    Hi Eros,

    Try creating an event based Alert. You would specify that the Alert fires on insertion of data into ra_interface_lines_all and then the action(s) would be whatever you need to do. As always, test in a test instance first.

    Technically, you could create a database event directly on the table also, but the alert approach keeps it visible and allows you to easily turn it off from the front end if the need should arise.

    Regards,

    J

  • Eros Mario Nicotra
    Eros Mario Nicotra Rank 2 - Community Beginner

    Hi J Reinhart,

    could you provide us an userguide to create the alert on insertion of a standard table?

    Thanks

    Eros