DBA Data[Home] [Help]

APPS.OE_VERSION_COMP dependencies on OE_ORDER_LINES_ALL

Line 18151: from oe_order_lines_all

18147: --and transaction_phase_code = p_transaction_phase_code
18148: and version_number in (p_prior_version,p_current_version,p_next_version)
18149: union
18150: SELECT line_id
18151: from oe_order_lines_all
18152: where header_id=p_header_id;
18153:
18154: CURSOR C_get_hist_lines(p_header_id IN NUMBER,p_prior_version IN NUMBER, p_current_version IN NUMBER, p_next_version IN NUMBER) IS
18155: SELECT distinct line_id