DBA Data[Home] [Help]

APPS.RCV_RETURN_SV dependencies on WIP_LINES

Line 466: FROM wip_lines

462: x_progress := 90;
463:
464: SELECT line_code
465: INTO x_line_code
466: FROM wip_lines
467: WHERE line_id = x_wip_line_id
468: AND organization_id = x_organization_id;
469: end if;
470: