DBA Data[Home] [Help]

APPS.ZX_TDS_APPLICABILITY_DETM_PKG dependencies on ZX_TAXES_B

Line 49: p_tax_id IN zx_taxes_b.tax_id%TYPE,

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,
53: p_place_of_supply_rule_flag IN zx_taxes_b.place_of_supply_rule_flag%TYPE,

Line 50: p_tax IN zx_taxes_b.tax%TYPE,

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,
53: p_place_of_supply_rule_flag IN zx_taxes_b.place_of_supply_rule_flag%TYPE,
54: p_applicability_rule_flag IN zx_taxes_b.applicability_rule_flag%TYPE,

Line 52: p_def_place_of_supply_type_cd IN zx_taxes_b.def_place_of_supply_type_code%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,
53: p_place_of_supply_rule_flag IN zx_taxes_b.place_of_supply_rule_flag%TYPE,
54: p_applicability_rule_flag IN zx_taxes_b.applicability_rule_flag%TYPE,
55: p_def_reg_type IN zx_taxes_b.def_registr_party_type_code%TYPE,
56: p_reg_rule_flg IN zx_taxes_b.registration_type_rule_flag%TYPE,

Line 53: p_place_of_supply_rule_flag IN zx_taxes_b.place_of_supply_rule_flag%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,
53: p_place_of_supply_rule_flag IN zx_taxes_b.place_of_supply_rule_flag%TYPE,
54: p_applicability_rule_flag IN zx_taxes_b.applicability_rule_flag%TYPE,
55: p_def_reg_type IN zx_taxes_b.def_registr_party_type_code%TYPE,
56: p_reg_rule_flg IN zx_taxes_b.registration_type_rule_flag%TYPE,
57: p_trx_line_index IN BINARY_INTEGER,

Line 54: p_applicability_rule_flag IN zx_taxes_b.applicability_rule_flag%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,
53: p_place_of_supply_rule_flag IN zx_taxes_b.place_of_supply_rule_flag%TYPE,
54: p_applicability_rule_flag IN zx_taxes_b.applicability_rule_flag%TYPE,
55: p_def_reg_type IN zx_taxes_b.def_registr_party_type_code%TYPE,
56: p_reg_rule_flg IN zx_taxes_b.registration_type_rule_flag%TYPE,
57: p_trx_line_index IN BINARY_INTEGER,
58: p_direct_rate_result_id IN NUMBER,

Line 55: p_def_reg_type IN zx_taxes_b.def_registr_party_type_code%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,
53: p_place_of_supply_rule_flag IN zx_taxes_b.place_of_supply_rule_flag%TYPE,
54: p_applicability_rule_flag IN zx_taxes_b.applicability_rule_flag%TYPE,
55: p_def_reg_type IN zx_taxes_b.def_registr_party_type_code%TYPE,
56: p_reg_rule_flg IN zx_taxes_b.registration_type_rule_flag%TYPE,
57: p_trx_line_index IN BINARY_INTEGER,
58: p_direct_rate_result_id IN NUMBER,
59: x_jurisdiction_rec OUT NOCOPY ZX_TCM_GEO_JUR_PKG.tax_jurisdiction_rec_type,

Line 56: p_reg_rule_flg IN zx_taxes_b.registration_type_rule_flag%TYPE,

52: p_def_place_of_supply_type_cd IN zx_taxes_b.def_place_of_supply_type_code%TYPE,
53: p_place_of_supply_rule_flag IN zx_taxes_b.place_of_supply_rule_flag%TYPE,
54: p_applicability_rule_flag IN zx_taxes_b.applicability_rule_flag%TYPE,
55: p_def_reg_type IN zx_taxes_b.def_registr_party_type_code%TYPE,
56: p_reg_rule_flg IN zx_taxes_b.registration_type_rule_flag%TYPE,
57: p_trx_line_index IN BINARY_INTEGER,
58: p_direct_rate_result_id IN NUMBER,
59: x_jurisdiction_rec OUT NOCOPY ZX_TCM_GEO_JUR_PKG.tax_jurisdiction_rec_type,
60: x_jurisdictions_found OUT NOCOPY VARCHAR2,

Line 61: X_Place_Of_Supply_Type_Code OUT NOCOPY zx_taxes_b.def_place_of_supply_type_code%TYPE,

