DBA Data[Home] [Help]

APPS.PAY_PAYWSDAS_PKG dependencies on FF_DBI_UTILS_PKG

Line 67: if ff_dbi_utils_pkg.translations_supported(p_legislation_code) then

63: --
64: return;
65: exception
66: when no_data_found then
67: if ff_dbi_utils_pkg.translations_supported(p_legislation_code) then
68: --
69: -- For the translated database item case use a cursor FOR-loop to return
70: -- the tiny fraction of rows from ff_database_items_tl. The code can then
71: -- match against ff_database_items, ff_user_entities etc. more efficiently.