DBA Data[Home] [Help]

APPS.OE_ADV_PRICE_PVT dependencies on QP_PREQ_LINE_ATTRS_TMP

Line 1112: FROM qp_preq_line_attrs_tmp attr

1108: G_STMT_NO := 'Process_Other_Item_Line#140';
1109: Begin
1110: SELECT attr.value_from
1111: INTO l_line_rec.inventory_item_id
1112: FROM qp_preq_line_attrs_tmp attr
1113: WHERE attr.context = 'ITEM'
1114: AND attr.attribute =
1115: 'PRICING_ATTRIBUTE1'
1116: AND attr.line_index = p_line_index;