DBA Data[Home] [Help]

APPS.CTO_PUBLIC_UTILITY_PK dependencies on OE_ORDER_HEADERS_ALL

Line 95: oe_order_headers_all h

91: into x_unit_selling_price,
92: x_qty_selling_price,
93: x_currency_code
94: from oe_order_lines_all l,
95: oe_order_headers_all h
96: where l.ato_line_id = decode(p_config_line_id, null, p_model_line_id, config_ato_line_id)
97: and l.header_id = h.header_id;
98:
99: