DBA Data[Home] [Help]

APPS.PON_AUCTION_PKG dependencies on FND_LOOKUPS

Line 816: technical_meaning fnd_lookups.meaning%TYPE,

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;
820: g_two_part_cache g_tp_cache_type;

Line 817: commercial_meaning fnd_lookups.meaning%TYPE

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;
820: g_two_part_cache g_tp_cache_type;
821: