DBA Data[Home] [Help]

APPS.FND_USER_PKG dependencies on FND_LOAD_UTIL

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

196: -- Bug 7687370
197: if (x_owner is null) then
198: owner_id := fnd_global.user_id;
199: else
200: owner_id := fnd_load_util.owner_id(x_owner);
201: end if;
202:
203: -- This was added to fix Bug#3663908
204: open usercur;

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

1037: END;
1038:
1039: begin
1040: -- Translate owner to file_last_updated_by
1041: f_luby := fnd_load_util.owner_id(x_owner);
1042:
1043: -- Translate char last_update_date to date
1044: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
1045:

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

1103: when no_data_found then
1104: l_person_party_id := null;
1105: end;
1106:
1107: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
1108: db_ludate, X_CUSTOM_MODE)) then
1109: UpdateUserInternal(
1110: x_user_name => x_user_name,
1111: x_owner => x_owner, -- bug 7687370

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

1214: -- Bug 7687370
1215: if (x_owner is null) then
1216: owner_id := fnd_global.user_id;
1217: else
1218: owner_id := fnd_load_util.owner_id(x_owner);
1219: end if;
1220:
1221:
1222: begin