DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on FINANCIALS_SYSTEM_PARAMS_ALL

Line 481: (org_id FINANCIALS_SYSTEM_PARAMS_ALL.Org_Id%TYPE);

477: TYPE moac_ou_tab_type IS TABLE OF moac_ou_rec_type
478: index by BINARY_INTEGER;
479:
480: TYPE fsp_org_rec_type IS RECORD
481: (org_id FINANCIALS_SYSTEM_PARAMS_ALL.Org_Id%TYPE);
482:
483: TYPE fsp_org_tab_type IS TABLE OF fsp_org_rec_type
484: index by BINARY_INTEGER;
485:

Line 583: p_purch_encumbrance_flag financials_system_params_all.purch_encumbrance_flag%TYPE,

579: p_awt_include_tax_amt ap_system_parameters_all.awt_include_tax_amt%TYPE,
580: p_gl_date date,
581: p_transfer_desc_flex_flag ap_system_parameters_all.transfer_desc_flex_flag%TYPE,
582: p_gl_date_from_receipt_flag ap_system_parameters_all.gl_date_from_receipt_flag%TYPE,
583: p_purch_encumbrance_flag financials_system_params_all.purch_encumbrance_flag%TYPE,
584: p_retainage_ccid financials_system_params_all.retainage_code_combination_id%TYPE,
585: P_pa_installed varchar2(2),
586: p_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type,
587: p_inv_doc_cat_override ap_system_parameters_all.inv_doc_category_override%TYPE,

Line 584: p_retainage_ccid financials_system_params_all.retainage_code_combination_id%TYPE,

580: p_gl_date date,
581: p_transfer_desc_flex_flag ap_system_parameters_all.transfer_desc_flex_flag%TYPE,
582: p_gl_date_from_receipt_flag ap_system_parameters_all.gl_date_from_receipt_flag%TYPE,
583: p_purch_encumbrance_flag financials_system_params_all.purch_encumbrance_flag%TYPE,
584: p_retainage_ccid financials_system_params_all.retainage_code_combination_id%TYPE,
585: P_pa_installed varchar2(2),
586: p_chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type,
587: p_inv_doc_cat_override ap_system_parameters_all.inv_doc_category_override%TYPE,
588: p_calc_user_xrate ap_system_parameters_all.calc_user_xrate%TYPE,