DBA Data[Home] [Help]

APPS.AP_MO_CACHE_UTILS dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 93: fsp_purch_encumbrance_flag financials_system_parameters.purch_encumbrance_flag%TYPE,

89: sp_global_attribute17 ap_system_parameters.global_attribute17%TYPE,
90: sp_global_attribute18 ap_system_parameters.global_attribute18%TYPE,
91: sp_global_attribute19 ap_system_parameters.global_attribute19%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,

Line 94: fsp_inventory_org_id financials_system_parameters.inventory_organization_id%TYPE,

90: sp_global_attribute18 ap_system_parameters.global_attribute18%TYPE,
91: sp_global_attribute19 ap_system_parameters.global_attribute19%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,

Line 97: fsp_vat_country_code financials_system_parameters.vat_country_code%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,
101: sp_aba_max_outlay ce_bank_accounts.max_outlay%TYPE,

Line 186: TYPE purchencumbranceflagTable IS TABLE OF financials_system_parameters.purch_encumbrance_flag%TYPE;

182: TYPE allowforceapprovalflagTable IS Table OF ap_system_parameters.allow_force_approval_flag%TYPE;
183: TYPE validatebeforeapprovalTable IS Table OF ap_system_parameters.validate_before_approval_flag%TYPE;
184: TYPE globalattributecategoryTable IS TABLE OF ap_system_parameters.global_attribute_category%TYPE;
185: TYPE globalattribute1Table IS TABLE OF ap_system_parameters.global_attribute1%TYPE;
186: TYPE purchencumbranceflagTable IS TABLE OF financials_system_parameters.purch_encumbrance_flag%TYPE;
187: TYPE inventoryorganizationidTable IS TABLE OF financials_system_parameters.inventory_organization_id%TYPE;
188: TYPE vatcountrycodeTable IS TABLE OF financials_system_parameters.vat_country_code%TYPE;
189: TYPE bankaccountidTable IS TABLE OF ap_system_parameters.ce_bank_acct_use_id%TYPE;
190: TYPE bankaccountnameTable IS TABLE OF ce_bank_accounts.bank_account_name%TYPE;

Line 187: TYPE inventoryorganizationidTable IS TABLE OF financials_system_parameters.inventory_organization_id%TYPE;

183: TYPE validatebeforeapprovalTable IS Table OF ap_system_parameters.validate_before_approval_flag%TYPE;
184: TYPE globalattributecategoryTable IS TABLE OF ap_system_parameters.global_attribute_category%TYPE;
185: TYPE globalattribute1Table IS TABLE OF ap_system_parameters.global_attribute1%TYPE;
186: TYPE purchencumbranceflagTable IS TABLE OF financials_system_parameters.purch_encumbrance_flag%TYPE;
187: TYPE inventoryorganizationidTable IS TABLE OF financials_system_parameters.inventory_organization_id%TYPE;
188: TYPE vatcountrycodeTable IS TABLE OF financials_system_parameters.vat_country_code%TYPE;
189: TYPE bankaccountidTable IS TABLE OF ap_system_parameters.ce_bank_acct_use_id%TYPE;
190: TYPE bankaccountnameTable IS TABLE OF ce_bank_accounts.bank_account_name%TYPE;
191: TYPE zeroamountsallowedTable IS TABLE OF ce_bank_accounts.zero_amount_allowed%TYPE;

Line 188: TYPE vatcountrycodeTable IS TABLE OF financials_system_parameters.vat_country_code%TYPE;

184: TYPE globalattributecategoryTable IS TABLE OF ap_system_parameters.global_attribute_category%TYPE;
185: TYPE globalattribute1Table IS TABLE OF ap_system_parameters.global_attribute1%TYPE;
186: TYPE purchencumbranceflagTable IS TABLE OF financials_system_parameters.purch_encumbrance_flag%TYPE;
187: TYPE inventoryorganizationidTable IS TABLE OF financials_system_parameters.inventory_organization_id%TYPE;
188: TYPE vatcountrycodeTable IS TABLE OF financials_system_parameters.vat_country_code%TYPE;
189: TYPE bankaccountidTable IS TABLE OF ap_system_parameters.ce_bank_acct_use_id%TYPE;
190: TYPE bankaccountnameTable IS TABLE OF ce_bank_accounts.bank_account_name%TYPE;
191: TYPE zeroamountsallowedTable IS TABLE OF ce_bank_accounts.zero_amount_allowed%TYPE;
192: TYPE maxoutlayTable IS TABLE OF ce_bank_accounts.max_outlay%TYPE;

Line 201: TYPE MiscChargeCcidTable IS TABLE OF financials_system_parameters.misc_charge_ccid%TYPE; --Bug4936051

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
202: --Third Party Payments
203: TYPE allowInvThirdPartyOvrdTable IS TABLE OF ap_system_parameters.allow_inv_third_party_ovrd%TYPE;
204: TYPE allowPymtThirdPartyOvrdTable IS TABLE OF ap_system_parameters.allow_pymt_third_party_ovrd%TYPE;
205: -- << End AP-specific nested tables definitions >>