DBA Data[Home] [Help]

APPS.HRDYNDBI dependencies on FF_DATABASE_ITEMS_PKG

Line 184: FF_DATABASE_ITEMS_PKG.UPDATE_SEEDED_TL_ROWS

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

Line 9027: ff_database_items_pkg.update_seeded_tl_rows

9023: hr_utility.raise_error;
9024: end if;
9025: elsif g_dyndbi_changes then
9026: l_tl_user_name := p_tl_user_name;
9027: ff_database_items_pkg.update_seeded_tl_rows
9028: (x_user_name => p_user_name
9029: ,x_user_entity_id => p_user_entity_id
9030: ,x_language => p_language
9031: ,x_translated_user_name => l_tl_user_name

Line 9051: ff_database_items_pkg.update_tl_row

9047: --
9048: -- Note: UPDATE_TL_ROW calls STR2DBINAME so passing p_tl_user_name
9049: -- unmodified to UPDATE_TL_ROW.
9050: --
9051: ff_database_items_pkg.update_tl_row
9052: (x_user_name => p_user_name
9053: ,x_user_entity_id => p_user_entity_id
9054: ,x_language => p_language
9055: ,x_source_lang => p_language