DBA Data[Home] [Help]

APPS.AR_ARXCTA_XMLP_PKG dependencies on AR_LOOKUPS

Line 247: from ar_lookups

243: BEGIN
244: a := ARP_STANDARD.FND_MESSAGE('AR_REPORTS_ORDER_BY');
245: select meaning
246: into b
247: from ar_lookups
248: where lookup_type = 'SORT_BY_ARXCTA'
249: and upper(lookup_code) = upper(p_order_by);
250:
251: p_meaning := b;