DBA Data[Home] [Help]

APPS.ZX_TDS_APPLICABILITY_DETM_PKG dependencies on ZX_REGIMES_B

Line 17: TYPE country_tab_type is TABLE of zx_regimes_b.country_code%TYPE

13: application_loop1_template
14: zx_evnt_cls_mappings.application_loop1_template%TYPE);
15: g_classmap_rec classmap_rec_type; */
16:
17: TYPE country_tab_type is TABLE of zx_regimes_b.country_code%TYPE
18: INDEX BY BINARY_INTEGER;
19:
20: PROCEDURE get_tax_date (
21: p_trx_line_index IN BINARY_INTEGER,

Line 33: p_tax_regime_id IN zx_regimes_b.tax_regime_id%type,

29: p_event_class_rec IN zx_api_pub.event_class_rec_type,
30: x_return_status OUT NOCOPY VARCHAR2 );
31:
32: PROCEDURE get_applicable_taxes (
33: p_tax_regime_id IN zx_regimes_b.tax_regime_id%type,
34: p_tax_regime_code IN zx_regimes_b.tax_regime_code%type,
35: p_trx_line_index IN BINARY_INTEGER,
36: -- p_sum_line_index IN BINARY_INTEGER,
37: -- p_total_trx_amount IN NUMBER,

Line 34: p_tax_regime_code IN zx_regimes_b.tax_regime_code%type,

30: x_return_status OUT NOCOPY VARCHAR2 );
31:
32: PROCEDURE get_applicable_taxes (
33: p_tax_regime_id IN zx_regimes_b.tax_regime_id%type,
34: p_tax_regime_code IN zx_regimes_b.tax_regime_code%type,
35: p_trx_line_index IN BINARY_INTEGER,
36: -- p_sum_line_index IN BINARY_INTEGER,
37: -- p_total_trx_amount IN NUMBER,
38: p_event_class_rec IN zx_api_pub.event_class_rec_type,

Line 48: p_tax_regime_code IN zx_regimes_b.tax_regime_code%TYPE,

44: x_return_status OUT NOCOPY VARCHAR2);
45:
46: PROCEDURE get_place_of_supply (
47: p_event_class_rec IN zx_api_pub.event_class_rec_type,
48: p_tax_regime_code IN zx_regimes_b.tax_regime_code%TYPE,
49: p_tax_id IN zx_taxes_b.tax_id%TYPE,
50: p_tax IN zx_taxes_b.tax%TYPE,
51: p_tax_determine_date IN DATE,
52: p_def_place_of_supply_type_cd IN zx_taxes_b.def_place_of_supply_type_code%TYPE,

Line 74: p_tax_regime_code IN zx_regimes_b.tax_regime_code%TYPE,

70: PROCEDURE get_tax_registration_info(
71: p_structure_name IN VARCHAR2,
72: p_structure_index IN BINARY_INTEGER,
73: p_event_class_rec IN zx_api_pub.event_class_rec_type,
74: p_tax_regime_code IN zx_regimes_b.tax_regime_code%TYPE,
75: p_tax IN zx_taxes_b.tax%TYPE,
76: p_tax_determine_date IN zx_lines.tax_determine_date%TYPE,
77: p_jurisdiction_code IN zx_jurisdictions_b.tax_jurisdiction_code%TYPE,
78: p_reg_party_type IN zx_taxes_b.def_registr_party_type_code%TYPE,

Line 85: p_tax_regime_code IN zx_regimes_b.tax_regime_code%TYPE,

81: );
82:
83: PROCEDURE get_tax_registration (
84: p_event_class_rec IN zx_api_pub.event_class_rec_type,
85: p_tax_regime_code IN zx_regimes_b.tax_regime_code%TYPE,
86: p_tax_id IN zx_taxes_b.tax_id%TYPE,
87: p_tax IN zx_taxes_b.tax%TYPE,
88: p_tax_determine_date IN DATE,
89: p_jurisdiction_code IN zx_jurisdictions_b.tax_jurisdiction_code%TYPE,