DBA Data[Home] [Help]

APPS.OE_REASONS_UTIL dependencies on OE_BLANKET_LINES_ALL

Line 54: FROM oe_blanket_lines_all WHERE line_id = p_entity_id;

50: ELSIF p_entity_code = 'BLANKET_HEADER' THEN
51: l_header_id := p_entity_id;
52: ELSIF p_entity_code = 'BLANKET_LINE' THEN
53: SELECT header_id INTO l_header_id
54: FROM oe_blanket_lines_all WHERE line_id = p_entity_id;
55: ELSE
56: x_return_status := FND_API.G_RET_STS_ERROR;
57: END IF;
58: ELSE