DBA Data[Home] [Help]

APPS.OE_VERSION_BLANKET_COMP dependencies on OE_BLANKET_LINES_ALL

Line 7707: from oe_blanket_lines_all

7703: --and transaction_phase_code = p_transaction_phase_code
7704: and version_number in (p_prior_version,p_current_version,p_next_version)
7705: union
7706: SELECT line_id,line_number
7707: from oe_blanket_lines_all
7708: where header_id=p_header_id;
7709: --and transaction_phase_code = p_transaction_phase_code;
7710:
7711: 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