DBA Data[Home] [Help]

APPS.OE_VERSION_COMP dependencies on OE_ORDER_LINES_ALL

Line 18660: from oe_order_lines_all

18656: --and transaction_phase_code = p_transaction_phase_code
18657: and version_number in (p_prior_version,p_current_version,p_next_version)
18658: union
18659: SELECT line_id
18660: from oe_order_lines_all
18661: where header_id=p_header_id;
18662:
18663: 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
18664: SELECT distinct line_id