DBA Data[Home] [Help]

APPS.OE_UPGRADE_MISC dependencies on QP_LIST_HEADERS_B

Line 185: qp_list_headers_b b,

181: l_list_line_id,
182: l_pricing_phase_id,
183: l_pricing_group_sequence
184: FROM qp_list_lines a,
185: qp_list_headers_b b,
186: qp_list_headers_tl tl
187: WHERE b.currency_code = p_currency_code
188: AND tl.list_header_id = b.list_header_id
189: AND b.list_type_code = 'CHARGES'