DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on FND_LOAD_UTIL

Line 164: owner_id := fnd_load_util.owner_id(x_owner);

160: -- Bug 7687370
161: if (x_owner is null) then
162: owner_id := fnd_global.user_id;
163: else
164: owner_id := fnd_load_util.owner_id(x_owner);
165: end if;
166:
167: -- This was added to fix Bug#3663908
168: open usercur;

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

546: END;
547:
548: begin
549: -- Translate owner to file_last_updated_by
550: f_luby := fnd_load_util.owner_id(x_owner);
551:
552: -- Translate char last_update_date to date
553: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
554:

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

608: when no_data_found then
609: l_person_party_id := null;
610: end;
611:
612: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
613: db_ludate, X_CUSTOM_MODE)) then
614: UpdateUserInternal(
615: x_user_name => x_user_name,
616: x_owner => x_owner, -- bug 7687370

Line 714: owner_id := fnd_load_util.owner_id(x_owner);

710: -- Bug 7687370
711: if (x_owner is null) then
712: owner_id := fnd_global.user_id;
713: else
714: owner_id := fnd_load_util.owner_id(x_owner);
715: end if;
716:
717: begin
718: -- Before creating the user, we should validate the user_name