DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on FF_DATABASE_ITEMS_PKG

Line 181: FF_DATABASE_ITEMS_PKG.UPDATE_SEEDED_TL_ROWS

177: arashid 115.135 27-APR-2006 The following changes were made:
178: - process date-paid and non-date-paid
179: database items when updating _TL names.
180: - process_pay_dyndbi_changes code now calls
181: FF_DATABASE_ITEMS_PKG.UPDATE_SEEDED_TL_ROWS
182: and writes messages to the concurrent
183: processing log file.
184: arashid 115.134 31-MAR-2006 Changed process_pay_dyndbi_changes to not
185: raise assertions when entities are missing.

Line 8950: ff_database_items_pkg.update_seeded_tl_rows

8946: hr_utility.raise_error;
8947: end if;
8948: elsif g_dyndbi_changes then
8949: l_tl_user_name := p_tl_user_name;
8950: ff_database_items_pkg.update_seeded_tl_rows
8951: (x_user_name => p_user_name
8952: ,x_user_entity_id => p_user_entity_id
8953: ,x_language => p_language
8954: ,x_translated_user_name => l_tl_user_name

Line 8974: ff_database_items_pkg.update_tl_row

8970: --
8971: -- Note: UPDATE_TL_ROW calls STR2DBINAME so passing p_tl_user_name
8972: -- unmodified to UPDATE_TL_ROW.
8973: --
8974: ff_database_items_pkg.update_tl_row
8975: (x_user_name => p_user_name
8976: ,x_user_entity_id => p_user_entity_id
8977: ,x_language => p_language
8978: ,x_source_lang => p_language