DBA Data[Home] [Help]

APPS.FFDBITEM dependencies on FF_CONTEXTS

Line 27: type NAMES is table of ff_contexts.context_name%TYPE

23: -- release 11.
24: --
25: -- PUBLIC TYPES
26: --
27: type NAMES is table of ff_contexts.context_name%TYPE
28: index by binary_integer;
29: type TYPES is table of ff_contexts.data_type%TYPE
30: index by binary_integer;
31: type VALS is table of varchar2(255)

Line 29: type TYPES is table of ff_contexts.data_type%TYPE

25: -- PUBLIC TYPES
26: --
27: type NAMES is table of ff_contexts.context_name%TYPE
28: index by binary_integer;
29: type TYPES is table of ff_contexts.data_type%TYPE
30: index by binary_integer;
31: type VALS is table of varchar2(255)
32: index by binary_integer;
33: