Tuesday, 5 July 2022

How to delete FND MESSAGES from back end in Oracle Apps

    

FND_NEW_MESSAGES_PKG.DELETE_ROW (X_APPLICATION_ID   => 0,

                                    X_LANGUAGE_CODE    => 'US',

                                    X_MESSAGE_NAME     => 'XX_EAM_PRIORITY_TIP_MSG');

1 comment:

  1. I found this article both informative and engaging. The writing is simple enough to understand while still providing meaningful details about the subject. It is clear that effort went into organizing the information. Thanks for sharing, and I hope to see more. Time Bazar Chart
    Time Bazar Panel Chart

    ReplyDelete

How to schedule PO workflow schedule process

create or replace PACKAGE APPS.XXXX_PO_WF_SCHEDULING_PKG IS    --|==========================================================================...