Latest Posts »
Latest Comments »
Popular Posts »
If you are new here, you may want to subscribe to the following feeds Business Intelligence ,InfoCaptor

Create a Simple Flex Field Report

Written by kamlesh8888

STEPS REQUIRED TO CREATE A SIMPLE FLEX FIELD REPORT (continued to FLEX Field Reports )
1. Open the Report in Report Builder.
2. Create User defined parameters as per our requirement.

3. Call FND SRWINIT User Exit in Before Report Trigger.
BEGIN
SRW.USER_EXIT (’FND SRWINIT’);
RETURN (TRUE);
END;
4. Call FND SRWEXIT User Exit in After Report trigger.
BEGIN
SRW.USER_EXIT (’FND SRWEXIT’);
RETURN (TRUE);
END;
5. Call FND […]

create-flex-field-report


Tags: ,
Posted in ERP |

Leave a Comment

Other Articles of interest
Free Dashboards and KPI examples
  • Discoverer Business Views Overview
  • Convert DFF (Descriptive Flex field) to Number
  • What are the attribute details on mtl_system_items table
  • OBIEE Installation steps
  • Testimonials
  • Dashboard from SQL database
  • How to : Install InfoCaptor Dashboard Designer?
  • Recent Jobs

    View All Jobs
    Post a Job