DBA Data[Home] [Help]

APPS.JTF_DBSTREAM_UTILS dependencies on JTF_DBSTRING_UTILS

Line 7: type streamType is table of jtf_dbstring_utils.maxString%TYPE

3:
4: --
5: -- THIS PACKAGE MUST BE KEPT IN SYNCH WITH ITS CLIENT EQUIVALENT
6:
7: type streamType is table of jtf_dbstring_utils.maxString%TYPE
8: index by binary_integer;
9:
10: type int_table is table of number index by binary_integer;
11: