DBA Data[Home] [Help]

APPS.JAI_RGM_LKPS_PKG dependencies on FND_LOAD_UTIL

Line 15: v_user_id NUMBER := fnd_load_util.owner_id(x_owner);

11: x_last_update_date VARCHAR2, /* 4967445 */
12: x_force_edits VARCHAR2 ) IS
13: v_creation_date date;
14: v_rowid rowid := null;
15: v_user_id NUMBER := fnd_load_util.owner_id(x_owner);
16: vf_ludate DATE := to_date(x_last_update_date, 'DD-MM-YYYY HH:MI:SS');
17: vd_ludate DATE;
18:
19: BEGIN

Line 29: /* Commented the below since we got the user_id from fnd_load_util

25: fnd_message.set_token('JAI_MESSAGE', 'Load_Row: Required data is not provided.');
26: app_exception.raise_exception;
27: end if;
28:
29: /* Commented the below since we got the user_id from fnd_load_util
30: if (X_OWNER = 'SEED') then
31: v_user_id := 1;
32: end if; */
33: