DBA Data[Home] [Help]

APPS.FFDICT dependencies on FF_DBI_UTILS_PKG

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

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

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

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