DBA Data[Home] [Help]

APPS.FEM_DIS_LN_ITEMS_HIER_PKG dependencies on FND_LOAD_UTIL

Line 1729: f_luby := fnd_load_util.owner_id(x_owner);

1725: begin
1726:
1727:
1728: -- Translate owner to file_last_updated_by
1729: f_luby := fnd_load_util.owner_id(x_owner);
1730:
1731: -- Translate char last_update_date to date
1732: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
1733: begin

Line 1763: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,

1759: and LEVEL20_ID = x_LEVEL20_ID
1760: and LANGUAGE = userenv('LANG');
1761:
1762: -- Test for customization and version
1763: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
1764: db_ludate, x_custom_mode)) then
1765: -- Update translations for this language
1766: update FEM_DIS_LN_ITEMS_HIER_TL set
1767: OBJECT_NAME = nvl(x_OBJECT_NAME, OBJECT_NAME),