DBA Data[Home] [Help]

APPS.AP_PREPAY_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 1411: l_base_currency_code ap_system_parameters_all.base_currency_code%TYPE;

1407: P_CALLING_MODE IN VARCHAR2 DEFAULT 'PREPAYMENT APPLICATION',
1408: P_ERROR_MESSAGE OUT NOCOPY VARCHAR2) RETURN BOOLEAN
1409: IS
1410:
1411: l_base_currency_code ap_system_parameters_all.base_currency_code%TYPE;
1412:
1413: -- Standard Invoice Related Variables
1414: l_std_inv_batch_id ap_invoices_all.batch_id%TYPE;
1415: l_std_inv_curr_code ap_invoices_all.invoice_currency_code%TYPE;