855: RETURN INTEGER
856: is
857: begin
858:
859: --4932347: Using MTL_PARAMETERS instead of org_org
860: select organization_id
861: into org_id
862: from mtl_parameters
863: where organization_code = org_code;
858:
859: --4932347: Using MTL_PARAMETERS instead of org_org
860: select organization_id
861: into org_id
862: from mtl_parameters
863: where organization_code = org_code;
864:
865: return(0);
866: