DBA Data[Home] [Help]

APPS.JAI_RGM_DEFS_PKG dependencies on FND_LOAD_UTIL

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

7: x_last_update_date VARCHAR2,
8: x_force_edits VARCHAR2 ) IS
9: v_creation_date date;
10: v_rowid rowid := null;
11: v_user_id NUMBER := fnd_load_util.owner_id(x_owner);
12: vf_ludate DATE := to_date(x_last_update_date, 'DD-MM-YYYY HH:MI:SS');
13: vd_ludate DATE;
14:
15: BEGIN

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

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