836: RETURN INTEGER
837: is
838: begin
839:
840: --4932347: Using MTL_PARAMETERS instead of org_org
841: select organization_id
842: into org_id
843: from mtl_parameters
844: where organization_code = org_code;
839:
840: --4932347: Using MTL_PARAMETERS instead of org_org
841: select organization_id
842: into org_id
843: from mtl_parameters
844: where organization_code = org_code;
845:
846: return(0);
847: