Query to Fetch the User Function name based on Form name and Function Name

Query to Fetch the User Function name based on Form name and Function Name

SELECT   fl.FORM_NAME,
         fl.USER_FORM_NAME,
         fl.DESCRIPTION form_description,
         ffl.FUNCTION_NAME,
         ffl.USER_FUNCTION_NAME
  FROM   fnd_form_vl fl, FND_FORM_FUNCTIONS_VL ffl
 WHERE   fl.FORM_ID = ffl.FORM_ID AND fl.form_name like 'APXINWKB' and function_name like 'AP_APXINWKB'

Comments

Popular posts from this blog

Deleting the Sourcing Rule Assignments API

BarCode with XML Publisher