DBA Data[Home] [Help]

APPS.AP_APPROVAL_PKG dependencies on AP_SYSTEM_PARAMETERS

Line 64: automatic_offsets_flag ap_system_parameters.automatic_offsets_flag%type,

60:
61: TYPE Options_Record Is RECORD(
62: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type,
63: set_of_books_id gl_sets_of_books.set_of_books_id%type,
64: automatic_offsets_flag ap_system_parameters.automatic_offsets_flag%type,
65: recalc_pay_schedule_flag ap_system_parameters.recalc_pay_schedule_flag%type,
66: liability_post_lookup_code ap_system_parameters.liability_post_lookup_code%type,
67: rate_var_gain_ccid ap_system_parameters.rate_var_gain_ccid%type,
68: rate_var_loss_ccid ap_system_parameters.rate_var_loss_ccid%type,

Line 65: recalc_pay_schedule_flag ap_system_parameters.recalc_pay_schedule_flag%type,

61: TYPE Options_Record Is RECORD(
62: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type,
63: set_of_books_id gl_sets_of_books.set_of_books_id%type,
64: automatic_offsets_flag ap_system_parameters.automatic_offsets_flag%type,
65: recalc_pay_schedule_flag ap_system_parameters.recalc_pay_schedule_flag%type,
66: liability_post_lookup_code ap_system_parameters.liability_post_lookup_code%type,
67: rate_var_gain_ccid ap_system_parameters.rate_var_gain_ccid%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,

Line 66: liability_post_lookup_code ap_system_parameters.liability_post_lookup_code%type,

62: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type,
63: set_of_books_id gl_sets_of_books.set_of_books_id%type,
64: automatic_offsets_flag ap_system_parameters.automatic_offsets_flag%type,
65: recalc_pay_schedule_flag ap_system_parameters.recalc_pay_schedule_flag%type,
66: liability_post_lookup_code ap_system_parameters.liability_post_lookup_code%type,
67: rate_var_gain_ccid ap_system_parameters.rate_var_gain_ccid%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,

Line 67: rate_var_gain_ccid ap_system_parameters.rate_var_gain_ccid%type,

63: set_of_books_id gl_sets_of_books.set_of_books_id%type,
64: automatic_offsets_flag ap_system_parameters.automatic_offsets_flag%type,
65: recalc_pay_schedule_flag ap_system_parameters.recalc_pay_schedule_flag%type,
66: liability_post_lookup_code ap_system_parameters.liability_post_lookup_code%type,
67: rate_var_gain_ccid ap_system_parameters.rate_var_gain_ccid%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,

Line 68: rate_var_loss_ccid ap_system_parameters.rate_var_loss_ccid%type,

64: automatic_offsets_flag ap_system_parameters.automatic_offsets_flag%type,
65: recalc_pay_schedule_flag ap_system_parameters.recalc_pay_schedule_flag%type,
66: liability_post_lookup_code ap_system_parameters.liability_post_lookup_code%type,
67: rate_var_gain_ccid ap_system_parameters.rate_var_gain_ccid%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,

Line 69: base_currency_code ap_system_parameters.base_currency_code%type,

65: recalc_pay_schedule_flag ap_system_parameters.recalc_pay_schedule_flag%type,
66: liability_post_lookup_code ap_system_parameters.liability_post_lookup_code%type,
67: rate_var_gain_ccid ap_system_parameters.rate_var_gain_ccid%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,

Line 70: match_on_tax_flag ap_system_parameters.match_on_tax_flag%type,

66: liability_post_lookup_code ap_system_parameters.liability_post_lookup_code%type,
67: rate_var_gain_ccid ap_system_parameters.rate_var_gain_ccid%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,

Line 71: enforce_tax_from_account ap_system_parameters.enforce_tax_from_account%type,

67: rate_var_gain_ccid ap_system_parameters.rate_var_gain_ccid%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,

Line 75: gl_date_from_receipt_flag ap_system_parameters.gl_date_from_receipt_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,
79: non_recoverable_tax_flag financials_system_parameters.non_recoverable_tax_flag%type,

Line 76: accounting_method_option ap_system_parameters.accounting_method_option%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,
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,

Line 77: secondary_accounting_method ap_system_parameters.secondary_accounting_method%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,
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,

Line 80: disc_is_inv_less_tax_flag ap_system_parameters.disc_is_inv_less_tax_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);
84: