DBA Data[Home] [Help]

APPS.ZX_TDS_RULE_BASE_DETM_PVT dependencies on ZX_TCM_GEO_JUR_PKG

Line 5621: /*ZX_TCM_GEO_JUR_PKG.get_zone(

5617: END IF;
5618:
5619: IF p_return_status = FND_API.G_RET_STS_SUCCESS THEN
5620:
5621: /*ZX_TCM_GEO_JUR_PKG.get_zone(
5622: l_location_id,
5623: p_Determining_Factor_Cq_Code,
5624: g_determining_factor_code_tbl(i),
5625: p_tax_determine_date,

Line 5632: ZX_TCM_GEO_JUR_PKG.get_zone

5628: l_zone_name,
5629: p_return_status); */
5630: IF l_location_id IS NOT NULL THEN
5631:
5632: ZX_TCM_GEO_JUR_PKG.get_zone
5633: ( l_location_id,
5634: -- p_Determining_Factor_Cq_Code,
5635: l_location_type,
5636: g_determining_factor_code_tbl(i),

Line 5741: ZX_TCM_GEO_JUR_PKG.get_master_geography

5737: END IF;
5738:
5739: -- Bugfix 4926074: call get_master_geography API only if the location_id is not null
5740: if l_location_id is not null then
5741: ZX_TCM_GEO_JUR_PKG.get_master_geography
5742: (l_location_id,
5743: l_location_type,
5744: g_determining_factor_code_tbl(i),
5745: l_geography_id,

Line 7406: ZX_TCM_GEO_JUR_PKG.get_master_geography

7402: 'ZX.PLSQL.ZX_TDS_RULE_BASE_DETM_PVT.check_rule_geography',
7403: p_rule_det_factor_cq || '_' || 'LOCATION_ID = '||to_char(l_location_id));
7404: END IF;
7405:
7406: ZX_TCM_GEO_JUR_PKG.get_master_geography
7407: (l_location_id,
7408: p_rule_det_factor_cq, --l_location_type
7409: p_rule_geography_type, -- geography_type
7410: l_geography_id,