DBA Data[Home] [Help]

APPS.AP_MO_CACHE_UTILS dependencies on AP_PRODUCT_SETUP

Line 25: --sp_invoice_currency_code ap_product_setup.invoice_currency_code%TYPE,

21: --
22: sp_base_currency_code ap_system_parameters.base_currency_code%TYPE,
23: sp_multi_currency_flag ap_system_parameters.multi_currency_flag%TYPE,
24: --Bug :2809214 MOAC - Supplier Attribute Change Project
25: --sp_invoice_currency_code ap_product_setup.invoice_currency_code%TYPE,
26: sp_payment_currency_code ap_system_parameters.payment_currency_code%TYPE,
27: sp_confirm_date_inv_num_flag ap_system_parameters.confirm_date_as_inv_num_flag%TYPE,
28: sp_accts_pay_cc_id ap_system_parameters.accts_pay_code_combination_id%TYPE,
29: sp_allow_flex_override_flag ap_system_parameters.allow_flex_override_flag%TYPE,

Line 60: sp_auto_calc_interest_flag ap_product_setup.auto_calculate_interest_flag%TYPE,

56: sp_post_dated_payments_flag ap_system_parameters.post_dated_payments_flag%TYPE,
57: sp_update_pay_site_flag ap_system_parameters.update_pay_site_flag%TYPE,
58: sp_online_print_flag ap_system_parameters.online_print_flag%TYPE,
59: sp_replace_check_flag ap_system_parameters.replace_check_flag%TYPE,
60: sp_auto_calc_interest_flag ap_product_setup.auto_calculate_interest_flag%TYPE,
61: sp_interest_tolerance_amount ap_system_parameters.interest_tolerance_amount%TYPE,
62: sp_interest_accts_pay_ccid ap_system_parameters.interest_accts_pay_ccid%TYPE,
63: --Bug :2809214 MOAC - Supplier Attribute Change Project
64: --5007989, uncommented line below

Line 96: --fsp_match_option ap_product_setup.match_option%TYPE,

92: sp_global_attribute20 ap_system_parameters.global_attribute20%TYPE,
93: fsp_purch_encumbrance_flag financials_system_parameters.purch_encumbrance_flag%TYPE,
94: fsp_inventory_org_id financials_system_parameters.inventory_organization_id%TYPE,
95: --Bug :2809214 MOAC - Supplier Attribute Change Project
96: --fsp_match_option ap_product_setup.match_option%TYPE,
97: fsp_vat_country_code financials_system_parameters.vat_country_code%TYPE,
98: sp_aba_bank_account_id ap_system_parameters.ce_bank_acct_use_id%TYPE,
99: sp_aba_bank_account_name ce_bank_accounts.bank_account_name%TYPE,
100: sp_aba_zero_amounts_allowed ce_bank_accounts.zero_amount_allowed%TYPE,

Line 173: TYPE autocalculateinterestflagTable IS TABLE OF ap_product_setup.auto_calculate_interest_flag%TYPE;

169: TYPE postdatedpaymentsflagTable IS TABLE OF ap_system_parameters.post_dated_payments_flag%TYPE;
170: TYPE updatepaysiteflagTable IS TABLE OF ap_system_parameters.update_pay_site_flag%TYPE;
171: TYPE onlineprintflagTable IS TABLE OF ap_system_parameters.online_print_flag%TYPE;
172: TYPE replacecheckflagTable IS TABLE OF ap_system_parameters.replace_check_flag%TYPE;
173: TYPE autocalculateinterestflagTable IS TABLE OF ap_product_setup.auto_calculate_interest_flag%TYPE;
174: TYPE interesttoleranceamountTable IS TABLE OF ap_system_parameters.interest_tolerance_amount%TYPE;
175: TYPE interestacctspayccidTable IS TABLE OF ap_system_parameters.interest_accts_pay_ccid%TYPE;
176: /* bug 5007989 */
177: TYPE usebankchargeflagTable IS TABLE OF ap_system_parameters.use_bank_charge_flag%TYPE;