DBA Data[Home] [Help]

APPS.PO_INQ_SV dependencies on WIP_LINES

Line 1214: from wip_lines

1210: x_progress varchar2(3) := '000';
1211:
1212: cursor c1 is
1213: select line_code
1214: from wip_lines
1215: where line_id = x_wip_line_id
1216: and organization_id = x_destination_org_id ;
1217:
1218: cursor c2 is