DBA Data[Home] [Help]

APPS.AP_PREPAY_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 1433: l_base_currency_code ap_system_parameters_all.base_currency_code%TYPE;

1429: P_CALLING_MODE IN VARCHAR2 DEFAULT 'PREPAYMENT APPLICATION',
1430: P_ERROR_MESSAGE OUT NOCOPY VARCHAR2) RETURN BOOLEAN
1431: IS
1432:
1433: l_base_currency_code ap_system_parameters_all.base_currency_code%TYPE;
1434:
1435: -- Standard Invoice Related Variables
1436: l_std_inv_batch_id ap_invoices_all.batch_id%TYPE;
1437: l_std_inv_curr_code ap_invoices_all.invoice_currency_code%TYPE;