DBA Data[Home] [Help]

APPS.PAY_JP_DATA_MIGRATION_PKG dependencies on FF_DATABASE_ITEMS_PKG

Line 4870: ff_database_items_pkg.insert_tl_rows(

4866: fetch csr_corrupt_dbi into l_csr_corrupt_dbi;
4867: exit when csr_corrupt_dbi%notfound;
4868: --
4869: -- insert for multiple langs, updated translate row in subsequent procedure
4870: ff_database_items_pkg.insert_tl_rows(
4871: x_user_name => l_csr_corrupt_dbi.user_name,
4872: x_user_entity_id => l_csr_corrupt_dbi.user_entity_id,
4873: x_language => userenv('LANG'),
4874: x_translated_user_name => l_csr_corrupt_dbi.user_name,