DBA Data[Home] [Help]

APPS.CST_PL_IMPORT dependencies on QP_PREQ_LINES_TMP

Line 133: from qp_preq_lines_tmp a , qp_preq_line_attrs_tmp b

129:
130: Cursor GET_ITEM_COST IS
131: select /*+ ORDERED USE_NL(b) */
132: adjusted_unit_price * nvl(priced_quantity,line_quantity),b.value_from
133: from qp_preq_lines_tmp a , qp_preq_line_attrs_tmp b
134: where a.line_index = b.line_index
135: and a.pricing_status_code = 'UPDATED'
136: and b.pricing_status_code = 'X'
137: and b.context = 'ITEM'