DBA Data[Home] [Help]

APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_TCM_GEO_JUR_PKG

Line 6066: /*ZX_TCM_GEO_JUR_PKG.get_zone(

6062: END IF;
6063:
6064: IF p_return_status = FND_API.G_RET_STS_SUCCESS THEN
6065:
6066: /*ZX_TCM_GEO_JUR_PKG.get_zone(
6067: l_location_id,
6068: p_Determining_Factor_Cq_Code,
6069: g_determining_factor_code_tbl(i),
6070: p_tax_determine_date,

Line 6077: ZX_TCM_GEO_JUR_PKG.get_zone

6073: l_zone_name,
6074: p_return_status); */
6075: IF l_location_id IS NOT NULL THEN
6076:
6077: ZX_TCM_GEO_JUR_PKG.get_zone
6078: ( l_location_id,
6079: -- p_Determining_Factor_Cq_Code,
6080: l_location_type,
6081: g_determining_factor_code_tbl(i),

Line 6192: ZX_TCM_GEO_JUR_PKG.get_master_geography

6188: END IF;
6189:
6190: -- Bugfix 4926074: call get_master_geography API only if the location_id is not null
6191: if l_location_id is not null then
6192: ZX_TCM_GEO_JUR_PKG.get_master_geography
6193: (l_location_id,
6194: l_location_type,
6195: g_determining_factor_code_tbl(i),
6196: l_geography_id,

Line 7935: ZX_TCM_GEO_JUR_PKG.get_master_geography

7931: 'ZX.PLSQL.ZX_TDS_RULE_BASE_DETM_PVT.check_rule_geography',
7932: p_rule_det_factor_cq || '_' || 'LOCATION_ID = '||to_char(l_location_id));
7933: END IF;
7934:
7935: ZX_TCM_GEO_JUR_PKG.get_master_geography
7936: (l_location_id,
7937: p_rule_det_factor_cq, --l_location_type
7938: p_rule_geography_type, -- geography_type
7939: l_geography_id,