DBA Data[Home] [Help]

APPS.AP_MO_CACHE_UTILS dependencies on AP_TERMS

Line 50: sp_ap_prepayment_term_name ap_terms.name%TYPE,

46: sp_awt_include_discount_amt ap_system_parameters.awt_include_discount_amt%TYPE,
47: sp_allow_paid_invoice_adjust ap_system_parameters.allow_paid_invoice_adjust%TYPE,
48: sp_add_days_settlement_date ap_system_parameters.add_days_settlement_date%TYPE,
49: sp_prepayment_terms_id ap_system_parameters.prepayment_terms_id%TYPE,
50: sp_ap_prepayment_term_name ap_terms.name%TYPE,
51: sp_prepay_cc_id ap_system_parameters.prepay_code_combination_id%TYPE,
52: sp_future_dated_pmt_acct_s ap_system_parameters.future_dated_pmt_acct_source%TYPE,
53: sp_calc_user_xrate ap_system_parameters.calc_user_xrate%TYPE,
54: sp_make_rate_mandatory_flag ap_system_parameters.make_rate_mandatory_flag%TYPE,

Line 163: TYPE prepaymenttermnameTable IS TABLE OF ap_terms.name%TYPE;

159: TYPE awtincludediscountamtTable IS TABLE OF ap_system_parameters.awt_include_discount_amt%TYPE;
160: TYPE allowpaidinvoiceadjustTable IS TABLE OF ap_system_parameters.allow_paid_invoice_adjust%TYPE;
161: TYPE adddayssettlementdateTable IS TABLE OF ap_system_parameters.add_days_settlement_date%TYPE;
162: TYPE prepaymenttermsidTable IS TABLE OF ap_system_parameters.prepayment_terms_id%TYPE;
163: TYPE prepaymenttermnameTable IS TABLE OF ap_terms.name%TYPE;
164: TYPE prepaycodecombinationidTable IS TABLE OF ap_system_parameters.prepay_code_combination_id%TYPE;
165: TYPE futuredatedpmtacctsourceTable IS TABLE OF ap_system_parameters.future_dated_pmt_acct_source%TYPE;
166: TYPE calcuserxrateTable IS TABLE OF ap_system_parameters.calc_user_xrate%TYPE;
167: TYPE makeratemandatoryflagTable IS TABLE OF ap_system_parameters.make_rate_mandatory_flag%TYPE;