DBA Data[Home] [Help]

APPS.INVPRPRO dependencies on SO_LINES_ALL

Line 33: from SO_LINES_ALL

29: where line_id = order_line_id;
30: else
31: select project_id, task_id
32: into proj_id, t_id
33: from SO_LINES_ALL
34: where line_id = order_line_id;
35: end if;
36: EXCEPTION
37: when NO_DATA_FOUND then