DBA Data[Home] [Help]

APPS.BNE_VIEWERS_PKG dependencies on FND_LOAD_UTIL

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

364: l_param_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_param_list_asn);
365: l_create_doc_list_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_create_doc_list_asn);
366:
367: -- Translate owner to file_last_updated_by
368: f_luby := fnd_load_util.owner_id(x_owner);
369:
370: -- Translate char last_update_date to date
371: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
372: begin

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

376: where APPLICATION_ID = l_app_id
377: and VIEWER_CODE = x_viewer_code;
378:
379: -- Test for customization and version
380: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
381: db_ludate, x_custom_mode)) then
382: -- Update existing row
383: BNE_VIEWERS_PKG.Update_Row(
384: X_APPLICATION_ID => l_app_id,

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

453: -- translate values to IDs
454: l_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_viewer_asn);
455:
456: -- Translate owner to file_last_updated_by
457: f_luby := fnd_load_util.owner_id(x_owner);
458:
459: -- Translate char last_update_date to date
460: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
461: begin

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

466: and VIEWER_CODE = x_viewer_code
467: and LANGUAGE = userenv('LANG');
468:
469: -- Test for customization and version
470: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
471: db_ludate, x_custom_mode)) then
472:
473: update BNE_VIEWERS_TL
474: set USER_NAME = x_user_name,