DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on FND_LOOKUP_VALUES

Line 817: language fnd_lookup_values.language%TYPE,

813:
814: -- bug 6374353
815: -- create temporary table to store language and meanings of TECHNICAL and COMMERCIAL.
816: type two_part_cache_rec is record(
817: language fnd_lookup_values.language%TYPE,
818: technical_meaning fnd_lookups.meaning%TYPE,
819: commercial_meaning fnd_lookups.meaning%TYPE
820: );
821: type g_tp_cache_type is table of two_part_cache_rec index by BINARY_INTEGER;