DBA Data[Home] [Help]

APPS.AR_ARXRECON_XMLP_PKG dependencies on AR_LOOKUPS

Line 329: from ar_lookups

325: /*srw.reference(p_co_seg_low);*/null;
326: /*srw.reference(p_co_seg_high);*/null;
327: IF p_co_seg_low IS NULL AND p_co_seg_high IS NULL THEN
328: select meaning into l_co_seg
329: from ar_lookups
330: where lookup_type = 'ALL'
331: and lookup_code = 'ALL';
332: ELSIF p_co_seg_low IS NULL THEN
333: l_co_seg := '<= '||p_co_seg_high;