DBA Data[Home] [Help]

APPS.FEM_DIS_SIC_HIER_PKG dependencies on FND_LOAD_UTIL

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

1700: begin
1701:
1702:
1703: -- Translate owner to file_last_updated_by
1704: f_luby := fnd_load_util.owner_id(x_owner);
1705:
1706: -- Translate char last_update_date to date
1707: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
1708: begin

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

1733: and LEVEL20_ID = x_LEVEL20_ID
1734: and LANGUAGE = userenv('LANG');
1735:
1736: -- Test for customization and version
1737: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
1738: db_ludate, x_custom_mode)) then
1739: -- Update translations for this language
1740: update FEM_DIS_SIC_HIER_TL set
1741: OBJECT_NAME = nvl(x_OBJECT_NAME, OBJECT_NAME),