DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on FND_USER

Line 4258: from fnd_user

4254: if xst = false then
4255: begin
4256: select 1
4257: into l_no_of_records
4258: from fnd_user
4259: where user_id = v_wlji_last_updt_by(v_index)
4260: and sysdate between start_date and nvl(end_date,sysdate+1);
4261: exception
4262: when too_many_rows then l_no_of_records := 1;

Line 4306: from fnd_user

4302: if xst = false then
4303: begin
4304: select 1
4305: into l_no_of_records
4306: from fnd_user
4307: where user_id = v_wlji_created_by(v_index)
4308: and sysdate between start_date and nvl(end_date,sysdate+1);
4309: exception
4310: when too_many_rows then l_no_of_records := 1;

Line 4726: from fnd_user

4722: if xst = false then
4723: begin
4724: select 1
4725: into l_no_of_records
4726: from fnd_user
4727: where user_id = v_wsli(v_wlji_source_line_id(v_index)).last_updated_by
4728: and sysdate between start_date and nvl(end_date,sysdate+1);
4729: exception
4730: when too_many_rows then l_no_of_records := 1;

Line 4760: from fnd_user

4756: if xst = false then
4757: begin
4758: select 1
4759: into l_no_of_records
4760: from fnd_user
4761: where user_id = v_wsli(v_wlji_source_line_id(v_index)).created_by
4762: and sysdate between start_date and nvl(end_date,sysdate+1);
4763: exception
4764: when too_many_rows then l_no_of_records := 1;