DBA Data[Home] [Help]

APPS.PQH_WDT_BUS dependencies on FND_USER

Line 1252: from fnd_user a

1248: l_dummy varchar2(1);
1249: --
1250: cursor c1 is
1251: select null
1252: from fnd_user a
1253: where a.user_id = p_user_id;
1254: --
1255: Begin
1256: --

Line 1269: -- check if user_id value exists in fnd_user table

1265: <> nvl(pqh_wdt_shd.g_old_rec.user_id,hr_api.g_number)
1266: or not l_api_updating) and
1267: p_user_id is not null then
1268: --
1269: -- check if user_id value exists in fnd_user table
1270: --
1271: open c1;
1272: --
1273: fetch c1 into l_dummy;