DBA Data[Home] [Help]

APPS.PA_PAXINGEN_XMLP_PKG dependencies on PA_LOOKUPS

Line 156: pa_lookups

152: BEGIN
153: select
154: substr(meaning,1,30) into inv_status
155: from
156: pa_lookups
157: where
158: lookup_type = 'INVOICE STATUS'
159: and lookup_code = invoice_status;
160: exception