[Home] [Help]
65: pa.attribute13,
66: pa.attribute14,
67: pa.attribute15
68: from
69: so_price_adjustments pa
70: where ( pa.line_id = G_OLD_LINE_ID and
71: pa.header_id = G_HEADER_Id and
72: L_level_flag = 'L');
73:
105: pa.attribute13,
106: pa.attribute14,
107: pa.attribute15
108: from
109: so_price_adjustments pa
110: where ( pa.header_id = G_header_id and
111: L_level_flag = 'H' and
112: pa.line_id is null );
113: