DBA Data[Home] [Help]

APPS.IGS_RU_ITEM_PKG dependencies on FND_LOAD_UTIL

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

776:
777: BEGIN
778:
779: -- Translate owner to file_last_updated_by
780: f_luby := fnd_load_util.owner_id(x_owner);
781:
782: -- Translate char last_update_date to date
783: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
784: