DBA Data[Home] [Help]

APPS.ZX_TPI_SERVICES_PKG dependencies on ZX_TCM_CONTROL_PKG

Line 2074: l_registration_rec ZX_TCM_CONTROL_PKG.zx_registration_info_rec;

2070: l_tax_precision NUMBER;
2071: l_threshold_indicator_flag VARCHAR2(1);
2072: l_partner_migrated_flag VARCHAR2(1);
2073: l_ret_record_level VARCHAR2(30);
2074: l_registration_rec ZX_TCM_CONTROL_PKG.zx_registration_info_rec;
2075: l_allow_tax_calculation_flag ZX_TRX_PRE_PROC_OPTIONS_GT.allow_tax_calculation_flag%type;
2076:
2077: --Table to derive the apportionment number in case the transaction line has same taxes
2078: TYPE tax_tbl_type is table of VARCHAR2(30) index by VARCHAR2(240);

Line 2522: ZX_TCM_CONTROL_PKG.get_tax_registration (p_parent_ptp_id => ZX_GLOBAL_STRUCTURES_PKG.hq_estb_ptp_id(1),

2518:
2519: -- Get the own_hq_tax_reg_number (Point 3i in DLD) - TBD
2520: /*
2521: --Call TCM routine to get first party tax registration number
2522: ZX_TCM_CONTROL_PKG.get_tax_registration (p_parent_ptp_id => ZX_GLOBAL_STRUCTURES_PKG.hq_estb_ptp_id(1),
2523: p_site_ptp_id => null,
2524: p_account_type_code => null,
2525: p_tax_determine_date => ZX_SECURITY.G_EFFECTIVE_DATE,
2526: p_tax => ZX_PTNR_SRVC_INTGRTN_PKG.g_tax_lines_result_tbl.tax(ptnr_tax_line_index),