DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on FND_USER

Line 8107: from fnd_user

8103: if l_xst = false then
8104: begin
8105: select 1
8106: into l_num_records
8107: from fnd_user
8108: where user_id = v_wlji_last_updt_by(v_idx)
8109: and sysdate between start_date and nvl(end_date,sysdate+1);
8110: exception
8111: when too_many_rows then l_num_records := 1;

Line 8145: from fnd_user

8141: if l_xst = false then
8142: begin
8143: select 1
8144: into l_num_records
8145: from fnd_user
8146: where user_id = v_wlji_created_by(v_idx)
8147: and sysdate between start_date and nvl(end_date,sysdate+1);
8148: exception
8149: when too_many_rows then l_num_records := 1;

Line 8955: from fnd_user

8951: if l_xst = false then
8952: begin
8953: select 1
8954: into l_num_records
8955: from fnd_user
8956: where user_id = v_wsli(v_wlji_src_line_id(v_idx)).last_updated_by
8957: and sysdate between start_date and nvl(end_date,sysdate+1);
8958: exception
8959: when too_many_rows then l_num_records := 1;

Line 8984: from fnd_user

8980: if l_xst = false then
8981: begin
8982: select 1
8983: into l_num_records
8984: from fnd_user
8985: where user_id = v_wsli(v_wlji_src_line_id(v_idx)).created_by
8986: and sysdate between start_date and nvl(end_date,sysdate+1);
8987: exception
8988: when too_many_rows then l_num_records := 1;