DBA Data[Home] [Help]

APPS.JL_ZZ_RECEIV_INTERFACE dependencies on JL_ZZ_AR_TX_LIB_PKG

Line 126: l_tax_method := JL_ZZ_AR_TX_LIB_PKG.get_tax_method(l_org_id);

122: OE_DEBUG_PUB.ADD('JL-Country Code is ' || l_country_code);
123:
124: IF NVL(l_country_code,'$') IN ('BR','AR','CO') THEN
125:
126: l_tax_method := JL_ZZ_AR_TX_LIB_PKG.get_tax_method(l_org_id);
127: OE_DEBUG_PUB.ADD('JL-Tax Method is ' || l_tax_method);
128:
129: l_so_organization_id:= to_number(oe_profile.value('SO_ORGANIZATION_ID'));
130: OE_DEBUG_PUB.ADD('JL-So Organization id is ' || l_so_organization_id);

Line 570: l_tax_method := JL_ZZ_AR_TX_LIB_PKG.get_tax_method(l_org_id);

566:
567: IF NVL(l_country_code,'$') IN ('BR','AR','CO') THEN
568:
569: l_org_id := mo_global.get_current_org_id;
570: l_tax_method := JL_ZZ_AR_TX_LIB_PKG.get_tax_method(l_org_id);
571: OE_DEBUG_PUB.ADD('JL-Tax Method is ' || l_tax_method);
572:
573: l_so_organization_id:= to_number(oe_sys_parameters.value('MASTER_ORGANIZATION_ID',l_org_id));
574: OE_DEBUG_PUB.ADD('JL-So Organization id is ' || l_so_organization_id);

Line 999: l_tax_method := JL_ZZ_AR_TX_LIB_PKG.get_tax_method(l_org_id);

995:
996: --l_gdf_cat := 'JL'||'.'||l_country_code||'.OEXOEORD.LINES';
997: l_gdf_cat := l_jl||'.'||l_country_code||'.OEXOEORD.LINES';
998:
999: l_tax_method := JL_ZZ_AR_TX_LIB_PKG.get_tax_method(l_org_id);
1000:
1001: l_so_organization_id:= to_number(oe_profile.value('SO_ORGANIZATION_ID'));
1002:
1003: --

Line 1262: l_tax_method := JL_ZZ_AR_TX_LIB_PKG.get_tax_method(l_org_id);

1258:
1259: -- l_gdf_cat := 'JL'||'.'||l_country_code||'.OEXOEORD.LINES';
1260: l_gdf_cat := l_jl||'.'||l_country_code||'.OEXOEORD.LINES';
1261:
1262: l_tax_method := JL_ZZ_AR_TX_LIB_PKG.get_tax_method(l_org_id);
1263:
1264: l_so_organization_id:= to_number(oe_sys_parameters.value('MASTER_ORGANIZATION_ID',l_org_id));
1265:
1266: --