DBA Data[Home] [Help]

APPS.PA_PAXINGEN_XMLP_PKG dependencies on FND_LOOKUP_VALUES_VL

Line 537: from fnd_lookup_values_vl

533: l_reason varchar2(80);
534: begin
535: select meaning
536: into l_reason
537: from fnd_lookup_values_vl
538: where lookup_type='CREDIT_MEMO_REASON'
539: and enabled_flag='Y'
540: and lookup_code=credit_memo_reason_code
541: and invoice_date between start_date_active and nvl(end_date_active,invoice_date);