DBA Data[Home] [Help]

APPS.OE_COGS_GRP dependencies on OE_LINE_UTIL

Line 98: l_line_rec := oe_line_util.query_row(l_line_id);

94: --9811795 end
95:
96: WHILE x_revenue_event_line_id IS NULL LOOP
97:
98: l_line_rec := oe_line_util.query_row(l_line_id);
99:
100: IF oe_invoice_pub.line_invoiceable(l_line_rec) THEN
101: x_revenue_event_line_id := l_line_id;
102:

Line 177: l_line_rec := oe_line_util.query_row(p_line_id);

173:
174:
175: BEGIN
176:
177: l_line_rec := oe_line_util.query_row(p_line_id);
178:
179: IF (l_line_rec.retrobill_request_id IS NOT NULL
180: OR l_line_rec.line_category_code = 'RETURN'
181: OR l_line_rec.source_document_type_id = 10