DBA Data[Home] [Help]

APPS.BE_CALL_FF_PKG SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 24

      SELECT formula_id, effective_start_date
      FROM   ff_formulas_f
      WHERE  formula_name     = p_formula_name
        AND  legislation_code = 'BE'
        AND  p_session_date   BETWEEN effective_start_date
                                  AND effective_end_date;
Line: 76

      SELECT currency_code
      FROM   per_business_groups
      WHERE  business_group_id = p_business_group_id;