DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on WIP_LINES

Line 1160: from wip_lines

1156: x_progress varchar2(3) := '000';
1157:
1158: cursor c1 is
1159: select line_code
1160: from wip_lines
1161: where line_id = x_wip_line_id
1162: and organization_id = x_destination_org_id ;
1163:
1164: cursor c2 is