DBA Data[Home] [Help]

APPS.WIP_PREF_VALUE_PKG dependencies on FND_LOAD_UTIL

Line 46: user_id := fnd_load_util.owner_id(x_owner);

42: user_id NUMBER := 0;
43: f_ludate date; -- entity update date in file
44: row_count number;
45: begin
46: user_id := fnd_load_util.owner_id(x_owner);
47:
48: -- Translate char last_update_date to date
49: f_ludate := nvl(to_date(x_last_update_date, 'YYYY/MM/DD'), sysdate);
50:

Line 92: /*if (fnd_load_util.upload_test(user_id, f_ludate, db_luby,

88: user_id,
89: 0 );
90: end if;
91:
92: /*if (fnd_load_util.upload_test(user_id, f_ludate, db_luby,
93: db_ludate, x_custom_mode)) then
94: update WIP_PREFERENCE_VALUES set
95: PREFERENCE_ID = x_preference_id,
96: LEVEL_ID = x_level_id,