DBA Data[Home] [Help]

APPS.OM_TAX_UTIL dependencies on OE_LINE_UTIL

Line 275: l_line_rec := OE_line_UTIL.Query_Row(p_line_id=> p_entity_id_tbl(i).entity_id );

271: l_header_rec := OE_Header_UTIL.Query_Row(p_header_id=> p_entity_id_tbl(i).entity_id );
272: l_level := 'H' ;
273: elsif p_entity_id_tbl(i).requesting_entity_code = OE_GLOBALS.G_ENTITY_LINE THEN
274: /* getting header record and line record*/
275: l_line_rec := OE_line_UTIL.Query_Row(p_line_id=> p_entity_id_tbl(i).entity_id );
276: l_header_rec:= OE_Header_UTIL.Query_Row(p_header_id=> l_line_rec.header_id );
277: l_level := 'L';
278: END IF;
279: l_currency_code := l_header_rec.transactional_curr_code;