57: p_trx_line_index IN BINARY_INTEGER,
58: p_direct_rate_result_id IN NUMBER,
59: x_jurisdiction_rec OUT NOCOPY ZX_TCM_GEO_JUR_PKG.tax_jurisdiction_rec_type,
60: x_jurisdictions_found OUT NOCOPY VARCHAR2,
61: X_Place_Of_Supply_Type_Code OUT NOCOPY zx_taxes_b.def_place_of_supply_type_code%TYPE,
62: x_place_of_supply_result_id OUT NOCOPY NUMBER,
63: x_return_status OUT NOCOPY VARCHAR2);
64:
65: FUNCTION get_pos_parameter_name (

Line 66: p_pos_type IN zx_taxes_b.def_place_of_supply_type_code%type,

62: x_place_of_supply_result_id OUT NOCOPY NUMBER,
63: x_return_status OUT NOCOPY VARCHAR2);
64:
65: FUNCTION get_pos_parameter_name (
66: p_pos_type IN zx_taxes_b.def_place_of_supply_type_code%type,
67: x_return_status OUT NOCOPY VARCHAR2
68: ) RETURN VARCHAR2;
69:
70: PROCEDURE get_tax_registration_info(

Line 75: p_tax IN zx_taxes_b.tax%TYPE,

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,
79: x_registration_rec OUT NOCOPY zx_tcm_control_pkg.zx_registration_info_rec,

Line 78: p_reg_party_type IN zx_taxes_b.def_registr_party_type_code%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,
79: x_registration_rec OUT NOCOPY zx_tcm_control_pkg.zx_registration_info_rec,
80: x_return_status OUT NOCOPY VARCHAR2
81: );
82:

Line 86: p_tax_id IN zx_taxes_b.tax_id%TYPE,

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,
90: p_def_reg_type IN zx_taxes_b.def_registr_party_type_code%TYPE,

Line 87: p_tax IN zx_taxes_b.tax%TYPE,

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,
90: p_def_reg_type IN zx_taxes_b.def_registr_party_type_code%TYPE,
91: p_reg_rule_flg IN zx_taxes_b.registration_type_rule_flag%TYPE,

Line 90: p_def_reg_type IN zx_taxes_b.def_registr_party_type_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,
90: p_def_reg_type IN zx_taxes_b.def_registr_party_type_code%TYPE,
91: p_reg_rule_flg IN zx_taxes_b.registration_type_rule_flag%TYPE,
92: p_trx_line_index IN BINARY_INTEGER,
93: x_registration_number IN OUT NOCOPY zx_registrations.registration_number%TYPE,
94: x_tax_inclusion_flag IN OUT NOCOPY zx_registrations.inclusive_tax_flag%TYPE,

Line 91: p_reg_rule_flg IN zx_taxes_b.registration_type_rule_flag%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,
90: p_def_reg_type IN zx_taxes_b.def_registr_party_type_code%TYPE,
91: p_reg_rule_flg IN zx_taxes_b.registration_type_rule_flag%TYPE,
92: p_trx_line_index IN BINARY_INTEGER,
93: x_registration_number IN OUT NOCOPY zx_registrations.registration_number%TYPE,
94: x_tax_inclusion_flag IN OUT NOCOPY zx_registrations.inclusive_tax_flag%TYPE,
95: x_self_assessment_flg IN OUT NOCOPY zx_registrations.self_assess_flag%TYPE,

Line 98: x_registration_party_type OUT NOCOPY zx_taxes_b.def_registr_party_type_code%TYPE,

94: x_tax_inclusion_flag IN OUT NOCOPY zx_registrations.inclusive_tax_flag%TYPE,
95: x_self_assessment_flg IN OUT NOCOPY zx_registrations.self_assess_flag%TYPE,
96: x_tax_registration_result_id OUT NOCOPY NUMBER,
97: x_rounding_rule_code OUT NOCOPY zx_registrations.rounding_rule_code%TYPE,
98: x_registration_party_type OUT NOCOPY zx_taxes_b.def_registr_party_type_code%TYPE,
99: x_return_status OUT NOCOPY VARCHAR2);
100:
101: PROCEDURE get_legal_entity_registration (
102: p_event_class_rec IN zx_api_pub.event_class_rec_type,