DBA Data[Home] [Help]

APPS.JL_ZZ_RECEIV_INTERFACE dependencies on OE_SYS_PARAMETERS

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

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);
558:
559: IF l_country_code = 'BR' THEN
560: l_header_attr_category := 'JL.BR.ARXTWMAI.Additional Info';

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

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