DBA Data[Home] [Help]

APPS.JTF_NAV_VIEWBYS_PKG dependencies on FND_LOAD_UTIL

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

266: ELSE
267: user_id := 0;
268: END IF;
269: */
270: user_id := fnd_load_util.owner_id(x_owner);
271:
272: --select the tab id
273: SELECT tab_id
274: INTO l_tab_id

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

387: ELSE
388: user_id := 0;
389: END IF;
390: */
391: user_id := fnd_load_util.owner_id(x_owner);
392:
393: --select the viewby_id
394: SELECT viewby_id
395: INTO l_viewby_id