DBA Data[Home] [Help]

APPS.PAY_US_ARCHIVE dependencies on FND_LOOKUP_VALUES

Line 980: from fnd_lookup_values flv,

976: and lookup_type = 'W2 BOX 12'
977: and enabled_flag = 'Y'
978: */
979: select meaning
980: from fnd_lookup_values flv,
981: fnd_lookup_types flt
982: where flv.lookup_type = flt.lookup_type
983: and application_id = 801
984: and flt.lookup_type = 'W2 BOX 12'