DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on FND_LOOKUP_VALUES

Line 815: language fnd_lookup_values.language%TYPE,

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