Application Utilities Lookups

Submitted by code_admin on Tue, 07/17/2018 - 14:05
  1. select flv.security_group_id, flv.lookup_code, flv.meaning, flv.description
  2. from fnd_lookup_types flt
  3. inner join (
  4.     select *
  5.     from fnd_lookup_values
  6. ) flv on flt.lookup_type=flv.lookup_type
  7.      and flv.security_group_id=flt.security_group_id
  8. where flt.lookup_type='XXGC_LOCKED_PAYROLLS'

R12 Navigation

Application Developer -> Application -> Lookups
Payables Manager -> Setup -> Lookups -> Payables

See also

Valueset

Search Terms

Lookup

RJM Article Type
Work Notes