DBA Data[Home] [Help]

APPS.AP_APPROVAL_PKG dependencies on FINANCIALS_SYSTEM_PARAMETERS

Line 72: inv_encumbrance_type_id financials_system_parameters.inv_encumbrance_type_id%type,

68: rate_var_loss_ccid ap_system_parameters.rate_var_loss_ccid%type,
69: base_currency_code ap_system_parameters.base_currency_code%type,
70: match_on_tax_flag ap_system_parameters.match_on_tax_flag%type,
71: enforce_tax_from_account ap_system_parameters.enforce_tax_from_account%type,
72: inv_encumbrance_type_id financials_system_parameters.inv_encumbrance_type_id%type,
73: purch_encumbrance_type_id financials_system_parameters.purch_encumbrance_type_id%type,
74: receipt_acceptance_days financials_system_parameters.receipt_acceptance_days%type,
75: gl_date_from_receipt_flag ap_system_parameters.gl_date_from_receipt_flag%type,
76: accounting_method_option ap_system_parameters.accounting_method_option%type,

Line 73: purch_encumbrance_type_id financials_system_parameters.purch_encumbrance_type_id%type,

69: base_currency_code ap_system_parameters.base_currency_code%type,
70: match_on_tax_flag ap_system_parameters.match_on_tax_flag%type,
71: enforce_tax_from_account ap_system_parameters.enforce_tax_from_account%type,
72: inv_encumbrance_type_id financials_system_parameters.inv_encumbrance_type_id%type,
73: purch_encumbrance_type_id financials_system_parameters.purch_encumbrance_type_id%type,
74: receipt_acceptance_days financials_system_parameters.receipt_acceptance_days%type,
75: gl_date_from_receipt_flag ap_system_parameters.gl_date_from_receipt_flag%type,
76: accounting_method_option ap_system_parameters.accounting_method_option%type,
77: secondary_accounting_method ap_system_parameters.secondary_accounting_method%type,

Line 74: receipt_acceptance_days financials_system_parameters.receipt_acceptance_days%type,

70: match_on_tax_flag ap_system_parameters.match_on_tax_flag%type,
71: enforce_tax_from_account ap_system_parameters.enforce_tax_from_account%type,
72: inv_encumbrance_type_id financials_system_parameters.inv_encumbrance_type_id%type,
73: purch_encumbrance_type_id financials_system_parameters.purch_encumbrance_type_id%type,
74: receipt_acceptance_days financials_system_parameters.receipt_acceptance_days%type,
75: gl_date_from_receipt_flag ap_system_parameters.gl_date_from_receipt_flag%type,
76: accounting_method_option ap_system_parameters.accounting_method_option%type,
77: secondary_accounting_method ap_system_parameters.secondary_accounting_method%type,
78: cash_basis_enc_nr_tax financials_system_parameters.cash_basis_enc_nr_tax%type,

Line 78: cash_basis_enc_nr_tax financials_system_parameters.cash_basis_enc_nr_tax%type,

74: receipt_acceptance_days financials_system_parameters.receipt_acceptance_days%type,
75: gl_date_from_receipt_flag ap_system_parameters.gl_date_from_receipt_flag%type,
76: accounting_method_option ap_system_parameters.accounting_method_option%type,
77: secondary_accounting_method ap_system_parameters.secondary_accounting_method%type,
78: cash_basis_enc_nr_tax financials_system_parameters.cash_basis_enc_nr_tax%type,
79: non_recoverable_tax_flag financials_system_parameters.non_recoverable_tax_flag%type,
80: disc_is_inv_less_tax_flag ap_system_parameters.disc_is_inv_less_tax_flag%type,
81: org_id financials_system_parameters.org_id%type,
82: System_User NUMBER,

Line 79: non_recoverable_tax_flag financials_system_parameters.non_recoverable_tax_flag%type,

75: gl_date_from_receipt_flag ap_system_parameters.gl_date_from_receipt_flag%type,
76: accounting_method_option ap_system_parameters.accounting_method_option%type,
77: secondary_accounting_method ap_system_parameters.secondary_accounting_method%type,
78: cash_basis_enc_nr_tax financials_system_parameters.cash_basis_enc_nr_tax%type,
79: non_recoverable_tax_flag financials_system_parameters.non_recoverable_tax_flag%type,
80: disc_is_inv_less_tax_flag ap_system_parameters.disc_is_inv_less_tax_flag%type,
81: org_id financials_system_parameters.org_id%type,
82: System_User NUMBER,
83: User_ID NUMBER);

Line 81: org_id financials_system_parameters.org_id%type,

77: secondary_accounting_method ap_system_parameters.secondary_accounting_method%type,
78: cash_basis_enc_nr_tax financials_system_parameters.cash_basis_enc_nr_tax%type,
79: non_recoverable_tax_flag financials_system_parameters.non_recoverable_tax_flag%type,
80: disc_is_inv_less_tax_flag ap_system_parameters.disc_is_inv_less_tax_flag%type,
81: org_id financials_system_parameters.org_id%type,
82: System_User NUMBER,
83: User_ID NUMBER);
84:
85: TYPE Options_Table IS TABLE OF Options_Record