Tuesday, February 6, 2018

Query to Find credit card type in Oracle Apps R12

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