DBA Data[Home] [Help]

APPS.ZX_TCM_CONTROL_PKG dependencies on ZX_LINES

Line 8: event_class_code zx_lines_det_factors.trx_business_category%TYPE, -- event_class_code here used as trx_business_category, hence hold the same type

4: TYPE zx_fiscal_class_info_rec IS RECORD(
5: classification_category zx_fc_types_b.Classification_Type_Categ_Code%type,
6: classification_type zx_fc_types_b.classification_type_code%type,
7: condition_value zx_conditions.alphanumeric_value%type,
8: event_class_code zx_lines_det_factors.trx_business_category%TYPE, -- event_class_code here used as trx_business_category, hence hold the same type
9: tax_determine_date date,
10: tax_regime_code zx_regimes_b.tax_regime_code%TYPE,
11: classified_entity_id number,
12: application_id number,

Line 126: p_tax_determine_date IN ZX_LINES.TAX_DETERMINE_DATE%TYPE,

122: PROCEDURE GET_TAX_REGISTRATION(
123: p_parent_ptp_id IN zx_party_tax_profile.party_tax_profile_id%TYPE,
124: p_site_ptp_id IN zx_party_tax_profile.party_tax_profile_id%TYPE,
125: p_account_type_code IN zx_registrations.account_type_code%TYPE,
126: p_tax_determine_date IN ZX_LINES.TAX_DETERMINE_DATE%TYPE,
127: p_tax IN ZX_TAXES_B.TAX%TYPE,
128: p_tax_regime_code IN ZX_REGIMES_B.TAX_REGIME_CODE%TYPE,
129: p_jurisdiction_code IN ZX_JURISDICTIONS_B.TAX_JURISDICTION_CODE%TYPE,
130: p_account_id IN ZX_REGISTRATIONS.ACCOUNT_ID%TYPE,