DBA Data[Home] [Help]

APPS.JL_ZZ_RECEIV_INTERFACE dependencies on OE_SYS_PARAMETERS

Line 573: l_so_organization_id:= to_number(oe_sys_parameters.value('MASTER_ORGANIZATION_ID',l_org_id));

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);
575:
576: IF l_country_code = 'BR' THEN
577: l_header_attr_category := 'JL.BR.ARXTWMAI.Additional Info';

Line 1264: l_so_organization_id:= to_number(oe_sys_parameters.value('MASTER_ORGANIZATION_ID',l_org_id));

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: --
1267: -- Bug#4929759- use ship_from_org_id for Colombia
1268: -- replace WHERE mtl.organization_id = l_so_organization_id