DBA Data[Home] [Help]

APPS.BNE_INTEGRATOR_VIEWERS_PKG dependencies on FND_LOAD_UTIL

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

173: l_integrator_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_integrator_asn);
174: l_viewer_app_id := BNE_LCT_TOOLS_PKG.ASN_TO_APP_ID(x_viewer_asn);
175:
176: -- Translate owner to file_last_updated_by
177: f_luby := fnd_load_util.owner_id(x_owner);
178:
179: -- Translate char last_update_date to date
180: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
181: begin

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

187: and VIEWER_APP_ID = l_viewer_app_id
188: and VIEWER_CODE = x_viewer_code;
189:
190: -- Test for customization and version
191: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
192: db_ludate, x_custom_mode)) then
193: -- Update existing row
194: BNE_INTEGRATOR_VIEWERS_PKG.Update_Row(
195: X_INTEGRATOR_APP_ID => l_integrator_app_id,