DBA Data[Home] [Help]

APPS.PA_MCB_INVOICE_PKG dependencies on PA_LOOKUPS

Line 1304: FROM pa_lookups lu

1300: IS
1301: -- Declared the cursor for the Bug 4298230 to fetch the lookup meaning
1302: CURSOR reject_reason (reject_code VARCHAR2) IS
1303: SELECT lu.meaning
1304: FROM pa_lookups lu
1305: WHERE lu.lookup_type = 'INVOICE DISTRIBUTION WARNING'
1306: AND lu.lookup_code = reject_code;
1307:
1308: -- Bug : 4298230 Added the following parameters for the call to PA_MULTI_CURRENCY_BILLING.convert_amount_bulk