DBA Data[Home] [Help]

APPS.FND_RESP_FUNCTIONS_PKG dependencies on FND_LOAD_UTIL

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

196: return;
197: end if;
198:
199: -- Translate owner to file_last_updated_by
200: f_luby := fnd_load_util.owner_id(x_owner);
201:
202: -- Translate char last_update_date to date
203: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
204:

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

210: and APPLICATION_ID = app_id
211: and RESPONSIBILITY_ID = resp_id
212: and RULE_TYPE = X_RULE_TYPE;
213:
214: if (fnd_load_util.upload_test(f_luby, f_ludate, db_luby,
215: db_ludate, X_CUSTOM_MODE)) then
216: fnd_resp_functions_pkg.update_row(
217: X_APPLICATION_ID => app_id,
218: X_RESPONSIBILITY_ID => resp_id,