DBA Data[Home] [Help]

APPS.FF_DBI_UTILS_PKG dependencies on STANDARD

Line 73: -- Not in the standard name format so convert to quoted format.

69: );
70: exception
71: when others then
72: --
73: -- Not in the standard name format so convert to quoted format.
74: --
75: l_dbi_name :=
76: '"' || rtrim(ltrim(substr(l_dbi_name, 1, C_DBI_NAME_LEN - 2))) || '"';
77: