[Home] [Help]
1044: x_to_organization_id,
1045: x_rate,
1046: x_rate_date
1047: from oe_order_lines_all oel,
1048: oe_order_headers_all oeh
1049: where oeh.header_id = x_oe_order_header_id
1050: and oel.line_id = x_oe_order_line_id;
1051:
1052: X_progress := '030';