DBA Data[Home] [Help]

APPS.AR_RAXSKI_XMLP_PKG dependencies on AR_LOOKUPS

Line 715: from ar_lookups

711: no_reason VARCHAR2(80);
712: begin
713: select meaning
714: into no_reason
715: from ar_lookups
716: where lookup_code = 'NO REASON'
717: and lookup_type = 'CREDIT_MEMO_REASON';
718: return(no_reason);
719: end;