DBA Data[Home] [Help]

APPS.OUTSIDE_PROC_SV dependencies on WIP_LINES

Line 107: FROM wip_lines

103: x_progress := 10;
104:
105: SELECT line_code
106: INTO x_wip_line_code
107: FROM wip_lines
108: WHERE line_id = x_line_id
109: AND organization_id = x_dest_org_id;
110:
111: