DBA Data[Home] [Help]

APPS.AP_MO_CACHE_UTILS dependencies on GL_DAILY_CONVERSION_TYPES

Line 106: sp_gdct_user_conversion_type gl_daily_conversion_types.user_conversion_type%TYPE,

102: sp_aba_max_check_amount ce_bank_accounts.max_check_amount%TYPE,
103: sp_aba_min_check_amount ce_bank_accounts.min_check_amount%TYPE,
104: sp_aba_currency_code ce_bank_accounts.currency_code%TYPE,
105: sp_aba_multi_currency_flag ce_bank_accounts.multi_currency_allowed_flag%TYPE,
106: sp_gdct_user_conversion_type gl_daily_conversion_types.user_conversion_type%TYPE,
107: mrc_enabled Varchar2(1) ,
108: sp_allow_interest_invoices ap_system_parameters.auto_calculate_interest_flag%TYPE,
109: sp_approval_timing ap_system_parameters.approval_timing%TYPE, --Bug4299234
110: fsp_misc_charge_ccid financials_system_params_all.misc_charge_ccid%TYPE, --bugfix:4936051

Line 197: TYPE userconversiontypeTable IS TABLE OF gl_daily_conversion_types.user_conversion_type%TYPE;

193: TYPE maxcheckamountTable IS TABLE OF ce_bank_accounts.max_check_amount%TYPE;
194: TYPE mincheckamountTable IS TABLE OF ce_bank_accounts.min_check_amount%TYPE;
195: TYPE bankcurrencycodeTable IS TABLE OF ce_bank_accounts.currency_code%TYPE;
196: TYPE bankmulticurrencyflagTable IS TABLE OF ce_bank_accounts.multi_currency_allowed_flag%TYPE;
197: TYPE userconversiontypeTable IS TABLE OF gl_daily_conversion_types.user_conversion_type%TYPE;
198: TYPE mrcenabledtypeTable IS TABLE OF Varchar2(1) INDEX BY BINARY_INTEGER;
199: TYPE AllowInterestInvoicesTable IS TABLE OF ap_system_parameters.auto_calculate_interest_flag%TYPE;
200: TYPE approval_timingTable IS TABLE OF ap_system_parameters.approval_timing%TYPE; --Bug4299234
201: TYPE MiscChargeCcidTable IS TABLE OF financials_system_parameters.misc_charge_ccid%TYPE; --Bug4936051