DBA Data[Home] [Help]

APPS.RCV_RETURN_SV dependencies on WIP_LINES

Line 458: FROM wip_lines

454: x_progress := 90;
455:
456: SELECT line_code
457: INTO x_line_code
458: FROM wip_lines
459: WHERE line_id = x_wip_line_id
460: AND organization_id = x_organization_id;
461: end if;
462: