DBA Data[Home] [Help]

APPS.FFDICT dependencies on FF_DBI_UTILS_PKG

Line 1652: ff_dbi_utils_pkg.str2dbiname(p_str => p_tl_user_name);

1648: -- Validate (and possibly reformat) the name so that it is a valid
1649: -- database item name.
1650: --
1651: l_tl_user_name :=
1652: ff_dbi_utils_pkg.str2dbiname(p_str => p_tl_user_name);
1653: p_tl_user_name := l_tl_user_name;
1654:
1655: if g_debug then
1656: hr_utility.set_location('ffdict.core_validate_tl_dbi',2);

Line 2088: l_dbi := ff_dbi_utils_pkg.str2dbiname(p_str => l_glob_name);

2084:
2085: --
2086: -- Now look at the generated database item name.
2087: --
2088: l_dbi := ff_dbi_utils_pkg.str2dbiname(p_str => l_glob_name);
2089:
2090: if (will_clash_with_dbitem(l_dbi, tmp_bg_id, tmp_leg_code)) then
2091: hr_utility.set_message (802,'FF52_NAME_ALREADY_USED');
2092: hr_utility.set_message_token('1',l_dbi);