DBA Data[Home] [Help]

APPS.XDO_TRANS_UNITS_PKG dependencies on FND_LOAD_UTIL

Line 206: if (fnd_load_util.UPLOAD_TEST(

202: -- Record should be updated only if:
203: -- a. CUSTOM_MODE = FORCE, or
204: -- b. file owner is CUSTOM, db owner is SEED
205: -- c. owners are the same, and file_date > db_date
206: if (fnd_load_util.UPLOAD_TEST(
207: p_file_id => x_last_updated_by,
208: p_file_lud => x_last_update_date,
209: p_db_id => db_luby,
210: p_db_lud => db_ludate,

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

294: from fnd_languages
295: where language_code = userenv('LANG');
296:
297: -- Translate owner to last_updated_by
298: f_luby := fnd_load_util.owner_id(x_owner);
299:
300: f_ludate := nvl(x_last_update_date, sysdate);
301:
302: retval := load_row(x_application_short_name,

Line 349: if (fnd_load_util.UPLOAD_TEST(

345: -- Record should be updated only if:
346: -- a. CUSTOM_MODE = FORCE, or
347: -- b. file owner is CUSTOM, db owner is SEED
348: -- c. owners are the same, and file_date > db_date
349: if (fnd_load_util.UPLOAD_TEST(
350: p_file_id => x_last_updated_by,
351: p_file_lud => x_last_update_date,
352: p_db_id => db_luby,
353: p_db_lud => db_ludate,

Line 424: if (fnd_load_util.UPLOAD_TEST(

420: and TEMPLATE_CODE = X_TEMPLATE_CODE
421: and UNIT_ID = X_UNIT_ID
422: and PROP_TYPE = X_PROP_TYPE;
423:
424: if (fnd_load_util.UPLOAD_TEST(
425: p_file_id => x_last_updated_by,
426: p_file_lud => x_last_update_date,
427: p_db_id => db_luby,
428: p_db_lud => db_ludate,