DBA Data[Home] [Help]

APPS.JL_ZZ_RECEIV_INTERFACE dependencies on JL_ZZ_AR_TX_LIB_PKG

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

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

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

549:
550: IF NVL(l_country_code,'$') IN ('BR','AR','CO') THEN
551:
552: l_org_id := mo_global.get_current_org_id;
553: l_tax_method := JL_ZZ_AR_TX_LIB_PKG.get_tax_method(l_org_id);
554: OE_DEBUG_PUB.ADD('JL-Tax Method is ' || l_tax_method);
555:
556: l_so_organization_id:= to_number(oe_sys_parameters.value('MASTER_ORGANIZATION_ID',l_org_id));
557: OE_DEBUG_PUB.ADD('JL-So Organization id is ' || l_so_organization_id);

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

969:
970: --l_gdf_cat := 'JL'||'.'||l_country_code||'.OEXOEORD.LINES';
971: l_gdf_cat := l_jl||'.'||l_country_code||'.OEXOEORD.LINES';
972:
973: l_tax_method := JL_ZZ_AR_TX_LIB_PKG.get_tax_method(l_org_id);
974:
975: l_so_organization_id:= to_number(oe_profile.value('SO_ORGANIZATION_ID'));
976:
977: --

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

1186:
1187: -- l_gdf_cat := 'JL'||'.'||l_country_code||'.OEXOEORD.LINES';
1188: l_gdf_cat := l_jl||'.'||l_country_code||'.OEXOEORD.LINES';
1189:
1190: l_tax_method := JL_ZZ_AR_TX_LIB_PKG.get_tax_method(l_org_id);
1191:
1192: l_so_organization_id:= to_number(oe_sys_parameters.value('MASTER_ORGANIZATION_ID',l_org_id));
1193:
1194: --