DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on FF_DBI_UTILS_PKG

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

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

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

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

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

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

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

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

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

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

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

8300:
8301: --
8302: -- Convert to a valid database item name.
8303: --
8304: p_base_name := ff_dbi_utils_pkg.str2dbiname(substr(l_base_name, 1, 80));
8305: end gen_db_base_dbi_name;
8306:
8307: --
8308: -- gen_et_base_dbi_name

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

8360: --
8361: -- Convert to a valid database item name.
8362: --
8363: p_base_name :=
8364: ff_dbi_utils_pkg.str2dbiname(substr(p_prefix || '_' || p_suffix || p_date_p, 1, 80));
8365: end gen_et_base_dbi_name;
8366:
8367: --
8368: -- gen_eiv_base_dbi_name

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

8423: --
8424: -- Convert to a valid database item name.
8425: --
8426: p_base_name :=
8427: ff_dbi_utils_pkg.str2dbiname(substr(p_prefix || '_' || p_suffix || p_date_p, 1, 80));
8428: end gen_eiv_base_dbi_name;
8429:
8430: -- ========================================= --
8431: -- DBI translated name generation procedures --

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

8981: --
8982: -- Format the translated name.
8983: --
8984: l_tl_user_name :=
8985: ff_dbi_utils_pkg.str2dbiname(p_str => p_tl_user_name);
8986:
8987: check_for_tl_dbi_clash
8988: (p_user_name => p_user_name
8989: ,p_user_entity_id => p_user_entity_id