DBA Data[Home] [Help]

APPS.ZX_AR_FORMULA_MIG_PKG dependencies on ZX_TAX_RELATIONS_T

Line 10: p_child_regime_code IN zx_tax_relations_t.child_regime_code %TYPE,

6: PROCEDURE CREATE_FORMULA
7: (--for zx_formula_b
8: p_taxable_basis IN ar_vat_tax_all.taxable_basis%TYPE,
9: p_formula_code IN zx_formula_b.formula_code%TYPE, -- tax_group_code||'_'||tax_code||'_TB'
10: p_child_regime_code IN zx_tax_relations_t.child_regime_code %TYPE,
11: p_child_tax_code IN zx_tax_relations_t.child_tax_code %TYPE,
12: p_enabled_flag IN ar_vat_tax_all.enabled_flag%TYPE,
13: p_discount_flag IN CHAR,
14: p_charge_flag IN CHAR,

Line 11: p_child_tax_code IN zx_tax_relations_t.child_tax_code %TYPE,

7: (--for zx_formula_b
8: p_taxable_basis IN ar_vat_tax_all.taxable_basis%TYPE,
9: p_formula_code IN zx_formula_b.formula_code%TYPE, -- tax_group_code||'_'||tax_code||'_TB'
10: p_child_regime_code IN zx_tax_relations_t.child_regime_code %TYPE,
11: p_child_tax_code IN zx_tax_relations_t.child_tax_code %TYPE,
12: p_enabled_flag IN ar_vat_tax_all.enabled_flag%TYPE,
13: p_discount_flag IN CHAR,
14: p_charge_flag IN CHAR,
15: -- for zx_formula_details

Line 16: p_parent_regime_code IN zx_tax_relations_t.parent_regime_code %TYPE,

12: p_enabled_flag IN ar_vat_tax_all.enabled_flag%TYPE,
13: p_discount_flag IN CHAR,
14: p_charge_flag IN CHAR,
15: -- for zx_formula_details
16: p_parent_regime_code IN zx_tax_relations_t.parent_regime_code %TYPE,
17: p_parent_tax_code IN zx_tax_relations_t.parent_tax_code %TYPE,
18: p_group_id IN zx_tax_relations_t.tax_group_id%TYPE, --(used in where condition)
19: p_content_owner_id IN zx_rates_b.content_owner_id%TYPE,
20: p_start_date IN ar_vat_tax_all.start_date%TYPE,

Line 17: p_parent_tax_code IN zx_tax_relations_t.parent_tax_code %TYPE,

13: p_discount_flag IN CHAR,
14: p_charge_flag IN CHAR,
15: -- for zx_formula_details
16: p_parent_regime_code IN zx_tax_relations_t.parent_regime_code %TYPE,
17: p_parent_tax_code IN zx_tax_relations_t.parent_tax_code %TYPE,
18: p_group_id IN zx_tax_relations_t.tax_group_id%TYPE, --(used in where condition)
19: p_content_owner_id IN zx_rates_b.content_owner_id%TYPE,
20: p_start_date IN ar_vat_tax_all.start_date%TYPE,
21: p_end_date IN ar_vat_tax_all.end_date%TYPE,

Line 18: p_group_id IN zx_tax_relations_t.tax_group_id%TYPE, --(used in where condition)

14: p_charge_flag IN CHAR,
15: -- for zx_formula_details
16: p_parent_regime_code IN zx_tax_relations_t.parent_regime_code %TYPE,
17: p_parent_tax_code IN zx_tax_relations_t.parent_tax_code %TYPE,
18: p_group_id IN zx_tax_relations_t.tax_group_id%TYPE, --(used in where condition)
19: p_content_owner_id IN zx_rates_b.content_owner_id%TYPE,
20: p_start_date IN ar_vat_tax_all.start_date%TYPE,
21: p_end_date IN ar_vat_tax_all.end_date%TYPE,
22: p_tax_regime_code IN zx_rates_b.tax_regime_code %TYPE,