DBA Data[Home] [Help]

APPS.OE_COGS_GRP dependencies on OE_LINE_UTIL

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

20: l_line_id := p_shippable_line_id;
21:
22: WHILE x_revenue_event_line_id IS NULL LOOP
23:
24: l_line_rec := oe_line_util.query_row(l_line_id);
25:
26: IF oe_invoice_pub.line_invoiceable(l_line_rec) THEN
27: x_revenue_event_line_id := l_line_id;
28:

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

73: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
74:
75: BEGIN
76:
77: l_line_rec := oe_line_util.query_row(p_line_id);
78:
79: IF (l_line_rec.retrobill_request_id IS NOT NULL
80: OR l_line_rec.line_category_code = 'RETURN'
81: OR l_line_rec.source_document_type_id = 10