DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on FF_DBI_UTILS_PKG

Line 1307: l_full_mls := ff_dbi_utils_pkg.translations_supported(l_legislation_code);

1303: from per_business_groups_perf bg
1304: where bg.business_group_id = p_business_group_id
1305: ;
1306: end if;
1307: l_full_mls := ff_dbi_utils_pkg.translations_supported(l_legislation_code);
1308:
1309: --
1310: -- First check if the save_run_balance flag has been set on the defined
1311: -- balance. If not update the column if required.

Line 2155: l_user_name := ff_dbi_utils_pkg.str2dbiname(p_str => l_user_name);

2151: --
2152: -- str2dbiname does all the checks performed here before including
2153: -- checkformat and, if necessary, quoting (see bug 3723715).
2154: --
2155: l_user_name := ff_dbi_utils_pkg.str2dbiname(p_str => l_user_name);
2156:
2157: --
2158: -- load the database name into the database item table
2159: -- As this is now done for each installed language, we should

Line 2254: l_user_name := ff_dbi_utils_pkg.str2dbiname(p_str => l_user_name);

2250: --
2251: -- str2dbiname does all the checks performed here before including
2252: -- checkformat and, if necessary, quoting (see bug 3723715).
2253: --
2254: l_user_name := ff_dbi_utils_pkg.str2dbiname(p_str => l_user_name);
2255:
2256: OPEN c_dbi_exists(l_user_name, l_user_entity_id);
2257: FETCH c_dbi_exists INTO l_exists;
2258: IF c_dbi_exists%NOTFOUND then

Line 3090: l_full_mls := ff_dbi_utils_pkg.translations_supported(l_legislation_code1);

3086: from per_business_groups_perf bg
3087: where bg.business_group_id = l_business_group_id
3088: ;
3089: end if;
3090: l_full_mls := ff_dbi_utils_pkg.translations_supported(l_legislation_code1);
3091:
3092: --
3093: -- Set up the data for the full MLS case.
3094: --

Line 4061: l_full_mls := ff_dbi_utils_pkg.translations_supported(l_legislation_code1);

4057: from per_business_groups_perf bg
4058: where bg.business_group_id = l_business_group_id
4059: ;
4060: end if;
4061: l_full_mls := ff_dbi_utils_pkg.translations_supported(l_legislation_code1);
4062:
4063: --
4064: -- Set up the data for the full MLS case.
4065: --

Line 8227: p_base_name := ff_dbi_utils_pkg.str2dbiname(substr(l_base_name, 1, 80));

8223:
8224: --
8225: -- Convert to a valid database item name.
8226: --
8227: p_base_name := ff_dbi_utils_pkg.str2dbiname(substr(l_base_name, 1, 80));
8228: end gen_db_base_dbi_name;
8229:
8230: --
8231: -- gen_et_base_dbi_name

Line 8287: ff_dbi_utils_pkg.str2dbiname(substr(p_prefix || '_' || p_suffix || p_date_p, 1, 80));

8283: --
8284: -- Convert to a valid database item name.
8285: --
8286: p_base_name :=
8287: ff_dbi_utils_pkg.str2dbiname(substr(p_prefix || '_' || p_suffix || p_date_p, 1, 80));
8288: end gen_et_base_dbi_name;
8289:
8290: --
8291: -- gen_eiv_base_dbi_name

Line 8350: ff_dbi_utils_pkg.str2dbiname(substr(p_prefix || '_' || p_suffix || p_date_p, 1, 80));

8346: --
8347: -- Convert to a valid database item name.
8348: --
8349: p_base_name :=
8350: ff_dbi_utils_pkg.str2dbiname(substr(p_prefix || '_' || p_suffix || p_date_p, 1, 80));
8351: end gen_eiv_base_dbi_name;
8352:
8353: -- ========================================= --
8354: -- DBI translated name generation procedures --

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

8904: --
8905: -- Format the translated name.
8906: --
8907: l_tl_user_name :=
8908: ff_dbi_utils_pkg.str2dbiname(p_str => p_tl_user_name);
8909:
8910: check_for_tl_dbi_clash
8911: (p_user_name => p_user_name
8912: ,p_user_entity_id => p_user_entity_id