Tuesday 16 June 2015

Query to find the cridit card in oracle apps

SELECT lookup_code,
      meaning,
      enabled_flag,
      start_date_active,
      end_date_active
FROM oe_lookups
WHERE lookup_type = 'CREDIT_CARD';

No comments:

Post a Comment