DBA Data[Home] [Help]

APPS.WSM_LBJ_INTERFACE_PVT dependencies on FND_USER

Line 8009: from fnd_user

8005: if l_xst = false then
8006: begin
8007: select 1
8008: into l_num_records
8009: from fnd_user
8010: where user_id = v_wlji_last_updt_by(v_idx)
8011: and sysdate between start_date and nvl(end_date,sysdate+1);
8012: exception
8013: when too_many_rows then l_num_records := 1;

Line 8047: from fnd_user

8043: if l_xst = false then
8044: begin
8045: select 1
8046: into l_num_records
8047: from fnd_user
8048: where user_id = v_wlji_created_by(v_idx)
8049: and sysdate between start_date and nvl(end_date,sysdate+1);
8050: exception
8051: when too_many_rows then l_num_records := 1;

Line 8857: from fnd_user

8853: if l_xst = false then
8854: begin
8855: select 1
8856: into l_num_records
8857: from fnd_user
8858: where user_id = v_wsli(v_wlji_src_line_id(v_idx)).last_updated_by
8859: and sysdate between start_date and nvl(end_date,sysdate+1);
8860: exception
8861: when too_many_rows then l_num_records := 1;

Line 8886: from fnd_user

8882: if l_xst = false then
8883: begin
8884: select 1
8885: into l_num_records
8886: from fnd_user
8887: where user_id = v_wsli(v_wlji_src_line_id(v_idx)).created_by
8888: and sysdate between start_date and nvl(end_date,sysdate+1);
8889: exception
8890: when too_many_rows then l_num_records := 1;