DBA Data[Home] [Help]

APPS.IBU_SR_UTIL dependencies on JTF_VARCHAR2_TABLE_2000

Line 26: ( p_string IN JTF_VARCHAR2_TABLE_2000 := NULL,

22: * is corresponding to the array of string. It checks the max byte with length().
23: *
24: */
25: PROCEDURE check_nlslength
26: ( p_string IN JTF_VARCHAR2_TABLE_2000 := NULL,
27: p_max_byte IN JTF_NUMBER_TABLE := NULL,
28: x_out_array OUT NOCOPY JTF_VARCHAR2_TABLE_100,
29: x_return_status OUT NOCOPY VARCHAR2
30: )