DBA Data[Home] [Help]

APPS.BNE_FILES_PKG dependencies on FND_LOAD_UTIL

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

206: -- translate values to IDs
207: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_content_asn);
208:
209: -- Translate owner to file_last_updated_by
210: f_luby := fnd_load_util.owner_id(x_owner);
211:
212: -- Translate char last_update_date to date
213: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
214: begin

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

219: and CONTENT_CODE = x_content_code
220: and USER_FILE_NAME = x_user_file_name;
221:
222: -- Test for customization and version
223: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
224: db_ludate, x_custom_mode)) then
225: -- Update existing row
226: BNE_FILES_PKG.Update_Row(
227: X_APPLICATION_ID => l_app_id,