DBA Data[Home] [Help]

APPS.AP_IMPORT_INVOICES_PKG dependencies on AP_SYSTEM_PARAMETERS_ALL

Line 175: set_of_books_id AP_SYSTEM_PARAMETERS_ALL.set_of_books_id%TYPE,

171: AP_INVOICES_INTERFACE.tax_invoice_recording_date%TYPE,
172: tax_invoice_internal_seq
173: AP_INVOICES_INTERFACE.tax_invoice_internal_seq%TYPE,
174: legal_entity_id AP_INVOICES_INTERFACE.legal_entity_id%TYPE,
175: set_of_books_id AP_SYSTEM_PARAMETERS_ALL.set_of_books_id%TYPE,
176: tax_only_rcv_matched_flag VARCHAR2(1),
177: tax_only_flag VARCHAR2(1),
178: apply_advances_flag AP_INVOICES_INTERFACE.apply_advances_flag%TYPE,
179: application_id AP_INVOICES_INTERFACE.application_id%TYPE,

Line 568: --p_org_id ap_system_parameters_all.org_id%TYPE,

564: );
565:
566: --bug 15862708
567: TYPE get_info_rec IS RECORD (
568: --p_org_id ap_system_parameters_all.org_id%TYPE,
569: p_set_of_books_id ap_system_parameters_all.set_of_books_id%TYPE,
570: p_multi_currency_flag ap_system_parameters_all.multi_currency_flag%TYPE,
571: p_make_rate_mandatory_flag ap_system_parameters_all.make_rate_mandatory_flag%TYPE,
572: p_default_exchange_rate_type ap_system_parameters_all.default_exchange_rate_type%TYPE,

Line 569: p_set_of_books_id ap_system_parameters_all.set_of_books_id%TYPE,

565:
566: --bug 15862708
567: TYPE get_info_rec IS RECORD (
568: --p_org_id ap_system_parameters_all.org_id%TYPE,
569: p_set_of_books_id ap_system_parameters_all.set_of_books_id%TYPE,
570: p_multi_currency_flag ap_system_parameters_all.multi_currency_flag%TYPE,
571: p_make_rate_mandatory_flag ap_system_parameters_all.make_rate_mandatory_flag%TYPE,
572: p_default_exchange_rate_type ap_system_parameters_all.default_exchange_rate_type%TYPE,
573: p_base_currency_code ap_system_parameters_all.base_currency_code%TYPE,

Line 570: p_multi_currency_flag ap_system_parameters_all.multi_currency_flag%TYPE,

566: --bug 15862708
567: TYPE get_info_rec IS RECORD (
568: --p_org_id ap_system_parameters_all.org_id%TYPE,
569: p_set_of_books_id ap_system_parameters_all.set_of_books_id%TYPE,
570: p_multi_currency_flag ap_system_parameters_all.multi_currency_flag%TYPE,
571: p_make_rate_mandatory_flag ap_system_parameters_all.make_rate_mandatory_flag%TYPE,
572: p_default_exchange_rate_type ap_system_parameters_all.default_exchange_rate_type%TYPE,
573: p_base_currency_code ap_system_parameters_all.base_currency_code%TYPE,
574: p_batch_control_flag varchar2(2),

Line 571: p_make_rate_mandatory_flag ap_system_parameters_all.make_rate_mandatory_flag%TYPE,

567: TYPE get_info_rec IS RECORD (
568: --p_org_id ap_system_parameters_all.org_id%TYPE,
569: p_set_of_books_id ap_system_parameters_all.set_of_books_id%TYPE,
570: p_multi_currency_flag ap_system_parameters_all.multi_currency_flag%TYPE,
571: p_make_rate_mandatory_flag ap_system_parameters_all.make_rate_mandatory_flag%TYPE,
572: p_default_exchange_rate_type ap_system_parameters_all.default_exchange_rate_type%TYPE,
573: p_base_currency_code ap_system_parameters_all.base_currency_code%TYPE,
574: p_batch_control_flag varchar2(2),
575: p_invoice_currency_code ap_system_parameters_all.invoice_currency_code%TYPE,

Line 572: p_default_exchange_rate_type ap_system_parameters_all.default_exchange_rate_type%TYPE,

568: --p_org_id ap_system_parameters_all.org_id%TYPE,
569: p_set_of_books_id ap_system_parameters_all.set_of_books_id%TYPE,
570: p_multi_currency_flag ap_system_parameters_all.multi_currency_flag%TYPE,
571: p_make_rate_mandatory_flag ap_system_parameters_all.make_rate_mandatory_flag%TYPE,
572: p_default_exchange_rate_type ap_system_parameters_all.default_exchange_rate_type%TYPE,
573: p_base_currency_code ap_system_parameters_all.base_currency_code%TYPE,
574: p_batch_control_flag varchar2(2),
575: p_invoice_currency_code ap_system_parameters_all.invoice_currency_code%TYPE,
576: p_base_min_acct_unit number,

Line 573: p_base_currency_code ap_system_parameters_all.base_currency_code%TYPE,

569: p_set_of_books_id ap_system_parameters_all.set_of_books_id%TYPE,
570: p_multi_currency_flag ap_system_parameters_all.multi_currency_flag%TYPE,
571: p_make_rate_mandatory_flag ap_system_parameters_all.make_rate_mandatory_flag%TYPE,
572: p_default_exchange_rate_type ap_system_parameters_all.default_exchange_rate_type%TYPE,
573: p_base_currency_code ap_system_parameters_all.base_currency_code%TYPE,
574: p_batch_control_flag varchar2(2),
575: p_invoice_currency_code ap_system_parameters_all.invoice_currency_code%TYPE,
576: p_base_min_acct_unit number,
577: p_base_precision number,

Line 575: p_invoice_currency_code ap_system_parameters_all.invoice_currency_code%TYPE,

571: p_make_rate_mandatory_flag ap_system_parameters_all.make_rate_mandatory_flag%TYPE,
572: p_default_exchange_rate_type ap_system_parameters_all.default_exchange_rate_type%TYPE,
573: p_base_currency_code ap_system_parameters_all.base_currency_code%TYPE,
574: p_batch_control_flag varchar2(2),
575: p_invoice_currency_code ap_system_parameters_all.invoice_currency_code%TYPE,
576: p_base_min_acct_unit number,
577: p_base_precision number,
578: p_sequence_numbering varchar2(30),
579: p_awt_include_tax_amt ap_system_parameters_all.awt_include_tax_amt%TYPE,

Line 579: p_awt_include_tax_amt ap_system_parameters_all.awt_include_tax_amt%TYPE,

575: p_invoice_currency_code ap_system_parameters_all.invoice_currency_code%TYPE,
576: p_base_min_acct_unit number,
577: p_base_precision number,
578: p_sequence_numbering varchar2(30),
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,

Line 581: p_transfer_desc_flex_flag ap_system_parameters_all.transfer_desc_flex_flag%TYPE,

577: p_base_precision number,
578: p_sequence_numbering varchar2(30),
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),

Line 582: p_gl_date_from_receipt_flag ap_system_parameters_all.gl_date_from_receipt_flag%TYPE,

578: p_sequence_numbering varchar2(30),
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,

Line 587: p_inv_doc_cat_override ap_system_parameters_all.inv_doc_category_override%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,
589: --p_calling_sequence varchar2(200),
590: p_approval_workflow_flag ap_system_parameters_all.approval_workflow_flag%TYPE,
591: p_freight_code_combination_id ap_system_parameters_all.freight_code_combination_id%TYPE,

Line 588: p_calc_user_xrate ap_system_parameters_all.calc_user_xrate%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,
589: --p_calling_sequence varchar2(200),
590: p_approval_workflow_flag ap_system_parameters_all.approval_workflow_flag%TYPE,
591: p_freight_code_combination_id ap_system_parameters_all.freight_code_combination_id%TYPE,
592: p_allow_interest_invoices ap_system_parameters_all.auto_calculate_interest_flag%TYPE,

Line 590: p_approval_workflow_flag ap_system_parameters_all.approval_workflow_flag%TYPE,

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,
589: --p_calling_sequence varchar2(200),
590: p_approval_workflow_flag ap_system_parameters_all.approval_workflow_flag%TYPE,
591: p_freight_code_combination_id ap_system_parameters_all.freight_code_combination_id%TYPE,
592: p_allow_interest_invoices ap_system_parameters_all.auto_calculate_interest_flag%TYPE,
593: p_add_days_settlement_date ap_system_parameters_all.add_days_settlement_date%TYPE,
594: p_disc_is_inv_less_tax_flag ap_system_parameters_all.disc_is_inv_less_tax_flag%TYPE,

Line 591: p_freight_code_combination_id ap_system_parameters_all.freight_code_combination_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,
589: --p_calling_sequence varchar2(200),
590: p_approval_workflow_flag ap_system_parameters_all.approval_workflow_flag%TYPE,
591: p_freight_code_combination_id ap_system_parameters_all.freight_code_combination_id%TYPE,
592: p_allow_interest_invoices ap_system_parameters_all.auto_calculate_interest_flag%TYPE,
593: p_add_days_settlement_date ap_system_parameters_all.add_days_settlement_date%TYPE,
594: p_disc_is_inv_less_tax_flag ap_system_parameters_all.disc_is_inv_less_tax_flag%TYPE,
595: p_asset_book_type varchar2(100)

Line 592: p_allow_interest_invoices ap_system_parameters_all.auto_calculate_interest_flag%TYPE,

588: p_calc_user_xrate ap_system_parameters_all.calc_user_xrate%TYPE,
589: --p_calling_sequence varchar2(200),
590: p_approval_workflow_flag ap_system_parameters_all.approval_workflow_flag%TYPE,
591: p_freight_code_combination_id ap_system_parameters_all.freight_code_combination_id%TYPE,
592: p_allow_interest_invoices ap_system_parameters_all.auto_calculate_interest_flag%TYPE,
593: p_add_days_settlement_date ap_system_parameters_all.add_days_settlement_date%TYPE,
594: p_disc_is_inv_less_tax_flag ap_system_parameters_all.disc_is_inv_less_tax_flag%TYPE,
595: p_asset_book_type varchar2(100)
596: );

Line 593: p_add_days_settlement_date ap_system_parameters_all.add_days_settlement_date%TYPE,

589: --p_calling_sequence varchar2(200),
590: p_approval_workflow_flag ap_system_parameters_all.approval_workflow_flag%TYPE,
591: p_freight_code_combination_id ap_system_parameters_all.freight_code_combination_id%TYPE,
592: p_allow_interest_invoices ap_system_parameters_all.auto_calculate_interest_flag%TYPE,
593: p_add_days_settlement_date ap_system_parameters_all.add_days_settlement_date%TYPE,
594: p_disc_is_inv_less_tax_flag ap_system_parameters_all.disc_is_inv_less_tax_flag%TYPE,
595: p_asset_book_type varchar2(100)
596: );
597:

Line 594: p_disc_is_inv_less_tax_flag ap_system_parameters_all.disc_is_inv_less_tax_flag%TYPE,

590: p_approval_workflow_flag ap_system_parameters_all.approval_workflow_flag%TYPE,
591: p_freight_code_combination_id ap_system_parameters_all.freight_code_combination_id%TYPE,
592: p_allow_interest_invoices ap_system_parameters_all.auto_calculate_interest_flag%TYPE,
593: p_add_days_settlement_date ap_system_parameters_all.add_days_settlement_date%TYPE,
594: p_disc_is_inv_less_tax_flag ap_system_parameters_all.disc_is_inv_less_tax_flag%TYPE,
595: p_asset_book_type varchar2(100)
596: );
597:
598: TYPE table_get_info_rec is TABLE of get_info_rec