DBA Data[Home] [Help]

APPS.PO_PROJECT_DETAILS_SV dependencies on OE_ORDER_LINES_ALL

Line 147: /* Bug 8623668 Changing the view oe_order_lines to oe_order_lines_all as this fix is needed for an receiving bug

143:
144: IF (p_oe_order_line_id IS NOT NULL ) THEN
145:
146: x_progress := '030';
147: /* Bug 8623668 Changing the view oe_order_lines to oe_order_lines_all as this fix is needed for an receiving bug
148: 8429238*/
149: SELECT project_id, task_id
150: INTO p_project_id,p_task_id
151: FROM oe_order_lines_all

Line 151: FROM oe_order_lines_all

147: /* Bug 8623668 Changing the view oe_order_lines to oe_order_lines_all as this fix is needed for an receiving bug
148: 8429238*/
149: SELECT project_id, task_id
150: INTO p_project_id,p_task_id
151: FROM oe_order_lines_all
152: WHERE line_id = p_oe_order_line_id;
153:
154: END IF;
155: