DBA Data[Home] [Help]

APPS.CZ_MODEL_USAGES_PKG dependencies on FND_LOAD_UTIL

Line 213: l_last_updated_by := fnd_load_util.owner_id(p_owner);

209: l_last_updated_by NUMBER;
210: BEGIN
211:
212: -- Translate owner to file_last_updated_by
213: l_last_updated_by := fnd_load_util.owner_id(p_owner);
214:
215: -- Translate char last_update_date to date
216: l_last_update_date := nvl(to_date(p_last_update_date, 'YYYY/MM/DD'), sysdate);
217: