DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on FND_USER

Line 4252: from fnd_user

4248: if xst = false then
4249: begin
4250: select 1
4251: into l_no_of_records
4252: from fnd_user
4253: where user_id = v_wlji_last_updt_by(v_index)
4254: and sysdate between start_date and nvl(end_date,sysdate+1);
4255: exception
4256: when too_many_rows then l_no_of_records := 1;

Line 4300: from fnd_user

4296: if xst = false then
4297: begin
4298: select 1
4299: into l_no_of_records
4300: from fnd_user
4301: where user_id = v_wlji_created_by(v_index)
4302: and sysdate between start_date and nvl(end_date,sysdate+1);
4303: exception
4304: when too_many_rows then l_no_of_records := 1;

Line 4720: from fnd_user

4716: if xst = false then
4717: begin
4718: select 1
4719: into l_no_of_records
4720: from fnd_user
4721: where user_id = v_wsli(v_wlji_source_line_id(v_index)).last_updated_by
4722: and sysdate between start_date and nvl(end_date,sysdate+1);
4723: exception
4724: when too_many_rows then l_no_of_records := 1;

Line 4754: from fnd_user

4750: if xst = false then
4751: begin
4752: select 1
4753: into l_no_of_records
4754: from fnd_user
4755: where user_id = v_wsli(v_wlji_source_line_id(v_index)).created_by
4756: and sysdate between start_date and nvl(end_date,sysdate+1);
4757: exception
4758: when too_many_rows then l_no_of_records := 1;